From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/22] x86 and machine queue, 2017-05-17
Date: Wed, 17 May 2017 10:39:41 -0300 [thread overview]
Message-ID: <20170517134003.17110-1-ehabkost@redhat.com> (raw)
The following changes since commit 599c9cb641cc484876d5bb92189d09ba27bbfdfd:
Merge remote-tracking branch 'sstabellini/tags/xen-20170516-tag' into staging (2017-05-17 14:03:35 +0100)
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 17e8f541263fd771aef58e9818a2060b81904c3f:
tests: Add [+-]feature and feature=on|off test cases (2017-05-17 10:37:15 -0300)
----------------------------------------------------------------
x86 and machine queue, 2017-05-17
----------------------------------------------------------------
Eduardo Habkost (22):
qdev: Replace cannot_instantiate_with_device_add_yet with
!user_creatable
sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
xen-backend: Remove FIXME comment about user_creatable flag
iommu: Remove FIXME comment about user_creatable=true
fdc: Remove user_creatable flag from sysbus-fdc & SUNW,fdtwo
pflash_cfi01: Remove user_creatable flag
kvmclock: Remove user_creatable flag
ioapic: Remove user_creatable flag
kvmvapic: Remove user_creatable flag
sysbus-ahci: Remove user_creatable flag
allwinner-ahci: Remove user_creatable flag
isabus-bridge: Remove user_creatable flag
unimplemented-device: Remove user_creatable flag
fw_cfg: Remove user_creatable flag
esp: Remove user_creatable flag
generic-sdhci: Remove user_creatable flag
hpet: Remove user_creatable flag
sysbus-ohci: Remove user_creatable flag
virtio-mmio: Remove user_creatable flag
xen-sysdev: Remove user_creatable flag
s390-pcibus: No need to set user_creatable=false explicitly
tests: Add [+-]feature and feature=on|off test cases
include/hw/qdev-core.h | 9 +--
include/hw/qdev-properties.h | 4 +-
hw/acpi/piix4.c | 2 +-
hw/arm/spitz.c | 2 +-
hw/audio/marvell_88w8618.c | 2 +-
hw/audio/pcspk.c | 2 +-
hw/core/or-irq.c | 2 +-
hw/core/qdev.c | 1 +
hw/core/register.c | 2 +-
hw/core/sysbus.c | 11 ++++
hw/dma/i8257.c | 2 +-
hw/dma/sparc32_dma.c | 2 +-
hw/gpio/omap_gpio.c | 4 +-
hw/i2c/omap_i2c.c | 2 +-
hw/i2c/smbus_eeprom.c | 2 +-
hw/i2c/smbus_ich9.c | 2 +-
hw/i386/amd_iommu.c | 2 +
hw/i386/intel_iommu.c | 2 +
hw/i386/pc.c | 2 +-
hw/input/vmmouse.c | 2 +-
hw/intc/apic_common.c | 2 +-
hw/intc/etraxfs_pic.c | 2 +-
hw/intc/grlib_irqmp.c | 2 +-
hw/intc/i8259_common.c | 2 +-
hw/intc/nios2_iic.c | 2 +-
hw/intc/omap_intc.c | 4 +-
hw/isa/lpc_ich9.c | 2 +-
hw/isa/piix4.c | 2 +-
hw/isa/vt82c686.c | 2 +-
hw/mips/gt64xxx_pci.c | 2 +-
hw/misc/vmport.c | 2 +-
hw/net/dp8393x.c | 2 +-
hw/net/etraxfs_eth.c | 2 +-
hw/net/fsl_etsec/etsec.c | 2 +
hw/net/lance.c | 2 +-
hw/pci-bridge/dec.c | 2 +-
hw/pci-bridge/pci_expander_bridge.c | 2 +-
hw/pci-host/apb.c | 2 +-
hw/pci-host/bonito.c | 2 +-
hw/pci-host/gpex.c | 2 +-
hw/pci-host/grackle.c | 2 +-
hw/pci-host/piix.c | 6 +-
hw/pci-host/ppce500.c | 2 +-
hw/pci-host/prep.c | 2 +-
hw/pci-host/q35.c | 4 +-
hw/pci-host/uninorth.c | 8 +--
hw/pci-host/versatile.c | 2 +-
hw/pci-host/xilinx-pcie.c | 2 +-
hw/ppc/ppc4xx_pci.c | 2 +-
hw/ppc/spapr_drc.c | 2 +-
hw/ppc/spapr_pci.c | 2 +
hw/s390x/s390-pci-bus.c | 1 -
hw/sd/milkymist-memcard.c | 2 +-
hw/sd/pl181.c | 2 +-
hw/sh4/sh_pci.c | 2 +-
hw/timer/i8254_common.c | 2 +-
hw/timer/mc146818rtc.c | 2 +-
hw/vfio/amd-xgbe.c | 2 +
hw/vfio/calxeda-xgmac.c | 2 +
hw/xen/xen_backend.c | 2 +
monitor.c | 2 +-
qdev-monitor.c | 6 +-
qom/cpu.c | 2 +-
target/i386/cpu.c | 2 +-
tests/test-x86-cpuid-compat.c | 111 ++++++++++++++++++++++++++++++++++++
65 files changed, 206 insertions(+), 69 deletions(-)
--
2.11.0.259.g40922b1
next reply other threads:[~2017-05-17 13:40 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-17 13:39 Eduardo Habkost [this message]
2017-05-17 13:39 ` [Qemu-devel] [PULL 01/22] qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 02/22] sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 03/22] xen-backend: Remove FIXME comment about user_creatable flag Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 04/22] iommu: Remove FIXME comment about user_creatable=true Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 05/22] fdc: Remove user_creatable flag from sysbus-fdc & SUNW, fdtwo Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 06/22] pflash_cfi01: Remove user_creatable flag Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 07/22] kvmclock: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 08/22] ioapic: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 09/22] kvmvapic: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 10/22] sysbus-ahci: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 11/22] allwinner-ahci: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 12/22] isabus-bridge: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 13/22] unimplemented-device: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 14/22] fw_cfg: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 15/22] esp: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 16/22] generic-sdhci: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 17/22] hpet: " Eduardo Habkost
2017-05-17 13:39 ` [Qemu-devel] [PULL 18/22] sysbus-ohci: " Eduardo Habkost
2017-05-17 13:40 ` [Qemu-devel] [PULL 19/22] virtio-mmio: " Eduardo Habkost
2017-05-17 13:40 ` [Qemu-devel] [PULL 20/22] xen-sysdev: " Eduardo Habkost
2017-05-17 13:40 ` [Qemu-devel] [PULL 21/22] s390-pcibus: No need to set user_creatable=false explicitly Eduardo Habkost
2017-05-17 13:40 ` [Qemu-devel] [PULL 22/22] tests: Add [+-]feature and feature=on|off test cases Eduardo Habkost
2017-05-17 15:43 ` [Qemu-devel] [PULL 00/22] x86 and machine queue, 2017-05-17 Stefan Hajnoczi
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=20170517134003.17110-1-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).