From: Markus Armbruster <armbru@redhat.com>
To: Jonah Palmer <jonah.palmer@oracle.com>
Cc: mst@redhat.com, qemu_oss@crudebyte.com, qemu-devel@nongnu.org,
kraxel@redhat.com, si-wei.liu@oracle.com,
joao.m.martins@oracle.com, eblake@redhat.com,
qemu-block@nongnu.org, david@redhat.com, armbru@redhat.com,
arei.gonglei@huawei.com, marcandre.lureau@redhat.com,
lvivier@redhat.com, thuth@redhat.com, michael.roth@amd.com,
groug@kaod.org, dgilbert@redhat.com, eric.auger@redhat.com,
stefanha@redhat.com, boris.ostrovsky@oracle.com,
kwolf@redhat.com, mathieu.poirier@linaro.org,
raphael.norwitz@nutanix.com, pbonzini@redhat.com
Subject: Re: [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status
Date: Fri, 11 Feb 2022 13:03:27 +0100 [thread overview]
Message-ID: <87ee498vao.fsf@pond.sub.org> (raw)
In-Reply-To: <1644488520-21604-5-git-send-email-jonah.palmer@oracle.com> (Jonah Palmer's message of "Thu, 10 Feb 2022 05:21:56 -0500")
Jonah Palmer <jonah.palmer@oracle.com> writes:
> From: Laurent Vivier <lvivier@redhat.com>
>
> This new command shows the status of a VirtIODevice, including
> its corresponding vhost device's status (if active).
>
> Next patch will improve output by decoding feature bits, including
> vhost device's feature bits (backend, protocol, acked, and features).
> Also will decode status bits of a VirtIODevice.
>
> [Jonah: Similar to previous patch, added a check to @virtio_device_find
> to ensure synchronicity between @virtio_list and the devices in the QOM
> composition tree.]
>
> Signed-off-by: Jonah Palmer <jonah.palmer@oracle.com>
QAPI schema
Acked-by: Markus Armbruster <armbru@redhat.com>
next prev parent reply other threads:[~2022-02-11 12:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-10 10:21 [PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices Jonah Palmer
2022-02-10 10:21 ` [PATCH v12 1/8] virtio: drop name parameter for virtio_init() Jonah Palmer
2022-02-10 14:55 ` Pankaj Gupta
2022-02-10 15:08 ` Christian Schoenebeck
2022-02-10 10:21 ` [PATCH v12 2/8] virtio: add vhost support for virtio devices Jonah Palmer
2022-02-10 10:21 ` [PATCH v12 3/8] qmp: add QMP command x-query-virtio Jonah Palmer
2022-02-10 15:01 ` Pankaj Gupta
2022-02-11 12:03 ` Markus Armbruster
2022-02-10 10:21 ` [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status Jonah Palmer
2022-02-10 15:17 ` Pankaj Gupta
2022-02-11 12:03 ` Markus Armbruster [this message]
2022-02-10 10:21 ` [PATCH v12 5/8] qmp: decode feature & status bits in virtio-status Jonah Palmer
2022-02-11 12:30 ` Markus Armbruster
2022-02-10 10:21 ` [PATCH v12 6/8] qmp: add QMP commands for virtio/vhost queue-status Jonah Palmer
2022-02-11 12:09 ` Markus Armbruster
2022-02-10 10:21 ` [PATCH v12 7/8] qmp: add QMP command x-query-virtio-queue-element Jonah Palmer
2022-02-11 12:10 ` Markus Armbruster
2022-02-10 10:22 ` [PATCH v12 8/8] hmp: add virtio commands Jonah Palmer
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=87ee498vao.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david@redhat.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=eric.auger@redhat.com \
--cc=groug@kaod.org \
--cc=joao.m.martins@oracle.com \
--cc=jonah.palmer@oracle.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mathieu.poirier@linaro.org \
--cc=michael.roth@amd.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu_oss@crudebyte.com \
--cc=raphael.norwitz@nutanix.com \
--cc=si-wei.liu@oracle.com \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/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 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.