qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Jonah Palmer" <jonah.palmer@oracle.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 0/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Date: Thu, 22 Dec 2022 09:00:03 +0100	[thread overview]
Message-ID: <20221222080005.27616-1-philmd@linaro.org> (raw)

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



             reply	other threads:[~2022-12-22  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22  8:00 Philippe Mathieu-Daudé [this message]
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é

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221222080005.27616-1-philmd@linaro.org \
    --to=philmd@linaro.org \
    --cc=jonah.palmer@oracle.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).