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/21] Trivial patches for 2015-06-22
Date: Mon, 22 Jun 2015 14:16:07 +0300 [thread overview]
Message-ID: <cover.1434971627.git.mjt@msgid.tls.msk.ru> (raw)
There are a few random thing here and there. I especially
want to note 2 of them:
- QOMification series by Gonglei
- rearrangement of ./configure --help output by me
Other than that, the stuff is really trivial.
Please consider applying/pulling.
/mjt
The following changes since commit ad7020a7e7b27d468ecc2aacb04ba4eb09017074:
target-microblaze: Remove dead code (2015-06-21 17:20:16 +1000)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-06-22
for you to fetch changes up to 43ce995c79c09595e6fbdcabecd1c8b43cf9e4a4:
util/qemu-sockets: improve ai_flag hints for ipv6 hosts (2015-06-22 14:08:25 +0300)
----------------------------------------------------------------
trivial patches for 2015-06-22
----------------------------------------------------------------
Alberto Garcia (1):
throttle: Fix typo in the documentation of block_set_io_throttle
Alex Bennée (1):
configure: append --extra-ldflags to LDFLAGS
Dr. David Alan Gilbert (2):
Grammar: 'as to'->'as for'
Print error when failing to load PCI config data
Fam Zheng (2):
Makefile: Fix "make cscope TAGS"
Makefile: Add "make ctags"
Frediano Ziglio (1):
hw/display/qxl-logger.c: Constify some variable
Gonglei (6):
pci-assign: QOMify
piix: piix3 QOMify
piix4: QOMify
wdt_i6300esb: QOMify
xen_pt: QOMify
vt82c686: QOMify
Markus Armbruster (2):
qemu-options: Improve -global documentation
qemu-options: Use @itemx where appropriate
Michael Tokarev (3):
remove libdecnumber/dpd/decimal128Local.h
libcacard: pkgconfig: tidy dependent libs
configure: rearrange --help and consolidate enable/disable together
Shannon Zhao (2):
hw/display/cg3.c: Fix memory leak
hw/display/tcx.c: Fix memory leak
Wolfgang Bumiller (1):
util/qemu-sockets: improve ai_flag hints for ipv6 hosts
Makefile | 20 +++-
configure | 198 ++++++++++++++-----------------------
hw/display/cg3.c | 1 +
hw/display/qxl-logger.c | 16 +--
hw/display/tcx.c | 1 +
hw/i386/kvm/pci-assign.c | 39 ++++----
hw/isa/piix4.c | 8 +-
hw/isa/vt82c686.c | 47 ++++++---
hw/pci-host/piix.c | 57 ++++++-----
hw/pci/pci.c | 4 +
hw/watchdog/wdt_i6300esb.c | 14 ++-
hw/xen/xen_pt.c | 10 +-
hw/xen/xen_pt.h | 4 +
libcacard/libcacard.pc.in | 2 +-
libdecnumber/dpd/decimal128Local.h | 42 --------
qapi/block-core.json | 2 +-
qemu-options.hx | 57 +++++------
qmp-commands.hx | 2 +-
util/qemu-sockets.c | 6 +-
19 files changed, 247 insertions(+), 283 deletions(-)
delete mode 100644 libdecnumber/dpd/decimal128Local.h
next reply other threads:[~2015-06-22 11:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 11:16 Michael Tokarev [this message]
2015-06-22 11:16 ` [Qemu-devel] [PULL 01/21] configure: append --extra-ldflags to LDFLAGS Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 02/21] remove libdecnumber/dpd/decimal128Local.h Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 03/21] Grammar: 'as to'->'as for' Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 04/21] Print error when failing to load PCI config data Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 05/21] pci-assign: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 06/21] piix: piix3 QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 07/21] piix4: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 08/21] wdt_i6300esb: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 09/21] xen_pt: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 10/21] vt82c686: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 11/21] libcacard: pkgconfig: tidy dependent libs Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 12/21] configure: rearrange --help and consolidate enable/disable together Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 13/21] hw/display/qxl-logger.c: Constify some variable Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 14/21] throttle: Fix typo in the documentation of block_set_io_throttle Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 15/21] qemu-options: Improve -global documentation Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 16/21] qemu-options: Use @itemx where appropriate Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 17/21] Makefile: Fix "make cscope TAGS" Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 18/21] Makefile: Add "make ctags" Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 19/21] hw/display/cg3.c: Fix memory leak Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 20/21] hw/display/tcx.c: " Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] [PULL 21/21] util/qemu-sockets: improve ai_flag hints for ipv6 hosts Michael Tokarev
2015-06-22 16:02 ` [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22 Peter Maydell
2015-06-23 7:52 ` [Qemu-devel] [Qemu-trivial] " Wolfgang Bumiller
2015-06-23 17:08 ` [Qemu-devel] " Michael Tokarev
2015-06-23 17:15 ` 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.1434971627.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).