From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 00/47] Trivial patches for 2015-03-04
Date: Wed, 4 Mar 2015 20:06:17 +0300 [thread overview]
Message-ID: <cover.1425488753.git.mjt@msgid.tls.msk.ru> (raw)
This is yet another trivial-patches pull request. There are many patches
in there accumulated in over 3 weeks. Trivial stuff really. Please
consider pulling.
Thanks,
/mjt
The following changes since commit 576a94d8bcaa1bb07a81d9ffd2cf76095a66ad9a:
vl: take iothread lock very early (2015-03-03 13:21:53 +0000)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-03-04
for you to fetch changes up to 6212a2aeae17a1452e37af11e9938feea098404b:
9pfs: remove useless return (2015-03-04 20:03:49 +0300)
----------------------------------------------------------------
trivial patches for 2015-03-04
----------------------------------------------------------------
Alberto Garcia (2):
qerror.h: Swap definitions that were not in alphabetical order
qmp-commands.hx: Fix several typos
Borislav Petkov (1):
memsave: Improve and disambiguate error message
Cole Robinson (3):
qapi-schema: Fix SpiceChannel docs
gitignore: Track common.env in iotests gitignore
gitignore: Ignore new tests
Gabriel L. Somlo (1):
smbios: document cmdline options for smbios type 2-4, 17 structures
Gonglei (19):
xen-pt: fix Negative array index read
xen-pt: fix Out-of-bounds read
block: remove superfluous '\n' around error_report/error_setg
a9gtimer: remove superfluous '\n' around error_setg
pl330.c: remove superfluous '\n' around error_setg
numa: remove superfluous '\n' around error_setg
Remove superfluous '\n' around error_report()
vhost-scsi: Remove superfluous '\n' around error_report()
vfio: Remove superfluous '\n' around error_report()
xtensa: Remove superfluous '\n' around error_report()
tpm: Remove superfluous '\n' around error_report()
arm/digic_boards: Remove superfluous '\n' around error_report()
vhost: Remove superfluous '\n' around error_report()
nbd: fix resource leak
sparc/leon3.c: fix memory leak
macio: fix possible memory leak
milkymist.c: fix memory leak
sysbus: fix memory leak
microblaze: fix memory leak
Markus Armbruster (1):
xilinx_ethlite: Clean up after commit 2f991ad
Michael Tokarev (4):
migration/rdma: clean up qemu_rdma_dest_init a bit
qemu-options: fix/document -incoming options
e500: fix memory leak
9pfs: remove useless return
Paolo Bonzini (2):
cutils: refine strtol error handling in parse_debug_env
gdbstub: avoid possible NULL pointer dereference
Radim Krčmář (2):
fix GCC 5.0.0 logical-not-parentheses warnings
milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warning
Stefan Berger (1):
Add copyright and author after file split
Stefan Weil (6):
vhost_net: Add missing 'static' attribute
disas/arm: Fix warnings caused by missing 'static' attribute
disas/cris: Fix warning caused by missing 'static' attribute
disas/microblaze: Fix warnings caused by missing 'static' attribute
oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code
migration: Fix coding style (whitespace issues)
Thomas Huth (3):
ui: Removed unused functions
ui/vnc: Remove vnc_stop_worker_thread()
xen: Remove xen_cmos_set_s3_resume()
Wang Xin (2):
qemu-char: add cyrillic characters 'numerosign' to VNC keysyms
qemu-char: add cyrillic key 'numerosign' to Russian keymap
.gitignore | 1 -
block/archipelago.c | 6 +-
block/nbd.c | 1 +
cpus.c | 4 +-
disas/arm.c | 128 ------------------------------------------
disas/cris.c | 2 +-
disas/microblaze.c | 13 +++--
exec.c | 2 +-
gdbstub.c | 8 ++-
hw/9pfs/virtio-9p-local.c | 1 -
hw/arm/digic_boards.c | 6 +-
hw/block/nand.c | 2 +-
hw/core/sysbus.c | 2 +
hw/dma/pl330.c | 4 +-
hw/ide/pci.c | 2 +-
hw/lm32/milkymist.c | 1 +
hw/microblaze/boot.c | 6 +-
hw/misc/macio/macio.c | 3 +-
hw/misc/milkymist-pfpu.c | 2 +-
hw/net/vhost_net.c | 2 +-
hw/net/virtio-net.c | 4 +-
hw/net/xilinx_ethlite.c | 1 +
hw/ppc/e500.c | 1 +
hw/scsi/vhost-scsi.c | 6 +-
hw/sparc/leon3.c | 1 +
hw/timer/a9gtimer.c | 2 +-
hw/tpm/tpm_passthrough.c | 12 ++--
hw/vfio/common.c | 10 ++--
hw/virtio/vhost-backend.c | 2 +-
hw/xen/xen_pt_config_init.c | 8 +--
hw/xtensa/sim.c | 2 +-
hw/xtensa/xtfpga.c | 10 ++--
include/hw/xen/xen.h | 1 -
include/qapi/qmp/qerror.h | 6 +-
include/ui/console.h | 3 -
kvm-all.c | 2 +-
migration/qemu-file-buf.c | 4 ++
migration/rdma.c | 73 +++++++++++-------------
net/vhost-user.c | 4 +-
numa.c | 6 +-
pc-bios/keymaps/ru | 2 +-
qapi-schema.json | 6 +-
qemu-img.c | 5 +-
qemu-options.hx | 56 ++++++++++++++++--
qmp-commands.hx | 6 +-
target-s390x/kvm.c | 2 +-
tests/.gitignore | 3 +
tests/qemu-iotests/.gitignore | 1 +
tpm.c | 2 +-
trace/control.c | 2 +-
ui/console.c | 12 ----
ui/d3des.c | 9 ---
ui/d3des.h | 6 --
ui/input-legacy.c | 6 --
ui/vnc-jobs.c | 13 -----
ui/vnc-jobs.h | 1 -
ui/vnc_keysym.h | 1 +
util/cutils.c | 5 +-
util/oslib-posix.c | 4 +-
xen-hvm-stub.c | 4 --
60 files changed, 188 insertions(+), 312 deletions(-)
next reply other threads:[~2015-03-04 17:07 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 17:06 Michael Tokarev [this message]
2015-03-04 17:06 ` [Qemu-devel] [PULL 01/47] xen-pt: fix Negative array index read Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 02/47] xen-pt: fix Out-of-bounds read Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 03/47] xilinx_ethlite: Clean up after commit 2f991ad Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 04/47] memsave: Improve and disambiguate error message Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 05/47] smbios: document cmdline options for smbios type 2-4, 17 structures Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 06/47] migration/rdma: clean up qemu_rdma_dest_init a bit Michael Tokarev
2015-03-04 17:11 ` Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 07/47] qemu-options: fix/document -incoming options Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 08/47] cutils: refine strtol error handling in parse_debug_env Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 09/47] Add copyright and author after file split Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 10/47] qerror.h: Swap definitions that were not in alphabetical order Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 11/47] qmp-commands.hx: Fix several typos Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 12/47] block: remove superfluous '\n' around error_report/error_setg Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 13/47] a9gtimer: remove superfluous '\n' around error_setg Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 14/47] pl330.c: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 15/47] numa: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 16/47] Remove superfluous '\n' around error_report() Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 17/47] vhost-scsi: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 18/47] vfio: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 19/47] xtensa: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 20/47] tpm: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 21/47] arm/digic_boards: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 22/47] vhost: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 23/47] ui: Removed unused functions Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 24/47] ui/vnc: Remove vnc_stop_worker_thread() Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 25/47] xen: Remove xen_cmos_set_s3_resume() Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 26/47] qapi-schema: Fix SpiceChannel docs Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 27/47] qemu-char: add cyrillic characters 'numerosign' to VNC keysyms Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 28/47] qemu-char: add cyrillic key 'numerosign' to Russian keymap Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 29/47] nbd: fix resource leak Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 30/47] sparc/leon3.c: fix memory leak Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 31/47] macio: fix possible " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 32/47] milkymist.c: fix " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 33/47] sysbus: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 34/47] microblaze: " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 35/47] gitignore: Track common.env in iotests gitignore Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 36/47] gitignore: Ignore new tests Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 37/47] e500: fix memory leak Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 38/47] vhost_net: Add missing 'static' attribute Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 39/47] disas/arm: Fix warnings caused by " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 40/47] disas/cris: Fix warning " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 41/47] disas/microblaze: Fix warnings " Michael Tokarev
2015-03-04 17:06 ` [Qemu-devel] [PULL 42/47] oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code Michael Tokarev
2015-03-04 17:07 ` [Qemu-devel] [PULL 43/47] migration: Fix coding style (whitespace issues) Michael Tokarev
2015-03-04 17:07 ` [Qemu-devel] [PULL 44/47] fix GCC 5.0.0 logical-not-parentheses warnings Michael Tokarev
2015-03-04 17:07 ` [Qemu-devel] [PULL 45/47] milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warning Michael Tokarev
2015-03-04 17:07 ` [Qemu-devel] [PULL 46/47] gdbstub: avoid possible NULL pointer dereference Michael Tokarev
2015-03-04 17:07 ` [Qemu-devel] [PULL 47/47] 9pfs: remove useless return Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1425488753.git.mjt@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).