Hello. Here's one another pull request for the trivial patches queue. The request comes somewhat out of order, but this is because I was at a 3-week vacation and the trivial-patches queue hasn't been processed during this time, and it accumulated a few patches which are pre- dependences for further work.
Please consider pulling. /mjt The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07: Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30 12:26:04 -0500) are available in the git repository at: git://git.corpit.ru/qemu.git trivial-patches for you to fetch changes up to fcdda211f9239f4218f96cdc336a482f7103d90b: aio / timers: use g_usleep() not sleep() (2013-09-01 20:02:45 +0400) ---------------------------------------------------------------- Alex Bligh (1): aio / timers: use g_usleep() not sleep() Antony Pavlov (1): pflash_cfi02.c: fix debug macro Eric Blake (1): qmp: fix integer usage in examples Hervé Poussineau (1): adlib: sort offsets in portio registration Michael R. Hines (1): rdma: silly ipv6 bugfix Peter Maydell (2): configure: disable clang -Wstring-plus-int warning slirp/arp_table.c: Avoid shifting into sign bit of signed integers Stefan Hajnoczi (1): curl: qemu_bh_new() can never return NULL Stefan Weil (6): misc: Fix some typos in names and comments configure: Don't write .pyc files by default (python -B) configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs) configure: Remove unneeded redirections of stderr (pkg-config --exists) target-arm: Report unimplemented opcodes (LOG_UNIMP) tci: Remove function tcg_out64 (fix broken build) Taimoor Mirza (1): slirp: Port redirection option behave differently on Linux and Windows block/backup.c | 2 +- block/curl.c | 6 ------ configure | 71 +++++++++++++++++++++++++++++++++++------------------------------------ hw/audio/adlib.c | 2 +- hw/block/pflash_cfi02.c | 2 +- hw/s390x/css.c | 2 +- hw/timer/exynos4210_rtc.c | 4 ++-- include/hw/bt.h | 8 ++++---- libcacard/card_7816.c | 2 +- libcacard/card_7816t.h | 2 +- linux-headers/asm-powerpc/epapr_hcalls.h | 4 ++-- migration-rdma.c | 14 ++++++++------ qmp-commands.hx | 26 +++++++++++++------------- slirp/arp_table.c | 4 ++-- slirp/socket.c | 2 ++ target-arm/translate.c | 4 ++++ tcg/tci/tcg-target.c | 7 ------- tests/test-aio.c | 6 +++--- 18 files changed, 81 insertions(+), 87 deletions(-)