* [Qemu-devel] target-i386: enable SVM lock for Phenom processors
@ 2013-04-17 17:34 prasadjoshi.linux
0 siblings, 0 replies; 2+ messages in thread
From: prasadjoshi.linux @ 2013-04-17 17:34 UTC (permalink / raw)
To: prasadjoshi.linux; +Cc: qemu-devel
From: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
---
target-i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index e2302d8..540e450 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -455,7 +455,7 @@ static x86_def_t builtin_x86_defs[] = {
CPUID_EXT3_OSVW, CPUID_EXT3_IBS */
.ext3_features = CPUID_EXT3_LAHF_LM | CPUID_EXT3_SVM |
CPUID_EXT3_ABM | CPUID_EXT3_SSE4A,
- .svm_features = CPUID_SVM_NPT | CPUID_SVM_LBRV,
+ .svm_features = CPUID_SVM_NPT | CPUID_SVM_LBRV | CPUID_SVM_SVMLOCK,
.xlevel = 0x8000001A,
.model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
},
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Qemu-devel] target-i386: enable SVM lock for Phenom processors
@ 2013-04-21 8:40 prasadjoshi.linux
0 siblings, 0 replies; 2+ messages in thread
From: prasadjoshi.linux @ 2013-04-21 8:40 UTC (permalink / raw)
To: prasadjoshi.linux; +Cc: qemu-devel
From: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
---
target-i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index e2302d8..540e450 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -455,7 +455,7 @@ static x86_def_t builtin_x86_defs[] = {
CPUID_EXT3_OSVW, CPUID_EXT3_IBS */
.ext3_features = CPUID_EXT3_LAHF_LM | CPUID_EXT3_SVM |
CPUID_EXT3_ABM | CPUID_EXT3_SSE4A,
- .svm_features = CPUID_SVM_NPT | CPUID_SVM_LBRV,
+ .svm_features = CPUID_SVM_NPT | CPUID_SVM_LBRV | CPUID_SVM_SVMLOCK,
.xlevel = 0x8000001A,
.model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
},
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-21 8:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 17:34 [Qemu-devel] target-i386: enable SVM lock for Phenom processors prasadjoshi.linux
-- strict thread matches above, loose matches on Subject: below --
2013-04-21 8:40 prasadjoshi.linux
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.