From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZMzg-0003EE-GE for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZMze-0008Me-Gj for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:20 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:57441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZMze-0008KZ-7B for qemu-devel@nongnu.org; Wed, 22 Jun 2011 08:57:18 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e37.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p5MCrwgl032064 for ; Wed, 22 Jun 2011 06:53:58 -0600 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id p5MCuj4b067030 for ; Wed, 22 Jun 2011 06:56:49 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p5MCuj4K031724 for ; Wed, 22 Jun 2011 06:56:45 -0600 Message-ID: <4E01E68C.4010104@us.ibm.com> Date: Wed, 22 Jun 2011 07:56:44 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1308679048-4441-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1308679048-4441-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3]: Monitor queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 06/21/2011 12:57 PM, Luiz Capitulino wrote: > Anthony, > > The following patches have been sent to the list and look good to me. I've > also tested them. Pulled. Thanks. Regards, Anthony Liguori > > The changes (since eb47d7c5d96060040931c42773ee07e61e547af9) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git for-anthony > > Jan Kiszka (2): > Allow silent system resets > Reset system before loadvm > > Stefan Weil (1): > error framework: Fix compilation for w32/w64 > > error.c | 3 ++- > error.h | 3 +-- > savevm.c | 1 + > sysemu.h | 5 ++++- > vl.c | 10 ++++++---- > xen-all.c | 2 +- > 6 files changed, 15 insertions(+), 9 deletions(-) > > >