Here's another pull request for trivial-patches tree. There's nothing exciting in there, small things here and there. Please consider pulling/applying.
Thanks, /mjt The following changes since commit d844a7b6569fb2b5252773444b18841426e5b906: modules: Fix building with --enable-modules (2014-02-28 12:30:13 +0000) are available in the git repository at: git://git.corpit.ru/qemu.git tags/trivial-patches-2014-03-04 for you to fetch changes up to 25254a7191cdaa6cc10edb7bdbbfd0a6d02b9905: vl: Remove unneeded include file (2014-03-03 09:46:27 +0400) ---------------------------------------------------------------- trivial patches for 2014-03-04 ---------------------------------------------------------------- Dr. David Alan Gilbert (1): include/qemu/host-utils.h: Trivial typo: ctz->cto Hani Benhabiles (1): object: Report type in error when not user creatable. Peter Maydell (2): tests/test-int128: Don't use __noclone__ attribute on clang qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration Stefan Weil (9): bswap: Modify prototype of stb_p (avoid type conversions) bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions) tcg: Fix typo in comment (dependancies -> dependencies) stubs: Optimize dependencies for gdbstub.c util/iov: Use qemu/sockets.h instead of conditional code exec: Remove unneeded include files qemu-img: Remove unneeded include files qga: Remove unneeded include file vl: Remove unneeded include file exec.c | 4 +--- include/qapi/qmp/qjson.h | 2 +- include/qemu/bswap.h | 10 +++++----- include/qemu/host-utils.h | 2 +- qemu-img.c | 6 ------ qga/main.c | 1 - qmp.c | 4 ++-- stubs/gdbstub.c | 4 +++- tcg/tcg.c | 2 +- tests/test-int128.c | 15 ++++++++++++++- util/iov.c | 9 +-------- vl.c | 4 ---- 12 files changed, 29 insertions(+), 34 deletions(-)