Here's another trivial-patches pull request. I removed all questionable or still-being-discussed patchses from there which accumulated recently.
What's left are either code cleanups and rearrangements, spelling fixes or --help output improvements, adding Qemu logo file, one feature patch which's been waiting for too long (conversion of -m to QemuOpts), and several small bugfixes. One change I want to mention especially, it is this one: slirp/smb: Move ncalrpc directory to tmp While slirp code has a maintainer, Jan Kiszka, he never commented on this change since initial patch submission back at Nov-2013, despite several subsequent pings. The change _is_ trivial and fixes -smb with modern versions of samba. We've been waiting for this (trivial) fix for too long. Thanks, /mjt The following changes since commit 411f491e0af173cf8f39347574941bd26fbae381: Merge remote-tracking branch 'remotes/rth/tags/tgt-axp-pull-20140424' into staging (2014-04-25 13:25:22 +0100) are available in the git repository at: git://git.corpit.ru/qemu.git tags/trivial-patches-2014-04-28 for you to fetch changes up to b87b8a8b32518df9e5285f9b3d4f9d9a0c426a06: slirp/smb: Move ncalrpc directory to tmp (2014-04-28 08:55:32 +0400) ---------------------------------------------------------------- trivial patches for 2014-04-28 ---------------------------------------------------------------- Chen Gang (3): vl: Remove useless 'continue' vl: Eliminate a superfluous local variable vl: avoid closing stdout with 'writeconfig' Cole Robinson (1): tests/.gitignore: Ignore test-rfifolock Fam Zheng (1): configure: Improve help behavior Igor Mammedov (1): vl: convert -m to QemuOpts Igor Ryzhov (1): net/net.c: remove unnecessary semicolon Kirill Batuzov (1): init_paths: fix minor memory leak Laszlo Ersek (1): move test-* from .gitignore to tests/.gitignore Michael Buesch (1): slirp/smb: Move ncalrpc directory to tmp Michael Tokarev (3): gitignore: cleanups #2 po/Makefile: fix $SRC_PATH reference po: add proper Language: tags to .po files Paolo Bonzini (1): qemu-option: introduce qemu_find_opts_singleton Stefan Weil (3): misc: Use cpu_physical_memory_read and cpu_physical_memory_write xilinx: Fix typo in comment (Marvel -> Marvell) Add QEMU logo (SVG file) Tim Comer (1): virtfs-proxy-helper: fix call to accept .gitignore | 18 +- configure | 7 +- cpus.c | 2 +- fsdev/virtfs-proxy-helper.c | 1 + hw/i386/kvmvapic.c | 31 +- hw/intc/apic.c | 4 +- hw/net/xilinx_axienet.c | 2 +- include/qemu/config-file.h | 2 + net/net.c | 2 +- net/slirp.c | 2 + pc-bios/qemu_logo.svg | 1010 +++++++++++++++++++++++++++++++++++++++++++ po/Makefile | 4 +- po/de_DE.po | 2 +- po/fr_FR.po | 2 +- po/hu.po | 2 +- po/it.po | 2 +- po/tr.po | 2 +- qemu-options.hx | 9 +- target-s390x/misc_helper.c | 12 +- tests/.gitignore | 12 +- util/path.c | 4 +- util/qemu-config.c | 14 + vl.c | 103 +++-- 23 files changed, 1156 insertions(+), 93 deletions(-) create mode 100644 pc-bios/qemu_logo.svg