KVM: x86: fix pvclock guest stopped flag reporting
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 3 Aug 2012 18:57:49 +0000 (15:57 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 13 Aug 2012 19:10:45 +0000 (16:10 -0300)
kvm_guest_time_update unconditionally clears hv_clock.flags field,
so the notification never reaches the guest.

Fix it by allowing PVCLOCK_GUEST_STOPPED to passthrough.

Reviewed-by: Eric B Munson <emunson@mgebm.net>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found