Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106926830
D36602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
730 B
Referenced Files
None
Subscribers
None
D36602.diff
View Options
diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h
--- a/sys/x86/include/specialreg.h
+++ b/sys/x86/include/specialreg.h
@@ -559,6 +559,7 @@
#define MSR_BBL_CR_CTL3 0x11e
#define MSR_IA32_TSX_CTRL 0x122
#define MSR_IA32_MCU_OPT_CTRL 0x123
+#define MSR_MISC_FEATURE_ENABLES 0x140
#define MSR_SYSENTER_CS_MSR 0x174
#define MSR_SYSENTER_ESP_MSR 0x175
#define MSR_SYSENTER_EIP_MSR 0x176
diff --git a/usr.sbin/bhyve/xmsr.c b/usr.sbin/bhyve/xmsr.c
--- a/usr.sbin/bhyve/xmsr.c
+++ b/usr.sbin/bhyve/xmsr.c
@@ -117,6 +117,7 @@
case MSR_PP0_ENERGY_STATUS:
case MSR_PP1_ENERGY_STATUS:
case MSR_DRAM_ENERGY_STATUS:
+ case MSR_MISC_FEATURE_ENABLES:
*val = 0;
break;
case MSR_RAPL_POWER_UNIT:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 2:15 PM (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15723251
Default Alt Text
D36602.diff (730 B)
Attached To
Mode
D36602: bhyve: Implement MSR_MISC_FEATURES_ENABLES
Attached
Detach File
Event Timeline
Log In to Comment