diff options
author | Thomas Huth <thuth@redhat.com> | 2022-01-05 12:52:45 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-01-07 19:30:13 -0500 |
commit | 14dc58e3e0b12595e407502b93a8bb7e69621cbb (patch) | |
tree | e3f7650744ec30911762df5a9a6e868bfed958d6 /docs/interop/index.rst | |
parent | 44bff3767ced18845adb2612a2cf9691d8769d41 (diff) | |
download | qemu-14dc58e3e0b12595e407502b93a8bb7e69621cbb.zip qemu-14dc58e3e0b12595e407502b93a8bb7e69621cbb.tar.gz qemu-14dc58e3e0b12595e407502b93a8bb7e69621cbb.tar.bz2 |
docs: reSTify virtio-balloon-stats documentation and move to docs/interop
The virtio-balloon-stats documentation might be useful for people that
are implementing software that talks to QEMU via QMP, so this should
reside in the docs/interop/ directory. While we're at it, also convert
the file to restructured text and mention it in the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220105115245.420945-1-thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/interop/index.rst')
-rw-r--r-- | docs/interop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interop/index.rst b/docs/interop/index.rst index c59bac9..b7632ac 100644 --- a/docs/interop/index.rst +++ b/docs/interop/index.rst @@ -22,3 +22,4 @@ are useful for making QEMU interoperate with other software. vhost-user vhost-user-gpu vhost-vdpa + virtio-balloon-stats |