All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] qom: Use typedefs instead of struct names on instance_size/class_size
@ 2020-08-24 21:59 Eduardo Habkost
  2020-08-24 21:59 ` [PATCH 1/6] xilinx_axidma: Use typedef name for instance_size Eduardo Habkost
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Eduardo Habkost @ 2020-08-24 21:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Michael S. Tsirkin, Jason Wang, Alistair Francis,
	qemu-arm, Gerd Hoffmann, Marc-André Lureau,
	Edgar E. Iglesias

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" <mst@redhat.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Cc: Alistair Francis <alistair@alistair23.me>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org

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




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

end of thread, other threads:[~2020-09-04 18:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 21:59 [PATCH 0/6] qom: Use typedefs instead of struct names on instance_size/class_size Eduardo Habkost
2020-08-24 21:59 ` [PATCH 1/6] xilinx_axidma: Use typedef name for instance_size Eduardo Habkost
2020-08-24 21:59 ` [PATCH 2/6] omap_intc: " Eduardo Habkost
2020-08-24 21:59 ` [PATCH 3/6] lpc_ich9: " Eduardo Habkost
2020-08-24 21:59 ` [PATCH 4/6] xilinx_axienet: " Eduardo Habkost
2020-08-24 22:21   ` Alistair Francis
2020-08-24 21:59 ` [PATCH 5/6] vhost-user-vga: " Eduardo Habkost
2020-08-24 21:59 ` [PATCH 6/6] virtio-vga: " Eduardo Habkost
2020-08-25  5:50   ` Gerd Hoffmann
2020-09-04 18:21 ` [PATCH 0/6] qom: Use typedefs instead of struct names on instance_size/class_size Eduardo Habkost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.