]> xenbits.xensource.com Git - xen.git/commit
x86/HVM: fix initialization of wallclock time for PVHVM on migration
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 12 Jun 2013 08:05:39 +0000 (10:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 12 Jun 2013 08:05:39 +0000 (10:05 +0200)
commitf8e8fd56bd7d5675e8331b4ec74bae76c9dbf24e
tree6ef4722f63b61b3f338d4633c2d9f715b74ae8fc
parent6859874b61d5ddaf5289e72ed2b2157739b72ca5
x86/HVM: fix initialization of wallclock time for PVHVM on migration

Call update_domain_wallclock_time on hvm_latch_shinfo_size even if
the bitness of the guest has already been set, this fixes the problem
with the wallclock not being set for PVHVM guests on resume from
migration.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Clean up the resulting code and retain the (slightly adjusted) original
comment.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hvm/hvm.c