qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] qom: Use TYPE_* constants
@ 2020-08-26 18:43 Eduardo Habkost
  2020-08-26 18:43 ` [PATCH 1/8] etsec: Use TYPE_ETSEC_COMMON constant Eduardo Habkost
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Eduardo Habkost @ 2020-08-26 18:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Daniel P. Berrange

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




^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2020-08-27 18:26 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-26 18:43 [PATCH 0/8] qom: Use TYPE_* constants Eduardo Habkost
2020-08-26 18:43 ` [PATCH 1/8] etsec: Use TYPE_ETSEC_COMMON constant Eduardo Habkost
2020-08-27  0:01   ` David Gibson
2020-08-27  1:27   ` Li Qiang
2020-08-26 18:43 ` [PATCH 2/8] nios2_iic: Use TYPE_ALTERA_IIC constant Eduardo Habkost
2020-08-27  1:28   ` Li Qiang
2020-08-26 18:43 ` [PATCH 3/8] amd_iommu: Use TYPE_AMD_IOMMU_PCI constant Eduardo Habkost
2020-08-27  1:29   ` Li Qiang
2020-08-27 12:07   ` Michael S. Tsirkin
2020-08-26 18:43 ` [PATCH 4/8] sclpconsole: Use TYPE_* constants Eduardo Habkost
2020-08-27  1:29   ` Li Qiang
2020-08-27  4:42   ` Thomas Huth
2020-08-27  7:14   ` Cornelia Huck
2020-08-26 18:43 ` [PATCH 5/8] xlnx-zcu102: Use TYPE_ZCU102_MACHINE constant Eduardo Habkost
2020-08-26 18:44   ` Edgar E. Iglesias
2020-08-26 19:25   ` Alistair Francis
2020-08-27  1:31   ` Li Qiang
2020-08-26 18:43 ` [PATCH 6/8] tosa: Use TYPE_TOSA_MISC_GPIO constant Eduardo Habkost
2020-08-27  1:32   ` Li Qiang
2020-08-26 18:43 ` [PATCH 7/8] ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant Eduardo Habkost
2020-08-27  0:01   ` David Gibson
2020-08-27  1:32   ` Li Qiang
2020-08-26 18:43 ` [PATCH 8/8] dc390: Use TYPE_DC390_DEVICE constant Eduardo Habkost
2020-08-27  1:33   ` Li Qiang
2020-08-27 18:22 ` [PATCH 0/8] qom: Use TYPE_* constants Eduardo Habkost

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).