qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
@ 2022-12-22  8:00 Philippe Mathieu-Daudé
  2022-12-22  8:00 ` [PATCH 1/2] hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device() Philippe Mathieu-Daudé
  2022-12-22  8:00 ` [PATCH 2/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-22  8:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jonah Palmer, Michael S. Tsirkin, Philippe Mathieu-Daudé

Move more QMP code from virtio.c, as suggested by Jonah while
reviewing "hw/virtio: Split ioconfig / qmp code from virtio.c"
(https://lore.kernel.org/qemu-devel/20221213111707.34921-1-philmd@linaro.org/).

Philippe Mathieu-Daudé (2):
  hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
  hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c

 hw/virtio/virtio-qmp.c | 192 +++++++++++++++++++++++++++++++++++++++-
 hw/virtio/virtio-qmp.h |   9 ++
 hw/virtio/virtio.c     | 195 +----------------------------------------
 3 files changed, 203 insertions(+), 193 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-12-22  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22  8:00 [PATCH 0/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c Philippe Mathieu-Daudé
2022-12-22  8:00 ` [PATCH 1/2] hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device() Philippe Mathieu-Daudé
2022-12-22  8:00 ` [PATCH 2/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c Philippe Mathieu-Daudé

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