qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target-i386: Disable CPUID_EXT_MONITOR when KVM


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] target-i386: Disable CPUID_EXT_MONITOR when KVM is enabled
Date: Mon, 27 May 2013 15:14:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

Il 27/05/2013 15:07, Eduardo Habkost ha scritto:
>> Changing TCG to KVM should not change hardware
>> > if you use "-cpu ...,enforce", so it is right that it fails when
>> > starting with KVM.
>> > 
> Changing between KVM and TCG _does_ change hardware, today (with or
> without check/enforce). All CPU models on TCG have features not
> supported by TCG automatically removed. See the "if (!kvm_enabled())"
> block at x86_cpu_realizefn().

Perhaps (for "-cpu ...,enforce" or check) that's the real bug we have to
fix?

Paolo

> (That's why I argue that we need separate classes/names for TCG and KVM
> modes. Otherwise our predefined models get less useful as they will
> require low-level feature-bit fiddling on the libvirt side to make them
> work as expected.)
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]