Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging
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)
# gpg: Signature made Thu 10 Jan 2019 14:28:23 GMT
# gpg: using RSA key 2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6
* remotes/ehabkost/tags/machine-next-pull-request:
qom: Don't keep error value between object_property_parse() calls
qdev: fix -device scsi-hd,help regression
machine: Use shorter format for GlobalProperty arrays
machine: Eliminate unnecessary stringify() usage
spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro
memory-device: rewrite address assignment using ranges
range: add some more functions
Mention that QMP 'cpu-add' will be deprecated
Update that HMP 'cpu-add' is deprecated in 4.0
qemu-deprecated.texi: Rename the HMP section
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- hw/core/machine.c 65 additions, 273 deletionshw/core/machine.c
- hw/core/qdev.c 6 additions, 3 deletionshw/core/qdev.c
- hw/i386/pc.c 131 additions, 589 deletionshw/i386/pc.c
- hw/i386/pc_piix.c 37 additions, 155 deletionshw/i386/pc_piix.c
- hw/mem/memory-device.c 26 additions, 25 deletionshw/mem/memory-device.c
- hw/ppc/spapr.c 12 additions, 60 deletionshw/ppc/spapr.c
- hw/s390x/s390-virtio-ccw.c 14 additions, 61 deletionshw/s390x/s390-virtio-ccw.c
- hw/xen/xen-common.c 3 additions, 15 deletionshw/xen/xen-common.c
- include/hw/i386/pc.h 3 additions, 15 deletionsinclude/hw/i386/pc.h
- include/hw/pci-host/spapr.h 0 additions, 1 deletioninclude/hw/pci-host/spapr.h
- include/qemu/range.h 62 additions, 0 deletionsinclude/qemu/range.h
- qemu-deprecated.texi 8 additions, 2 deletionsqemu-deprecated.texi
- qom/object.c 1 addition, 1 deletionqom/object.c
Loading
Please register or sign in to comment