On 13.11.2012 12:30, Christophe Fergeau wrote: > On Tue, Nov 13, 2012 at 11:57:31AM +0100, Michal Privoznik wrote: >> Currently, if user wants to reconnect to a domain he can use >> '-r' cmd line argument. This makes virt-viewer listen to >> domain events. However, if connection to libvirtd breaks >> somehow, we will receive no longer any event. Hence we must >> reconnect to the libvirt. >> --- >> >> diff to v1: >> -clean the patch up a bit (drop debug leftovers) >> >> AUTHORS | 1 + >> configure.ac | 2 +- >> src/virt-viewer-app.c | 2 + >> src/virt-viewer.c | 61 ++++++++++++++++++++++++++++++++++++++++++------ >> 4 files changed, 57 insertions(+), 9 deletions(-) >> >> diff --git a/AUTHORS b/AUTHORS >> index a559205..69718a7 100644 >> --- a/AUTHORS >> +++ b/AUTHORS >> @@ -23,6 +23,7 @@ With additional patches from: >> Yann E. MORIN <yann.morin.1998@xxxxxxxxxxxxxxx> >> Yonit Halperin <yhalperi@xxxxxxxxxx> >> Zeeshan Ali (Khattak) <zeeshanak@xxxxxxxxx> >> + Michal Privoznik <mprivozn@xxxxxxxxxx> > > Isn't it alphabetically ordered by first name? Yeah. I've got mind splitted when writing this. If you can fix that just before pushing, please, that'd be great. > > ACK patch > > Christophe > Michal