Trivial fixes for QEMU 1.4. I was going to hold off Markus' malloc(0) cleanups but they are straightforward and risk conflicting if I leave them out-of-tree for too long.
The following changes since commit 0893d46014b0300fb8aec92df94effea34d04b61: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-01-29 16:57:41 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 99f4280854514b22972bd257fe5facc439222d2e: qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema (2013-01-30 11:19:53 +0100) ---------------------------------------------------------------- Andreas Färber (1): tests: Fix {rtc, m48t59}-test build on illumos Markus Armbruster (12): vnc: Clean up vncws_send_handshake_response() g_malloc(0) and g_malloc0(0) return NULL; simplify g_strdup(NULL) returns NULL; simplify hw/9pfs: Fix unchecked strdup() by converting to g_strdup() readline: Fix unchecked strdup() by converting to g_strdup() spice: Fix unchecked strdup() by converting to g_strdup() virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup() qemu-log: Fix unchecked strdup() by converting to g_strdup() qemu-log: Plug trivial memory leak in cpu_set_log_filename() libcacard: Fix unchecked strdup() by converting to g_strdup() qapi: Fix unchecked strdup() by converting to g_strdup() qemu-ga: Fix unchecked strdup() by converting to g_strdup() Michal Privoznik (1): qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Peter Crosthwaite (3): cadence_ttc: Debug mode compile fixes cadence_gem: Debug mode compile fixes xilinx_axidma: Fix debug mode compile messages Peter Maydell (1): qemu-pixman.h: Avoid mutual inclusion loop with console.h block/qcow2-refcount.c | 6 +----- block/vdi.c | 4 +--- fsdev/virtfs-proxy-helper.c | 4 ++-- hw/9pfs/virtio-9p-device.c | 8 ++------ hw/9pfs/virtio-9p-local.c | 8 ++++---- hw/9pfs/virtio-9p.c | 6 +----- hw/block-common.c | 4 +--- hw/cadence_gem.c | 17 ++++++++++------- hw/cadence_ttc.c | 4 ++-- hw/vhost.c | 7 ++----- hw/xilinx_axidma.c | 2 +- include/ui/qemu-pixman.h | 2 +- include/ui/spice-display.h | 1 + libcacard/vcard_emul_nss.c | 4 ++-- libcacard/vreader.c | 2 +- libcacard/vscclient.c | 4 ++-- net/net.c | 4 +--- qapi/qmp-registry.c | 2 +- qemu-log.c | 15 ++++++++++----- qga/commands.c | 2 +- qmp-commands.hx | 2 +- readline.c | 4 ++-- slirp/slirp.c | 8 ++------ tests/m48t59-test.c | 2 ++ tests/rtc-test.c | 2 ++ ui/qemu-pixman.c | 3 ++- ui/spice-core.c | 4 ++-- ui/vnc-ws.c | 11 ++++++----- util/qemu-option.c | 8 ++------ 29 files changed, 68 insertions(+), 82 deletions(-) -- 1.8.1