From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq4kJ-0002Bq-IY for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:26:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq4kI-0005by-BC for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:26:47 -0500 Received: from mout.perfora.net ([74.208.4.194]:61654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq4kI-0005bq-63 for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:26:46 -0500 From: Michael Roth Date: Wed, 25 Jan 2012 09:26:20 -0600 Message-Id: <1327505186-18328-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/6] qemu-ga queue and qemu-tool fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com This pull adds 2 RPCs (guest-suspend and guest-set-support-level) to qemu-ga and some includes fixes/workarounds for building tools on Windows. The following changes since commit 5b4448d27d7c6ff6e18a1edc8245cb1db783e37c: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-01-23 11:00:26 -0600) are available in the git repository at: git://github.com/mdroth/qemu.git qga-pull-2012-01-23 Luiz Capitulino (2): qemu-ga: set O_NONBLOCK for serial channels qemu-ga: Add the guest-suspend command Michael Roth (4): main-loop: Fix SetEvent() on uninitialized handle on win32 main-loop: For tools, initialize timers as part of qemu_init_main_loop() qemu-ga: Add schema documentation for types qemu-ga: add guest-set-support-level command main-loop.c | 7 +- main-loop.h | 12 ++ qapi-schema-guest.json | 217 ++++++++++++++++++++++++++++++++++++---- qemu-ga.c | 66 ++++++++++++- qemu-tool.c | 3 +- qga/guest-agent-commands.c | 239 ++++++++++++++++++++++++++++++++++++++++++++ qga/guest-agent-core.h | 11 ++ vl.c | 5 + 8 files changed, 533 insertions(+), 27 deletions(-)