|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] pvcpuid: mask TSC invariant bit for various circ
On 26/10/2009 23:12, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote:
> pvcpuid: mask TSC invariant bit for PV domains if migration
> is not disabled and TSC is not emulated
>
> (Need similar patch for HVM domain)
>
> Signed-off-by: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
This only affects PV domUs. I suggest patching pv_cpuid() to catch dom0, and
then really all domUs should be handled by xc_cpuid_apply_policy(), which
pushes CPUID info down to the hypervisor, as called from xend's
image.py:setCpuid(). The advantage of this is that the hypervisor does not
need to be informed of the 'disable_migrate' flag at all -- it can be
assumed to be true for dom0 -- and it can be handled entirely in the tools.
Hence I can get rid of the new domctl, which is nice.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|