From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HNY-0005ba-DB for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7HNW-0005xE-H3 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:23 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:42129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HNW-0005wz-DA for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:22 -0400 Received: by yhoo21 with SMTP id o21so65188yho.4 for ; Mon, 12 Mar 2012 19:22:20 -0700 (PDT) Message-ID: <4F5EAF57.4040104@codemonkey.ws> Date: Mon, 12 Mar 2012 21:22:15 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331583406-12873-1-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1331583406-12873-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] qemu-ga patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: ghammer@redhat.com, mprivozn@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On 03/12/2012 03:16 PM, Michael Roth wrote: > The following changes since commit a348f108842fb928563865c9918642900cd0d477: > > Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000) > > are available in the git repository at: > git://github.com/mdroth/qemu.git qga-pull-3-12-2012 Pulled. Thanks. Regards, Anthony Liguori > > Gal Hammer (1): > qemu-ga: add win32 guest-suspend-disk command. > > Luiz Capitulino (3): > qemu-ga: add guest-suspend-disk > qemu-ga: add guest-suspend-ram > qemu-ga: add guest-suspend-hybrid > > Michael Roth (2): > qemu-ga: add win32 guest-suspend-ram command > qemu-ga: add guest-sync-delimited > > Michal Privoznik (1): > qemu-ga: add guest-network-get-interfaces command > > configure | 2 +- > qapi-schema-guest.json | 182 ++++++++++++++++++++++- > qemu-ga.c | 46 +++++- > qga/commands-posix.c | 390 +++++++++++++++++++++++++++++++++++++++++++++++- > qga/commands-win32.c | 167 +++++++++++++++++++-- > qga/commands.c | 6 + > qga/guest-agent-core.h | 2 + > 7 files changed, 774 insertions(+), 21 deletions(-) > > >