From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa9gs-0004K2-1u for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa9gp-0001Qm-Gr for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:09 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:64284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa9gp-0001QQ-36 for qemu-devel@nongnu.org; Fri, 24 Jun 2011 12:57:07 -0400 Received: by fxg12 with SMTP id 12so94133fxg.4 for ; Fri, 24 Jun 2011 09:57:05 -0700 (PDT) From: Stefan Hajnoczi Date: Fri, 24 Jun 2011 17:56:36 +0100 Message-Id: <1308934609-20824-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [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: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi (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 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(-) -- 1.7.5.4