From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGb0-0001W4-4Z for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkGav-00072O-1R for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:10 -0500 Received: from e2.ny.us.ibm.com ([32.97.182.142]:39686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGau-00071M-Sl for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:04 -0500 Received: from /spool/local by e2.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Jan 2012 09:53:00 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q09Epwwt254932 for ; Mon, 9 Jan 2012 09:51:58 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q09EpwWU022146 for ; Mon, 9 Jan 2012 12:51:58 -0200 Message-ID: <4F0AFF0C.2000804@us.ibm.com> Date: Mon, 09 Jan 2012 08:51:56 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1325865088-23897-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1325865088-23897-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] Trivial patches for 20 December 2011 to 6 January 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 01/06/2012 09:51 AM, Stefan Hajnoczi wrote: > My pull request from 22 December 2011 was misformatted and therefore not > merged. I have included those patches again together with the latest batch of > trivial patches. > > The following changes since commit c47f3223658119219bbe0b8d09da733d1c06e76f: > > Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging (2012-01-04 10:06:25 -0600) Pulled a couple days ago and forgot to send a note. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > > git://github.com/stefanha/qemu.git trivial-patches > > Alon Levy (1): > qemu-options.hx: fix tls-channel help text > > Markus Armbruster (2): > Strip trailing '\n' from error_report()'s first argument (again) > scsi virtio-blk usb-msd: Clean up device init error messages > > Peter Maydell (3): > configure: Fix test for supported host CPU type > gdbstub: Fix fd leak in gdbserver_open() error path > net/socket.c: Fix fd leak in net_socket_listen_init() error paths > > Sebastian Herbszt (1): > Make python mandatory > > Stefan Hajnoczi (1): > qemu-nbd: drop loop which can never loop > > Stefan Weil (1): > configure: CONFIG_QEMU_INTERP_PREFIX only for user mode > > configure | 56 +++++++++++++++++++++++----------------------------- > gdbstub.c | 2 + > hw/scsi-disk.c | 4 +- > hw/scsi-generic.c | 8 +++--- > hw/usb-bus.c | 12 +++++----- > hw/usb-msd.c | 2 +- > hw/virtio-blk.c | 2 +- > net/socket.c | 2 + > qemu-nbd.c | 10 +++----- > qemu-options.hx | 4 +- > usb-redir.c | 4 +- > 11 files changed, 51 insertions(+), 55 deletions(-) >