Re: [PATCH 0/8] qom: Use TYPE_* constants

2020-08-27 Thread Eduardo Habkost
On Wed, Aug 26, 2020 at 02:43:26PM -0400, Eduardo Habkost wrote:
> Clean up code that uses hardcoded strings instead of TYPE_*
> constants when defining QOM types.

I'm queueing this on machine-next.

-- 
Eduardo




[PATCH 0/8] qom: Use TYPE_* constants

2020-08-26 Thread Eduardo Habkost
Clean up code that uses hardcoded strings instead of TYPE_*
constants when defining QOM types.

Eduardo Habkost (8):
  etsec: Use TYPE_ETSEC_COMMON constant
  nios2_iic: Use TYPE_ALTERA_IIC constant
  amd_iommu: Use TYPE_AMD_IOMMU_PCI constant
  sclpconsole: Use TYPE_* constants
  xlnx-zcu102: Use TYPE_ZCU102_MACHINE constant
  tosa: Use TYPE_TOSA_MISC_GPIO constant
  ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant
  dc390: Use TYPE_DC390_DEVICE constant

 hw/arm/tosa.c| 2 +-
 hw/arm/xlnx-zcu102.c | 2 +-
 hw/char/sclpconsole-lm.c | 2 +-
 hw/char/sclpconsole.c| 2 +-
 hw/i386/amd_iommu.c  | 2 +-
 hw/intc/nios2_iic.c  | 2 +-
 hw/net/fsl_etsec/etsec.c | 2 +-
 hw/pci-host/ppce500.c| 2 +-
 hw/scsi/esp-pci.c| 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.26.2