From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHtG-0001CG-NT for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbHtE-0003Cw-PF for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:38 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:45580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHtE-0003CG-Bv for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:36 -0400 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e35.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p5RJa5Hk019736 for ; Mon, 27 Jun 2011 13:36:05 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p5RJs74l169312 for ; Mon, 27 Jun 2011 13:54:14 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p5RDrcM7006946 for ; Mon, 27 Jun 2011 07:53:39 -0600 Message-ID: <4E08DFDD.2020202@us.ibm.com> Date: Mon, 27 Jun 2011 14:54:05 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1308934609-20824-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1308934609-20824-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 00/13] Trivial patches for June 16 to June 24 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On 06/24/2011 11:56 AM, Stefan Hajnoczi wrote: > (I currently do not have access to my email > address.) > > The following changes since commit 744d3644181ddb16ef5944a0f9217e46961c8c84: > > coreaudio: Fix OSStatus format specifier (2011-06-23 18:56:58 +0400) > > are available in the git repository at: > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Jan Kiszka (2): > Align dummy display to fixed-size active console > Do not include compatfd for WIN32 > > Juan Quintela (1): > exec: last_first_tb was only used in !ONLY_USER case > > Marc-Antoine Perennou (1): > qemu-kvm: fix pulseaudio detection in configure > > Markus Armbruster (5): > sheepdog: qemu_bh_new() can't return null pointer, drop check > Strip trailing '\n' from error_report()'s first argument > qemu-img: Don't prepend qemu-img to error messages twice. > Spell "unkown" correctly in error_report() arguments > blockdev: Put space after comma in error message > > Matthew Fernandez (1): > Fix comment typos in hw/armv7m.c > > Peter Maydell (2): > configure: Don't create symlinks to nonexistent targets > MAINTAINERS: Fix typo in email address > > Stefan Weil (1): > w32: Remove redundant definitions of PRI*64 > > MAINTAINERS | 2 +- > block-migration.c | 2 +- > block/qcow2.c | 2 +- > block/sheepdog.c | 90 ++++++++++++++++++++++------------------------- > blockdev.c | 2 +- > configure | 6 ++- > console.c | 9 ++++- > cpus.c | 3 ++ > exec.c | 10 ++++-- > hw/armv7m.c | 4 +- > hw/lm32_sys.c | 2 +- > hw/lm32_timer.c | 4 +- > hw/lm32_uart.c | 4 +- > hw/milkymist-ac97.c | 4 +- > hw/milkymist-memcard.c | 4 +- > hw/milkymist-minimac2.c | 6 ++-- > hw/milkymist-pfpu.c | 4 +- > hw/milkymist-softusb.c | 8 ++-- > hw/milkymist-sysctl.c | 4 +- > hw/milkymist-tmu2.c | 8 ++-- > hw/qdev.c | 2 +- > hw/strongarm.c | 4 +- > hw/usb-ccid.c | 2 +- > hw/virtio-serial-bus.c | 10 +++--- > hw/virtio.c | 4 +- > net.c | 2 +- > net/socket.c | 6 ++-- > qemu-common.h | 5 --- > qemu-error.c | 2 + > qemu-img.c | 12 +++--- > 30 files changed, 117 insertions(+), 110 deletions(-) >