[PATCH] virt.kvm_monitor: Future proof migration handling on QMP monitor

2012-08-22 Thread Lucas Meneghel Rodrigues
With d46ad35c74, the exception handling for migrations happening when using a single QMP monitor relies on an exception class that's going to disappear in future versions of QEMU, being replaced by the GenericError class. So let's also handle this exception class. CC: Luiz Capitulino

Re: [PATCH] virt.kvm_monitor: Future proof migration handling on QMP monitor

2012-08-22 Thread Luiz Capitulino
On Wed, 22 Aug 2012 11:43:38 -0300 Lucas Meneghel Rodrigues l...@redhat.com wrote: With d46ad35c74, the exception handling for migrations happening when using a single QMP monitor relies on an exception class that's going to disappear in future versions of QEMU, being replaced by the