]> git.karo-electronics.de Git - karo-tx-linux.git/commit
virtio: balloon: Allow stats update after restore from S4
authorAmit Shah <amit.shah@redhat.com>
Thu, 29 Mar 2012 08:28:07 +0000 (13:58 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 29 Mar 2012 11:47:13 +0000 (13:47 +0200)
commit836689ed9579aab4ab2fbb0d42e75b2ba5b1a757
tree4bfea66905a31e6e9019580d6a1a03c9e0f6a82b
parentb5174fa3a7f4f8f150bfa3b917c92608953dfa0f
virtio: balloon: Allow stats update after restore from S4

There's no reason stats update after restore can't work.  If a host
requested for stats, and before servicing the request, the guest entered
S4, upon restore, the stats request can still be processed and sent off
to the host.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c