OSDN Git Service

virtio-balloon: return empty data when no stats are available
authorJán Tomko <jtomko@redhat.com>
Wed, 21 May 2014 09:03:47 +0000 (11:03 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 25 May 2014 09:46:58 +0000 (12:46 +0300)
commit38dbd48b247ebe05bdc6ef52ccdc60cc21274877
treee3294ac81369b393769a51b9d41fb4c9384a9d3e
parent7c8b7248261bfa5e54eff1715b699caa8b3f1d77
virtio-balloon: return empty data when no stats are available

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 <jtomko@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
docs/virtio-balloon-stats.txt
hw/virtio/virtio-balloon.c