qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] x86 and machine queue, 2017-01-17
@ 2017-01-12 17:53 Eduardo Habkost
  2017-01-12 17:53 ` [Qemu-devel] [PULL 1/6] qom: remove unused header Eduardo Habkost
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eduardo Habkost @ 2017-01-12 17:53 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Paolo Bonzini, qemu-devel, Richard Henderson, Marcel Apfelbaum,
	Igor Mammedov

The following changes since commit 204febd17f9ebb9e94b1980b42c7f2c2307851c1:

  libqtest: handle zero length memwrite/memread (2017-01-12 10:45:59 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-and-machine-pull-request

for you to fetch changes up to 8ed877b78498c89aa7ce5c76aa20841ff5072796:

  qmp: Report QOM type name on query-cpu-definitions (2017-01-12 15:51:36 -0200)

----------------------------------------------------------------
x86 and machine queue, 2017-01-17

Includes i386, CPU, NUMA, and memory backends changes.

i386:
 target/i386: Fix bad patch application to translate.c

CPU:
 qmp: Report QOM type name on query-cpu-definitions

NUMA:
 numa: make -numa parser dynamically allocate CPUs masks

Memory backends:
 qom: remove unused header
 monitor: reuse user_creatable_add_opts() instead of user_creatable_add()
 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends

----------------------------------------------------------------

Doug Evans (1):
  target/i386: Fix bad patch application to translate.c

Eduardo Habkost (1):
  qmp: Report QOM type name on query-cpu-definitions

Igor Mammedov (4):
  qom: remove unused header
  monitor: reuse user_creatable_add_opts() instead of
    user_creatable_add()
  monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends
  numa: make -numa parser dynamically allocate CPUs masks

 docs/qmp-commands.txt           |  1 +
 qapi-schema.json                |  8 ++++-
 include/qom/object_interfaces.h | 17 ---------
 include/sysemu/hostmem.h        |  1 +
 include/sysemu/numa.h           |  2 +-
 include/sysemu/sysemu.h         |  7 ----
 backends/hostmem.c              | 26 ++++++++++++++
 hmp.c                           | 10 ++----
 numa.c                          | 24 +++++++++----
 qom/object_interfaces.c         | 78 ++++++++++++-----------------------------
 target/arm/helper.c             |  1 +
 target/i386/cpu.c               |  1 +
 target/i386/translate.c         | 10 +++---
 target/ppc/translate_init.c     |  1 +
 target/s390x/cpu_models.c       |  1 +
 vl.c                            |  5 ---
 16 files changed, 87 insertions(+), 106 deletions(-)

-- 
2.11.0.259.g40922b1

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

end of thread, other threads:[~2017-01-13 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 17:53 [Qemu-devel] [PULL 0/6] x86 and machine queue, 2017-01-17 Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 1/6] qom: remove unused header Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 2/6] monitor: reuse user_creatable_add_opts() instead of user_creatable_add() Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 3/6] monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 4/6] target/i386: Fix bad patch application to translate.c Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 5/6] numa: make -numa parser dynamically allocate CPUs masks Eduardo Habkost
2017-01-12 17:53 ` [Qemu-devel] [PULL 6/6] qmp: Report QOM type name on query-cpu-definitions Eduardo Habkost
2017-01-13 17:17 ` [Qemu-devel] [PULL 0/6] x86 and machine queue, 2017-01-17 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).