Page MenuHomeFreeBSD

D17713.1776852099.diff
No OneTemporary

Size
497 B
Referenced Files
None
Subscribers
None

D17713.1776852099.diff

Index: head/sys/amd64/vmm/amd/svm_msr.c
===================================================================
--- head/sys/amd64/vmm/amd/svm_msr.c
+++ head/sys/amd64/vmm/amd/svm_msr.c
@@ -127,6 +127,9 @@
case MSR_AMDK8_IPM:
*result = 0;
break;
+ case MSR_EXTFEATURES:
+ *result = 0;
+ break;
default:
error = EINVAL;
break;
@@ -162,6 +165,8 @@
/*
* Ignore writes to microcode update register.
*/
+ break;
+ case MSR_EXTFEATURES:
break;
default:
error = EINVAL;

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 10:01 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28406196
Default Alt Text
D17713.1776852099.diff (497 B)

Event Timeline