From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/10] Machine queue, 2019-01-10
Date: Thu, 10 Jan 2019 12:29:45 -0200 [thread overview]
Message-ID: <20190110142955.23254-1-ehabkost@redhat.com> (raw)
The following changes since commit 8ae951fbc1068308313b2c57a4fc3c68451641f4:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into staging (2019-01-09 16:08:31 +0000)
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 d769f0dfeeaa1554a38fedb16bb20a4b0ecf793c:
qom: Don't keep error value between object_property_parse() calls (2019-01-10 12:25:15 -0200)
----------------------------------------------------------------
Machine queue, 2019-01-10
* Simplify GlobalProperty array declarations (Eduardo Habkost)
* Deprecate cpu-add commands (Kashyap Chamarthy)
* range/memory-device cleanups (David Hildenbrand)
* Fix -device scsi-hd,help regression (Marc-André Lureau)
* Fix crash when -global generates multiple warnings (Eduardo
Habkost)
----------------------------------------------------------------
Queue for Machine Core patches
David Hildenbrand (2):
range: add some more functions
memory-device: rewrite address assignment using ranges
Eduardo Habkost (4):
spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro
machine: Eliminate unnecessary stringify() usage
machine: Use shorter format for GlobalProperty arrays
qom: Don't keep error value between object_property_parse() calls
Kashyap Chamarthy (3):
qemu-deprecated.texi: Rename the HMP section
Update that HMP 'cpu-add' is deprecated in 4.0
Mention that QMP 'cpu-add' will be deprecated
Marc-André Lureau (1):
qdev: fix -device scsi-hd,help regression
include/hw/i386/pc.h | 18 +-
include/hw/pci-host/spapr.h | 1 -
include/qemu/range.h | 62 ++++
hw/core/machine.c | 338 ++++-------------
hw/core/qdev.c | 9 +-
hw/i386/pc.c | 720 +++++++-----------------------------
hw/i386/pc_piix.c | 192 ++--------
hw/mem/memory-device.c | 51 +--
hw/ppc/spapr.c | 72 +---
hw/s390x/s390-virtio-ccw.c | 75 +---
hw/xen/xen-common.c | 18 +-
qom/object.c | 2 +-
qemu-deprecated.texi | 10 +-
13 files changed, 368 insertions(+), 1200 deletions(-)
--
2.18.0.rc1.1.g3f1ff2140
next reply other threads:[~2019-01-10 14:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-10 14:29 Eduardo Habkost [this message]
2019-01-10 14:29 ` [Qemu-devel] [PULL 01/10] qemu-deprecated.texi: Rename the HMP section Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 02/10] Update that HMP 'cpu-add' is deprecated in 4.0 Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 03/10] Mention that QMP 'cpu-add' will be deprecated Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 04/10] range: add some more functions Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 05/10] memory-device: rewrite address assignment using ranges Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 06/10] spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 07/10] machine: Eliminate unnecessary stringify() usage Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 08/10] machine: Use shorter format for GlobalProperty arrays Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 09/10] qdev: fix -device scsi-hd, help regression Eduardo Habkost
2019-01-10 14:29 ` [Qemu-devel] [PULL 10/10] qom: Don't keep error value between object_property_parse() calls Eduardo Habkost
2019-01-11 15:45 ` [Qemu-devel] [PULL 00/10] Machine queue, 2019-01-10 Peter Maydell
2019-01-11 22:42 ` no-reply
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=20190110142955.23254-1-ehabkost@redhat.com \
--to=ehabkost@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).