* qemu kvm: Accept PCID feature
@ 2012-05-10 4:43 Mao, Junjie
2012-05-20 17:38 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Mao, Junjie @ 2012-05-10 4:43 UTC (permalink / raw)
To: kvm@vger.kernel.org
This patch makes Qemu accept the PCID feature specified from configuration or command line options.
Signed-off-by: Mao, Junjie <junjie.mao@intel.com>
---
target-i386/cpuid.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c
index b9bfeaf..bc061b0 100644
--- a/target-i386/cpuid.c
+++ b/target-i386/cpuid.c
@@ -48,7 +48,7 @@ static const char *ext_feature_name[] = {
"ds_cpl", "vmx", "smx", "est",
"tm2", "ssse3", "cid", NULL,
"fma", "cx16", "xtpr", "pdcm",
- NULL, NULL, "dca", "sse4.1|sse4_1",
+ NULL, "pcid", "dca", "sse4.1|sse4_1",
"sse4.2|sse4_2", "x2apic", "movbe", "popcnt",
NULL, "aes", "xsave", "osxsave",
"avx", NULL, NULL, "hypervisor",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: qemu kvm: Accept PCID feature
2012-05-10 4:43 qemu kvm: Accept PCID feature Mao, Junjie
@ 2012-05-20 17:38 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2012-05-20 17:38 UTC (permalink / raw)
To: Mao, Junjie; +Cc: kvm@vger.kernel.org
On 05/10/2012 07:43 AM, Mao, Junjie wrote:
> This patch makes Qemu accept the PCID feature specified from configuration or command line options.
>
Please post to the qemu mailing list. It's not kvm specific (it isn't
supported by tcg, but that's another story).
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-20 17:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 4:43 qemu kvm: Accept PCID feature Mao, Junjie
2012-05-20 17:38 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).