[Qemu-devel] [PATCH 3/6] qemu-ga: guest-shutdown: don't emit a success response

2012-05-08 Thread Luiz Capitulino
Today, qemu-ga may not be able to emit a success response when guest-shutdown completes. This happens because the VM may vanish before qemu-ga is able to emit a response. This semantic is a bit confusing, as it's not clear for clients if they should wait for a response or how they should check for

Re: [Qemu-devel] [PATCH 3/6] qemu-ga: guest-shutdown: don't emit a success response

2012-05-07 Thread Michael Roth
On Fri, May 04, 2012 at 05:20:19PM -0300, Luiz Capitulino wrote: > Today, qemu-ga may not be able to emit a success response when > guest-shutdown completes. This happens because the VM may vanish > before qemu-ga is able to emit a response. > > This semantic is a bit confusing, as it's not clear

[Qemu-devel] [PATCH 3/6] qemu-ga: guest-shutdown: don't emit a success response

2012-05-04 Thread Luiz Capitulino
Today, qemu-ga may not be able to emit a success response when guest-shutdown completes. This happens because the VM may vanish before qemu-ga is able to emit a response. This semantic is a bit confusing, as it's not clear for clients if they should wait for a response or how they should check for