Here is another trivial-patches pull request, which includes patches from previous week (with fixes for build failures -- one patch fixed and one removed) plus a few more patches accumulated during this week.
Please pull. Thanks, /mjt The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79: Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500) are available in the git repository at: git://git.corpit.ru/qemu.git trivial-patches for you to fetch changes up to 7a1c0d200f3ca5be48f7034c6ed5458e490f8816: tests/.gitignore: ignore test-throttle (2013-09-20 20:15:33 +0400) ---------------------------------------------------------------- Anthony PERARD (1): docs: Fix IO port number for CPU present bitmap. Fam Zheng (1): tests/.gitignore: ignore test-throttle Markus Armbruster (1): trace-events: Clean up with scripts/cleanup-trace-events.pl again Michael Tokarev (2): vscclient: remove unnecessary use of uninitialized variable iov: avoid "orig_len may be used unitialized" warning Michal Privoznik (1): configure: Undefine _FORTIFY_SOURCE prior using it Richard Henderson (1): tcg-sparc: Fix parenthesis warning Richard W.M. Jones (1): q35: Fix typo in constant DEFUALT -> DEFAULT. Stefan Weil (8): *-user: Fix typo in comment (ulocking -> unlocking) translate-all: Fix formatting of dump output MAINTAINERS: Add missing entry to filelist for TCI target *-user: Improve documentation for lock_user function tci: Fix qemu-alpha on 32 bit hosts (wrong assertions) Makefile: Remove some more files when cleaning kvm: Fix compiler warning (clang) exec: Fix broken build for MinGW (regression) Tobias Markus (1): target-i386: Fix segment cache dump MAINTAINERS | 1 + Makefile | 4 +++- bsd-user/qemu.h | 6 +++--- configure | 2 +- docs/specs/acpi_cpu_hotplug.txt | 2 +- exec.c | 2 ++ hw/i386/kvm/clock.c | 2 +- hw/pci-host/q35.c | 2 +- include/hw/pci-host/q35.h | 2 +- libcacard/vscclient.c | 3 +-- linux-user/qemu.h | 6 +++--- target-i386/helper.c | 4 +++- tcg/sparc/tcg-target.h | 2 +- tci.c | 12 ------------ tests/.gitignore | 1 + trace-events | 3 +-- translate-all.c | 5 +++-- util/iov.c | 10 ++++------ 18 files changed, 31 insertions(+), 38 deletions(-)