qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qemu_agent: Switch to event driven impl
@ 2012-06-15 16:10 Michal Privoznik
  2012-06-15 16:10 ` [Qemu-devel] [PATCH 1/2] qemu_agent: Add some more debug prints Michal Privoznik
  2012-06-15 16:10 ` [Qemu-devel] [PATCH 2/2] qemu_agent: Wait for events instead of agent response Michal Privoznik
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Privoznik @ 2012-06-15 16:10 UTC (permalink / raw)
  To: libvir-list; +Cc: mdroth, qemu-devel, lcapitulino

Qemu fixed some qemu-ga commands reporting bogus success:

   http://www.mail-archive.com/qemu-devel@nongnu.org/msg110261.html

Therefore we need an implementation which won't wait for qemu-ga to reply and
hence block indefinitely. Fortunately, we can take events on qemu monitor as
indication of success.

Michal Privoznik (2):
  qemu_agent: Add some more debug prints
  qemu_agent: Wait for events instead of agent response

 src/qemu/qemu_agent.c   |   52 +++++++++++++++++++++++++++++++++++++++++-----
 src/qemu/qemu_agent.h   |    9 ++++++++
 src/qemu/qemu_process.c |    9 ++++++++
 3 files changed, 64 insertions(+), 6 deletions(-)

-- 
1.7.8.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-16  7:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 16:10 [Qemu-devel] [PATCH 0/2] qemu_agent: Switch to event driven impl Michal Privoznik
2012-06-15 16:10 ` [Qemu-devel] [PATCH 1/2] qemu_agent: Add some more debug prints Michal Privoznik
2012-06-15 17:09   ` [Qemu-devel] [libvirt] " Eric Blake
2012-06-15 16:10 ` [Qemu-devel] [PATCH 2/2] qemu_agent: Wait for events instead of agent response Michal Privoznik
2012-06-15 17:16   ` [Qemu-devel] [libvirt] " Eric Blake
2012-06-16  7:51     ` Michal Privoznik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).