From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXsnG-0004LJ-3e for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:02:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXsn5-0005Q9-4O for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:02:33 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:42679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXsn4-0005Q3-TA for qemu-devel@nongnu.org; Tue, 06 Dec 2011 06:02:27 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 6 Dec 2011 11:02:23 -0000 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pB6B2L852686996 for ; Tue, 6 Dec 2011 11:02:21 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pB6B2Ksp019870 for ; Tue, 6 Dec 2011 04:02:21 -0700 From: Stefan Hajnoczi Date: Tue, 6 Dec 2011 11:00:55 +0000 Message-Id: <1323169274-31657-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 00/19] Trivial patches for 3 to 6 December 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 217bfb445b54db618a30f3a39170bebd9fd9dbf2: hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs (2011-12-05 21:38:56 +0100) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches-next Ademar de Souza Reis Jr (1): memory: minor documentation fixes/enhancements Chen Rui (1): mips_malta: resolve endless loop when loading bios Dong Xu Wang (2): fix typo: delete redundant semicolon fix spelling in hw sub directory Jan Kiszka (1): Rename get_tls to tls_var Markus Armbruster (3): console: Clean up confusing indentation in console_putchar() console: Fix console_putchar() for CSI J console: Fix qemu_default_pixelformat() for 24 bpp Peter Maydell (6): configure: Include #define name in check_define compiler error configure: Print a banner comment at the top of config.log configure: Pull linux-headers/asm symlink creation out of loop linux-user/cpu-uname.c: Convert to UTF-8 linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters linux-user/syscall.c: Don't skip stracing for fcntl64 failure case Stefan Weil (2): Convert source files to UTF-8 encoding Convert keymap file to UTF-8 encoding Zhi Hui Li (2): net/socket.c : fix memory leak win32: fix memory leak Zhi Yong Wu (1): pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error block/nbd.c | 4 +- configure | 44 +++++++++++++++++++++++---------------- console.c | 20 +++++++++-------- cpu-all.h | 2 +- cpus.c | 2 +- docs/memory.txt | 6 ++-- hmp-commands.hx | 2 +- hw/9pfs/codir.c | 6 ++-- hw/9pfs/virtio-9p-coth.h | 2 +- hw/9pfs/virtio-9p-handle.c | 4 +- hw/9pfs/virtio-9p.c | 4 +- hw/acpi.c | 2 +- hw/alpha_dp264.c | 2 +- hw/arm_gic.c | 2 +- hw/bt-hci-csr.c | 2 +- hw/cirrus_vga.c | 2 +- hw/ds1225y.c | 2 +- hw/e1000_hw.h | 2 +- hw/eepro100.c | 2 +- hw/etraxfs_dma.c | 2 +- hw/etraxfs_pic.c | 2 +- hw/fdc.c | 2 +- hw/fmopl.c | 8 +++--- hw/gusemu.h | 2 +- hw/gusemu_hal.c | 4 +- hw/ide/core.c | 2 +- hw/ide/via.c | 2 +- hw/jazz_led.c | 2 +- hw/lan9118.c | 4 +- hw/mips_malta.c | 1 + hw/omap2.c | 6 ++-- hw/pc.c | 2 +- hw/pci-stub.c | 2 +- hw/pcie_aer.c | 4 +- hw/pl110.c | 2 +- hw/pl181.c | 4 +- hw/ppc.c | 2 +- hw/sh7750_regs.h | 2 +- hw/smc91c111.c | 2 +- hw/spapr.h | 2 +- hw/tc6393xb_template.h | 2 +- hw/vmport.c | 2 +- hw/wdt_ib700.c | 2 +- linux-user/arm/nwfpe/fpopcode.h | 34 +++++++++++++++--------------- linux-user/cpu-uname.c | 2 +- linux-user/syscall.c | 8 ++++-- memory.h | 38 +++++++++++++++++++-------------- net/socket.c | 3 ++ net/tap-solaris.c | 2 +- os-win32.c | 7 ++++++ pc-bios/keymaps/is | 2 +- qemu-tls.h | 4 +- sysemu.h | 2 +- target-s390x/op_helper.c | 4 +- ui/vnc.c | 2 +- usb-redir.c | 4 +- 56 files changed, 159 insertions(+), 130 deletions(-) -- 1.7.7.3