]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: balloon: Allow stats update after restore from S4
authorAmit Shah <amit.shah@redhat.com>
Thu, 29 Mar 2012 07:18:19 +0000 (12:48 +0530)
committerAmit Shah <amit.shah@redhat.com>
Sat, 31 Mar 2012 02:39:50 +0000 (08:09 +0530)
commitea24abb41d6c6fb514d812dcc8d1b527735d2cdb
tree7f4eb44f957135d3237a9c3b092698bd81b8d8a8
parentbe8c2f54996bdd10c56186317f51569b107680b2
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>
drivers/virtio/virtio_balloon.c