<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/docs/virtio-balloon-stats.txt, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/docs/virtio-balloon-stats.txt?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/docs/virtio-balloon-stats.txt?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-01-08T00:30:13+00:00</updated>
<entry>
<title>docs: reSTify virtio-balloon-stats documentation and move to docs/interop</title>
<updated>2022-01-08T00:30:13+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2022-01-05T11:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=14dc58e3e0b12595e407502b93a8bb7e69621cbb'/>
<id>urn:sha1:14dc58e3e0b12595e407502b93a8bb7e69621cbb</id>
<content type='text'>
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 &lt;thuth@redhat.com&gt;
Message-Id: &lt;20220105115245.420945-1-thuth@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>Remove the deprecated -balloon option</title>
<updated>2018-08-31T07:52:13+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2018-08-21T09:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1d9cb42c5654772efec1977957584a21763013a1'/>
<id>urn:sha1:1d9cb42c5654772efec1977957584a21763013a1</id>
<content type='text'>
The "-balloon" option has been replaced by "-device virtio-balloon".
It's been marked as deprecated since two releases, and nobody
complained, so let's remove it now.

Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Reviewed-by: Cornelia Huck &lt;cohuck@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Reviewed-by: David Hildenbrand &lt;david@redhat.com&gt;
Acked-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Acked-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>virtio-balloon: add hugetlb page allocation counts</title>
<updated>2018-05-23T00:14:40+00:00</updated>
<author>
<name>Jonathan Helman</name>
</author>
<published>2018-03-19T22:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b7b126442977dcfa5641e38b084bd13a0b366cff'/>
<id>urn:sha1:b7b126442977dcfa5641e38b084bd13a0b366cff</id>
<content type='text'>
qemu should read and report hugetlb page allocation
counts exported in the following kernel patch:

    commit 4c3ca37c4a4394978fd0f005625f6064ed2b9a64
    Author: Jonathan Helman &lt;jonathan.helman@oracle.com&gt;
    Date:   Mon Mar 19 11:00:35 2018 -0700

    virtio_balloon: export hugetlb page allocation counts

    Export the number of successful and failed hugetlb page
    allocations via the virtio balloon driver. These 2 counts
    come directly from the vm_events HTLB_BUDDY_PGALLOC and
    HTLB_BUDDY_PGALLOC_FAIL.

Signed-off-by: Jonathan Helman &lt;jonathan.helman@oracle.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Reviewed-by: Jason Wang &lt;jasowang@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: document virtio-balloon stats</title>
<updated>2018-03-01T14:25:37+00:00</updated>
<author>
<name>Tomáš Golembiovský</name>
</author>
<published>2018-02-19T12:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c5e931640cb80151d8699779d66c158977055ef1'/>
<id>urn:sha1:c5e931640cb80151d8699779d66c158977055ef1</id>
<content type='text'>
Document statistics added in commits

    commit a0d06486b445985b8d128df172daefbae205bffd
    Author: Denis V. Lunev &lt;den@openvz.org&gt;
    Date:   Wed Feb 24 10:50:48 2016 +0300

        virtio-balloon: add 'available' counter

and

    commit bf1e7140ef0b3a149860ab9f05b36665133238f6
    Author: Tomáš Golembiovský &lt;tgolembi@redhat.com&gt;
    Date:   Tue Dec 5 13:14:46 2017 +0100

        virtio-balloon: include statistics of disk/file caches

Signed-off-by: Tomáš Golembiovský &lt;tgolembi@redhat.com&gt;
Reviewed-by: Jonathan Helman &lt;jonathan.helman@oracle.com&gt;
Reviewed-by: Stefan Hajnoczi &lt;stefanha@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>virtio-balloon: return empty data when no stats are available</title>
<updated>2014-05-25T09:46:58+00:00</updated>
<author>
<name>Ján Tomko</name>
</author>
<published>2014-05-21T09:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=38dbd48b247ebe05bdc6ef52ccdc60cc21274877'/>
<id>urn:sha1:38dbd48b247ebe05bdc6ef52ccdc60cc21274877</id>
<content type='text'>
If the guest hasn't updated the stats yet, instead of returning
an error, return '-1' for the stats and '0' as 'last-update'.

This lets applications ignore this without parsing the error message.

Related libvirt patch and discussion:
https://www.redhat.com/archives/libvir-list/2014-May/msg00460.html

Tested against current upstream libvirt - stat reporting works and
it no longer logs errors when the stats are queried on domain startup.
(Note: libvirt doesn't use the last-update field for anything yet)

Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: document virtio-balloon stats</title>
<updated>2013-01-25T12:49:46+00:00</updated>
<author>
<name>Luiz Capitulino</name>
</author>
<published>2012-12-04T14:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=045a70857ac07de791ddbf313323c4e4f91e056e'/>
<id>urn:sha1:045a70857ac07de791ddbf313323c4e4f91e056e</id>
<content type='text'>
Signed-off-by: Luiz Capitulino &lt;lcapitulino@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
</content>
</entry>
</feed>
