|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] 3.1.3 (and ??) timer_mode fix in xend for virt-i
> So either we need to make sure that 'platform' gets a default value
> set for 'timer_mode', or make the hvm_set_param() call conditional
> like
>
> if self.info["platform"].get("timer_mode") is not None:
> xc.hvm_set_param(self.domid, HVM_PARAM_TIMER_MODE,
> long(self.info["platform"].get("timer_mode")))
>
> I assume the Hypervisor itself already has a default timemode value,
> so making this set_param conditional is probably easiest.
Yes, this is much nicer.
Thanks,
Dan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|