Hello. There are quite a few trivial patches this week again, now they're really trivial, nothing facy like previous week.
I'm not including the chardev+socket fixes from Gerd for now, these are really nice but I had a few questions there. Hopefully next week. Please consider pulling. Thanks, /mjt The following changes since commit 576156ffed72ab4feb0b752979db86ff8759a2a1: Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging (2013-06-20 16:53:39 -0500) are available in the git repository at: git://git.corpit.ru/qemu.git trivial-patches for you to fetch changes up to 464e3671f9d5c206fa9e2646c81f21ceef7cfb7d: configure: Add signed*signed check to [u]int128_t test (2013-06-21 22:54:24 +0400) ---------------------------------------------------------------- Amos Kong (1): qapi: lack of two commas in dict Andreas Färber (1): configure: Fix "ERROR: ERROR: " for missing/incompatible DTC Anthony PERARD (1): qxl: Fix QXLRam initialisation. Markus Armbruster (1): acl: acl_add can't insert before last list element, fix Michael Tokarev (3): vl: reformat SDL ifdeffery a bit qemu-options: trivial fix for -mon args help vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client Peter Crosthwaite (1): block/nand: Formatting sweep Peter Maydell (2): Makefile: pass include directives to dtc via CPPFLAGS, not CFLAGS configure: Add signed*signed check to [u]int128_t test Stefan Weil (5): qemu-img: Add missing GCC_FMT_ATTR kvm: Fix potential resource leak (missing fclose) savevm: Fix potential memory leak libcacard: Fix cppcheck warning and remove unneeded code audio: Replace static functions in header file by macros, remove GCC_ATTR liguang (2): qemu-char: use bool in qemu_chr_open_socket and simplify code a bit sd: pass bool parameter for sd_init Makefile | 5 +++-- audio/audio_int.h | 31 +++---------------------------- configure | 3 ++- hw/block/nand.c | 33 ++++++++++++++++++--------------- hw/display/qxl.c | 1 + hw/i386/kvm/pci-assign.c | 1 + hw/sd/milkymist-memcard.c | 2 +- hw/sd/omap_mmc.c | 4 ++-- hw/sd/pl181.c | 2 +- hw/sd/pxa2xx_mmci.c | 2 +- hw/sd/sdhci.c | 2 +- hw/sd/ssi-sd.c | 2 +- include/qemu/compiler.h | 3 --- include/ui/console.h | 2 +- libcacard/vcard_emul_nss.c | 22 ++++++---------------- qapi-schema.json | 4 ++-- qemu-char.c | 19 ++++++------------- qemu-img.c | 2 +- qemu-options.hx | 4 ++-- savevm.c | 3 ++- ui/vnc.c | 15 ++++++++------- util/acl.c | 4 ++-- vl.c | 3 +-- 23 files changed, 66 insertions(+), 103 deletions(-)