From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Marcel Apfelbaum <marcel@redhat.com>,
Igor Mammedov <imammedo@redhat.com>
Subject: [Qemu-devel] [PULL 00/12] Machine/CPU/NUMA queue, 2017-09-19
Date: Tue, 19 Sep 2017 17:18:38 -0300 [thread overview]
Message-ID: <20170919201850.14772-1-ehabkost@redhat.com> (raw)
The following changes since commit a9158a5cba955b79d580a252cc58ff44d154e370:
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request' into staging (2017-09-18 12:40:54 +0100)
are available in the git repository at:
git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
for you to fetch changes up to e3d038b89f1bf3f09da4d59aa16b16e8305e1a05:
MAINTAINERS: Update git URLs for my trees (2017-09-19 16:53:13 -0300)
----------------------------------------------------------------
Machine/CPU/NUMA queue, 2017-09-19
----------------------------------------------------------------
Dou Liyang (1):
NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
Eduardo Habkost (5):
vl: Clean up user-creatable objects when exiting
osdep: Define QEMU_MADV_REMOVE
hostmem-file: Add "discard-data" option
hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM
MAINTAINERS: Update git URLs for my trees
Igor Mammedov (6):
qom: cpus: split cpu_generic_init() on feature parsing and cpu
creation parts
cpu: make cpu_generic_init() abort QEMU on error
vl.c: convert cpu_model to cpu type and set of global properties
before machine_init()
pc: use generic cpu_model parsing
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type
directly
numa: cpu: calculate/set default node-ids after all -numa CLI options
are parsed
include/hw/arm/armv7m.h | 4 +--
include/hw/arm/aspeed_soc.h | 2 +-
include/hw/arm/stm32f205_soc.h | 2 +-
include/hw/boards.h | 10 +++++++
include/qemu/osdep.h | 7 +++++
include/qom/cpu.h | 22 +++++++++++++++
include/qom/object_interfaces.h | 8 ++++++
target/arm/cpu.h | 3 ++
target/i386/cpu.h | 9 ++++++
backends/hostmem-file.c | 29 ++++++++++++++++++++
bsd-user/main.c | 4 ---
hw/alpha/dp264.c | 4 ---
hw/arm/armv7m.c | 40 ++++-----------------------
hw/arm/aspeed_soc.c | 13 ++++-----
hw/arm/collie.c | 10 ++-----
hw/arm/exynos4210.c | 6 +---
hw/arm/gumstix.c | 5 ++--
hw/arm/highbank.c | 10 +++----
hw/arm/integratorcp.c | 30 ++------------------
hw/arm/mainstone.c | 9 +++---
hw/arm/mps2.c | 17 +++++-------
hw/arm/musicpal.c | 11 ++------
hw/arm/netduino2.c | 2 +-
hw/arm/nseries.c | 4 ++-
hw/arm/omap1.c | 11 ++------
hw/arm/omap2.c | 8 ++----
hw/arm/omap_sx1.c | 5 +++-
hw/arm/palm.c | 5 ++--
hw/arm/pxa2xx.c | 18 +++---------
hw/arm/realview.c | 25 ++++-------------
hw/arm/spitz.c | 12 ++++----
hw/arm/stellaris.c | 16 +++++------
hw/arm/stm32f205_soc.c | 4 +--
hw/arm/strongarm.c | 15 ++--------
hw/arm/tosa.c | 4 ---
hw/arm/versatilepb.c | 15 ++--------
hw/arm/vexpress.c | 32 +++++++--------------
hw/arm/virt.c | 60 ++++++++++------------------------------
hw/arm/xilinx_zynq.c | 10 ++-----
hw/arm/z2.c | 9 ++----
hw/core/machine.c | 1 +
hw/i386/acpi-build.c | 28 +++++++++++++++----
hw/i386/pc.c | 61 +++++++++++------------------------------
hw/i386/pc_piix.c | 4 +--
hw/lm32/lm32_boards.c | 8 ------
hw/lm32/milkymist.c | 4 ---
hw/m68k/an5206.c | 4 ---
hw/m68k/mcf5208.c | 4 ---
hw/mips/cps.c | 4 ---
hw/mips/mips_fulong2e.c | 4 ---
hw/mips/mips_jazz.c | 4 ---
hw/mips/mips_malta.c | 4 ---
hw/mips/mips_mipssim.c | 4 ---
hw/mips/mips_r4k.c | 4 ---
hw/moxie/moxiesim.c | 4 ---
hw/openrisc/openrisc_sim.c | 4 ---
hw/ppc/e500.c | 4 ---
hw/ppc/mac_newworld.c | 4 ---
hw/ppc/mac_oldworld.c | 4 ---
hw/ppc/ppc440_bamboo.c | 4 ---
hw/ppc/ppc4xx_devs.c | 5 ----
hw/ppc/prep.c | 9 ------
hw/ppc/spapr.c | 15 ++++------
hw/ppc/virtex_ml507.c | 4 ---
hw/sh4/r2d.c | 4 ---
hw/sh4/shix.c | 4 ---
hw/sparc/leon3.c | 4 ---
hw/sparc/sun4m.c | 4 ---
hw/sparc64/sparc64.c | 4 ---
hw/tricore/tricore_testboard.c | 4 ---
hw/unicore32/puv3.c | 4 ---
hw/xtensa/sim.c | 5 ----
hw/xtensa/xtfpga.c | 5 ----
linux-user/main.c | 4 ---
numa.c | 2 +-
qom/cpu.c | 49 ++++++++++++++++++---------------
qom/object_interfaces.c | 5 ++++
target/arm/cpu.c | 2 +-
target/i386/cpu.c | 3 --
vl.c | 11 ++++++++
MAINTAINERS | 5 +++-
qemu-options.hx | 8 +++++-
82 files changed, 307 insertions(+), 525 deletions(-)
--
2.13.5
next reply other threads:[~2017-09-19 20:19 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 20:18 Eduardo Habkost [this message]
2017-09-19 20:18 ` [Qemu-devel] [PULL 01/12] vl: Clean up user-creatable objects when exiting Eduardo Habkost
2017-09-26 10:14 ` Christian Borntraeger
2017-09-26 12:24 ` Eduardo Habkost
2017-09-26 13:00 ` [Qemu-devel] [PATCH] iothread: Make iothread_stop() idempotent Eduardo Habkost
2017-09-26 13:08 ` Christian Borntraeger
2017-09-29 13:47 ` Christian Borntraeger
2017-09-29 14:13 ` Paolo Bonzini
2017-09-29 15:57 ` Peter Maydell
2017-09-19 20:18 ` [Qemu-devel] [PULL 02/12] osdep: Define QEMU_MADV_REMOVE Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 03/12] hostmem-file: Add "discard-data" option Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 04/12] qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 05/12] cpu: make cpu_generic_init() abort QEMU on error Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 06/12] vl.c: convert cpu_model to cpu type and set of global properties before machine_init() Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 07/12] pc: use generic cpu_model parsing Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 08/12] arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 09/12] numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 10/12] NUMA: Replace MAX_NODES with nb_numa_nodes in for loop Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 11/12] hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM Eduardo Habkost
2017-09-19 20:18 ` [Qemu-devel] [PULL 12/12] MAINTAINERS: Update git URLs for my trees Eduardo Habkost
2017-09-20 18:16 ` [Qemu-devel] [PULL 00/12] Machine/CPU/NUMA queue, 2017-09-19 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=20170919201850.14772-1-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=marcel@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@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).