From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>, qemu-trivial@nongnu.org
Subject: [Qemu-devel] [PULL 00/13] Trivial patches for 2016-05-18
Date: Wed, 18 May 2016 15:05:55 +0300 [thread overview]
Message-ID: <cover.1463573089.git.mjt@msgid.tls.msk.ru> (raw)
This is first pull request in quite a while. Accumulating
only relatively old stuff which hasn't been applied to other
trees. More to follow.
Please consider applying.
Thanks,
/mjt
The following changes since commit a257c741491ff1c3c192d13a89c136dd6401c54d:
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160517' into staging (2016-05-17 16:49:11 +0100)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2016-05-18
for you to fetch changes up to cb8d4c8f54b8271f642f02382eec29d468bb1c77:
Fix some typos found by codespell (2016-05-18 15:04:27 +0300)
----------------------------------------------------------------
trivial patches for 2016-05-18
----------------------------------------------------------------
Alberto Garcia (1):
ipack: Update e-mail address
Cao jin (3):
remove comment for nonexistent structure member
loader: fix potential memory leak
smbios: fix typo
Greg Kurz (1):
9p: drop unused declaration from coth.h
Michael Tokarev (1):
s390: remove misleading comment
Peter Xu (1):
qdict: fix unbounded stack warning for qdict_array_entries
Stefan Weil (3):
Fix typo in variable name (found and fixed by codespell)
configure: Use uniform description for devel packages
Fix some typos found by codespell
Wei Jiangang (3):
vl: fix comment about when parsing cpu definitions
util: fix comment typos
accel: make configure_accelerator return void
accel.c | 4 +--
audio/mixeng.c | 2 +-
audio/ossaudio.c | 2 +-
configure | 2 +-
contrib/ivshmem-server/ivshmem-server.h | 2 +-
docs/specs/rocker.txt | 2 +-
docs/throttle.txt | 2 +-
hw/9pfs/coth.h | 1 -
hw/char/ipoctal232.c | 2 +-
hw/core/loader.c | 6 ++++
hw/i2c/imx_i2c.c | 2 +-
hw/ipack/ipack.c | 2 +-
hw/ipack/tpci200.c | 2 +-
hw/net/vmxnet3.c | 4 +--
hw/pci/msi.c | 2 +-
hw/pci/pci_bridge.c | 2 +-
hw/s390x/ipl.c | 2 +-
hw/scsi/spapr_vscsi.c | 2 +-
hw/scsi/vmw_pvscsi.c | 2 +-
hw/timer/a9gtimer.c | 2 +-
hw/timer/aspeed_timer.c | 4 +--
include/crypto/random.h | 2 +-
include/hw/ipack/ipack.h | 2 +-
include/hw/smbios/smbios.h | 2 +-
include/hw/xen/xen_common.h | 2 +-
include/io/task.h | 2 +-
include/qemu/osdep.h | 2 +-
include/sysemu/accel.h | 2 +-
include/sysemu/hostmem.h | 1 -
kvm-all.c | 2 +-
migration/migration.c | 2 +-
migration/ram.c | 2 +-
nbd/client.c | 2 +-
qga/channel-win32.c | 2 +-
qga/commands.c | 4 +--
qobject/qdict.c | 15 ++++----
scripts/checkpatch.pl | 2 +-
scripts/dump-guest-memory.py | 64 ++++++++++++++++-----------------
slirp/socket.c | 2 +-
target-cris/translate.c | 4 +--
target-cris/translate_v10.c | 2 +-
target-i386/cpu.c | 2 +-
target-i386/cpu.h | 2 +-
target-mips/op_helper.c | 2 +-
target-tricore/translate.c | 2 +-
tcg/README | 2 +-
tests/tcg/cris/check_addo.c | 14 ++++----
trace/simple.c | 4 +--
ui/cocoa.m | 2 +-
util/buffer.c | 4 +--
util/qemu-sockets.c | 2 +-
util/timed-average.c | 4 +--
vl.c | 2 +-
53 files changed, 105 insertions(+), 106 deletions(-)
next reply other threads:[~2016-05-18 12:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-18 12:05 Michael Tokarev [this message]
2016-05-18 12:05 ` [Qemu-devel] [PULL 01/13] s390: remove misleading comment Michael Tokarev
2016-05-18 12:05 ` [Qemu-devel] [PULL 02/13] remove comment for nonexistent structure member Michael Tokarev
2016-05-18 12:05 ` [Qemu-devel] [PULL 03/13] loader: fix potential memory leak Michael Tokarev
2016-05-18 12:05 ` [Qemu-devel] [PULL 04/13] vl: fix comment about when parsing cpu definitions Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 05/13] Fix typo in variable name (found and fixed by codespell) Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 06/13] qdict: fix unbounded stack warning for qdict_array_entries Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 07/13] util: fix comment typos Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 08/13] ipack: Update e-mail address Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 09/13] configure: Use uniform description for devel packages Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 10/13] accel: make configure_accelerator return void Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 11/13] smbios: fix typo Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 12/13] 9p: drop unused declaration from coth.h Michael Tokarev
2016-05-18 12:06 ` [Qemu-devel] [PULL 13/13] Fix some typos found by codespell Michael Tokarev
2016-05-19 10:45 ` [Qemu-devel] [PULL 00/13] Trivial patches for 2016-05-18 Peter Maydell
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.1463573089.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).