[Qemu-devel] [PULL 00/22] x86 and machine queue, 2017-05-17

Eduardo Habkost posted 22 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170517134003.17110-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 00/22] x86 and machine queue, 2017-05-17
Posted by Eduardo Habkost 6 years, 10 months ago
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


Re: [Qemu-devel] [PULL 00/22] x86 and machine queue, 2017-05-17
Posted by Stefan Hajnoczi 6 years, 10 months ago
On Wed, May 17, 2017 at 10:39:41AM -0300, Eduardo Habkost wrote:
> 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
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan