qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11 for-2.2] Trivial patches for 2014-11-11
@ 2014-11-11 14:46 Michael Tokarev
  2014-11-11 14:46 ` [Qemu-devel] [PULL 01/11] icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE Michael Tokarev
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael Tokarev @ 2014-11-11 14:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

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(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-11-11 16:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-11 14:46 [Qemu-devel] [PULL 00/11 for-2.2] Trivial patches for 2014-11-11 Michael Tokarev
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

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).