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/11 for-2.2] Trivial patches for 2014-11-11
Date: Tue, 11 Nov 2014 17:46:22 +0300 [thread overview]
Message-ID: <cover.1415716845.git.mjt@msgid.tls.msk.ru> (raw)
Here's another week's trivial patches pull req, for 2.2 release.
There's nothing exciting in there, but some patches are worth to
mention.
4/11: numa: make 'info numa' take into account hotplugged memory
this one has been pinged several times, and the numa
maintainer agreed to push it using other tree. It can
be considered a bugfix for `info numa' output (not taking
some memory into account), and while somewhat large for
-trivial, it is actually rather trivial
5/11: gdbstub: Add a missing case of signal number translation in gdbstub
a bugfix to allow gdb debugging
7/11: coroutine-sigaltstack: Change jmp_buf to sigjmp_buf
this one is a bugfix discussed today
Please consider applying/pulling.
Thanks,
/mjt
The following changes since commit 7135781f65f1267a72bf554ee2b7bd605f9e59aa:
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-02' into staging (2014-11-03 14:55:17 +0000)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2014-11-11
for you to fetch changes up to 705be728c0b5546da10d8ef4239a112d1616bb97:
block: Fix comment for bdrv_co_get_block_status (2014-11-11 17:36:19 +0300)
----------------------------------------------------------------
trivial patches for 2014-11-11
----------------------------------------------------------------
Chen Fan (1):
target-i386: cpu: keeping function parameters alignment on new line
Chen Gang (2):
pc-bios: petalogix-s3adsp1800.dtb: Use 'xlnx, xps-ethernetlite-2.00.a' instead of 'xlnx, xps-ethernetlite-2.00.b'
xen-hvm: Remove redundant variable 'xstate'
Fam Zheng (1):
block: Fix comment for bdrv_co_get_block_status
Gonglei (2):
qemu-doc.texi: fix typos in x509 examples
sysbus: Correct SYSTEM_BUS(obj) defines
Martin Simmons (1):
gdbstub: Add a missing case of signal number translation in gdbstub
Peter Wu (1):
slirp/smbd: modify/set several parameters in generated smbd.conf
Willem Pinckaers (1):
coroutine-sigaltstack: Change jmp_buf to sigjmp_buf
Zhu Guihua (1):
icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE
zhanghailiang (1):
numa: make 'info numa' take into account hotplugged memory
block.c | 6 +++---
coroutine-sigaltstack.c | 2 +-
gdbstub.c | 5 ++++-
hw/cpu/icc_bus.c | 4 ++--
include/block/block.h | 4 +++-
include/hw/sysbus.h | 2 +-
include/sysemu/sysemu.h | 1 +
monitor.c | 6 +++++-
net/slirp.c | 9 ++++++++-
numa.c | 38 ++++++++++++++++++++++++++++++++++++++
pc-bios/petalogix-s3adsp1800.dtb | Bin 8259 -> 8259 bytes
qemu-doc.texi | 4 ++--
target-i386/cpu.c | 6 +++---
xen-hvm.c | 3 +--
14 files changed, 72 insertions(+), 18 deletions(-)
next reply other threads:[~2014-11-11 14:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-11 14:46 Michael Tokarev [this message]
2014-11-11 14:46 ` [Qemu-devel] [PULL 01/11] icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 02/11] qemu-doc.texi: fix typos in x509 examples Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 03/11] slirp/smbd: modify/set several parameters in generated smbd.conf Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 04/11] numa: make 'info numa' take into account hotplugged memory Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 05/11] gdbstub: Add a missing case of signal number translation in gdbstub Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 06/11] pc-bios: petalogix-s3adsp1800.dtb: Use 'xlnx, xps-ethernetlite-2.00.a' instead of 'xlnx, xps-ethernetlite-2.00.b' Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 07/11] coroutine-sigaltstack: Change jmp_buf to sigjmp_buf Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 08/11] xen-hvm: Remove redundant variable 'xstate' Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 09/11] target-i386: cpu: keeping function parameters alignment on new line Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 10/11] sysbus: Correct SYSTEM_BUS(obj) defines Michael Tokarev
2014-11-11 14:46 ` [Qemu-devel] [PULL 11/11] block: Fix comment for bdrv_co_get_block_status Michael Tokarev
2014-11-11 16:03 ` [Qemu-devel] [PULL 00/11 for-2.2] Trivial patches for 2014-11-11 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.1415716845.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).