This changes existing QOM boilerplate to use existing typedef names when setting instance_size and class_size on TypeInfo variables. This makes the code more consistent and will make future conversion to QOM type declaration macros easier.
Cc: "Michael S. Tsirkin" <[email protected]> Cc: "Marc-André Lureau" <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: "Edgar E. Iglesias" <[email protected]> Cc: Alistair Francis <[email protected]> Cc: Peter Maydell <[email protected]> Cc: Marcel Apfelbaum <[email protected]> Cc: Jason Wang <[email protected]> Cc: [email protected] Cc: [email protected] Eduardo Habkost (6): xilinx_axidma: Use typedef name for instance_size omap_intc: Use typedef name for instance_size lpc_ich9: Use typedef name for instance_size xilinx_axienet: Use typedef name for instance_size vhost-user-vga: Use typedef name for instance_size virtio-vga: Use typedef name for instance_size hw/display/vhost-user-vga.c | 2 +- hw/display/virtio-vga.c | 6 +++--- hw/dma/xilinx_axidma.c | 4 ++-- hw/intc/omap_intc.c | 2 +- hw/isa/lpc_ich9.c | 2 +- hw/net/xilinx_axienet.c | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) -- 2.26.2
