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-trivial] [PULL 00/31] Trivial patches for 2017-01-24
Date: Tue, 24 Jan 2017 12:39:04 +0300 [thread overview]
Message-ID: <cover.1485250702.git.mjt@msgid.tls.msk.ru> (raw)
Hi!
This is a next trivial-patches pull request after a long while.
We had a new release (2.8), new year holidays and other stuff.
So here we go now with whatever has been collected so far.
Please consider applying.
Thanks,
/mjt
The following changes since commit 3879284d6517dc22529395bdb259f4183b589127:
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' into staging (2017-01-23 15:59:09 +0000)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/trivial-patches-fetch
for you to fetch changes up to bed534dd4032446750ad3e7a806c24d81bc5851b:
hw/isa/isa-bus: Set category of the "isabus-bridge" device (2017-01-24 12:38:03 +0300)
----------------------------------------------------------------
trivial patches for 2017-01-24
----------------------------------------------------------------
Cao jin (5):
pcie: fix typo in comments
doc/usb2: fix typo
vfio: remove a duplicated word in comments
util/mmap-alloc: check parameter before using
util/mmap-alloc: refactor a little bit for readability
Frediano Ziglio (1):
usb: Fix typo in documentation
Gerd Hoffmann (1):
docs: sync pci-ids.txt
Marc-André Lureau (3):
object.h: spelling fix
object: make some funcs static
win32: use glib gpoll if glib >= 2.50
Michael Tokarev (1):
doc: don't mention -memory, it is -m
Paolo Bonzini (4):
qemu-img: remove dead check
pci-assign: avoid pointless stat
block: remove dead check
qga: fix erroneous argument to strerror
Peter Maydell (6):
README: Add linux to macOS build info
hw/i386/kvmvapic: Remove dead code in patch_hypercalls()
lm32: milkymist-tmu2: fix another integer overflow
disas/cris.c: Fix Coverity warning about unchecked NULL
hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GB
scsi-disk: add 'fall through' comment to switch VERIFY cases
Po-Hsu Lin (1):
qemu-options: cleanup duplicated help message for kernel_irqchip
Samuel Thibault (1):
Drop duplicate display option documentation
Stefan Weil (4):
hw/block/m25p80: Fix typo in local macro name
Fix documentation and some comments (article, grammar)
include: Fix typos found by codespell
hw: Fix typos found by codespell
Thomas Huth (2):
usb: Set category and description of the MTP device
hw/isa/isa-bus: Set category of the "isabus-bridge" device
Ziyue Yang (2):
gdbstub.c: fix GDB connection segfault caused by empty machines
gdbstub.c: update old error report statements
README | 1 +
arch_init.c | 2 +-
block.c | 2 +-
disas/cris.c | 2 +-
docs/specs/pci-ids.txt | 3 +++
docs/usb-storage.txt | 2 +-
docs/usb2.txt | 2 +-
gdbstub.c | 17 ++++++++++++-----
hw/block/m25p80.c | 4 ++--
hw/core/generic-loader.c | 4 ++--
hw/core/qdev-properties.c | 2 +-
hw/display/framebuffer.c | 2 +-
hw/display/milkymist-tmu2.c | 2 +-
hw/display/xlnx_dp.c | 4 ++--
hw/i386/kvmvapic.c | 6 ------
hw/i386/pc.c | 2 +-
hw/i386/pci-assign-load-rom.c | 16 ++++++++--------
hw/isa/isa-bus.c | 1 +
hw/net/cadence_gem.c | 2 +-
hw/net/spapr_llan.c | 4 ++--
hw/pci/pcie.c | 2 +-
hw/ppc/spapr_drc.c | 2 +-
hw/s390x/s390-pci-bus.h | 4 ++--
hw/scsi/scsi-disk.c | 1 +
hw/usb/dev-mtp.c | 4 +++-
hw/vfio/pci-quirks.c | 2 +-
hw/vfio/pci.c | 4 ++--
hw/virtio/virtio-crypto.c | 2 +-
include/glib-compat.h | 2 +-
include/hw/dma/xlnx_dpdma.h | 3 ++-
include/hw/pci-host/q35.h | 2 +-
include/hw/register.h | 2 +-
include/qapi/dealloc-visitor.h | 2 +-
include/qemu/qht.h | 2 +-
include/qemu/xattr.h | 2 +-
include/qom/object.h | 26 +-------------------------
qemu-doc.texi | 2 +-
qemu-img.c | 12 +++++-------
qemu-options.hx | 7 +++----
qga/main.c | 4 ++--
qom/object.c | 4 ++--
util/mmap-alloc.c | 17 ++++++++---------
util/oslib-win32.c | 2 ++
util/uri.c | 4 ++--
44 files changed, 89 insertions(+), 105 deletions(-)
next reply other threads:[~2017-01-24 9:40 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 9:39 Michael Tokarev [this message]
2017-01-24 9:39 ` [Qemu-trivial] [PULL 01/31] doc: don't mention -memory, it is -m Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 02/31] hw/block/m25p80: Fix typo in local macro name Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 03/31] README: Add linux to macOS build info Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 04/31] Fix documentation and some comments (article, grammar) Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 05/31] include: Fix typos found by codespell Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 06/31] hw: " Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 07/31] qemu-options: cleanup duplicated help message for kernel_irqchip Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 08/31] usb: Fix typo in documentation Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 09/31] object.h: spelling fix Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 10/31] object: make some funcs static Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 11/31] pcie: fix typo in comments Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 12/31] qemu-img: remove dead check Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 13/31] pci-assign: avoid pointless stat Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 14/31] block: remove dead check Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 15/31] qga: fix erroneous argument to strerror Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 16/31] doc/usb2: fix typo Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 17/31] hw/i386/kvmvapic: Remove dead code in patch_hypercalls() Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 18/31] lm32: milkymist-tmu2: fix another integer overflow Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 19/31] disas/cris.c: Fix Coverity warning about unchecked NULL Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 20/31] docs: sync pci-ids.txt Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 21/31] vfio: remove a duplicated word in comments Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 22/31] util/mmap-alloc: check parameter before using Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 23/31] util/mmap-alloc: refactor a little bit for readability Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 24/31] win32: use glib gpoll if glib >= 2.50 Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 25/31] hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GB Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 26/31] Drop duplicate display option documentation Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 27/31] scsi-disk: add 'fall through' comment to switch VERIFY cases Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 28/31] gdbstub.c: fix GDB connection segfault caused by empty machines Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 29/31] gdbstub.c: update old error report statements Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 30/31] usb: Set category and description of the MTP device Michael Tokarev
2017-01-24 9:39 ` [Qemu-trivial] [PULL 31/31] hw/isa/isa-bus: Set category of the "isabus-bridge" device Michael Tokarev
2017-01-24 13:20 ` [Qemu-trivial] [Qemu-devel] [PULL 00/31] Trivial patches for 2017-01-24 no-reply
2017-01-24 16:55 ` Peter Maydell
2017-01-24 16:56 ` Peter Maydell
2017-01-24 17:26 ` Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2017-01-24 20:29 [Qemu-trivial] " 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.1485250702.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).