Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142654552
D46562.id145336.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
D46562.id145336.diff
View Options
diff --git a/usr.sbin/bhyve/tpm_intf_crb.c b/usr.sbin/bhyve/tpm_intf_crb.c
--- a/usr.sbin/bhyve/tpm_intf_crb.c
+++ b/usr.sbin/bhyve/tpm_intf_crb.c
@@ -337,6 +337,10 @@
break;
}
+ case offsetof(struct tpm_crb_regs, int_enable):
+ /* No interrupt support. Ignore writes to int_enable. */
+ break;
+
case offsetof(struct tpm_crb_regs, ctrl_start): {
union tpm_crb_reg_ctrl_start start;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 10:07 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27814029
Default Alt Text
D46562.id145336.diff (407 B)
Attached To
Mode
D46562: bhyve: don't crash when guest writes TPM int_enable register
Attached
Detach File
Event Timeline
Log In to Comment