Displaying 2 results from an estimated 2 matches for "hvm_param_viridian".
2008 Oct 13
0
[PATCH] Hyper-V guest interface support with small set of enlightenments
...imal implementation of the Viridian (Hyper-V) guest interface. The only
enlightenments advertised and supported are vAPIC MSRs and long-spin-wait
notifications. The set of enlightenments can easily be extended in future,
as they are found to provide a performance win, and configured via an
extended HVM_PARAM_VIRIDIAN hvm parameter.
Signed-off-by: Peter Johnston <peter.johnston@citrix.com>
Signed-off-by: Tim Deegan <tim.deegan@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
h...
2013 Jun 11
8
[PATCH v2] xen: 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>
Cc: Jan Beulich <JBeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: George Dunlap