Re: [libvirt] [PATCHv2 11/14] Exit early after domain crash in monitor in qemu_process

2015-01-12 Thread John Ferlan
On 01/07/2015 10:42 AM, Ján Tomko wrote: > --- > src/qemu/qemu_process.c | 102 > +--- > 1 file changed, 53 insertions(+), 49 deletions(-) > Hmm.. miscounted in a couple of comments in previous changes where I reference 11/14 - guess that's 12/14 i

[libvirt] [PATCHv2 11/14] Exit early after domain crash in monitor in qemu_process

2015-01-07 Thread Ján Tomko
--- src/qemu/qemu_process.c | 102 +--- 1 file changed, 53 insertions(+), 49 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 3d383ef..e6c5bc6 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -571,7