Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108627663
D46085.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
D46085.diff
View Options
diff --git a/sys/arm64/vmm/vmm_arm64.c b/sys/arm64/vmm/vmm_arm64.c
--- a/sys/arm64/vmm/vmm_arm64.c
+++ b/sys/arm64/vmm/vmm_arm64.c
@@ -246,12 +246,6 @@
return (ENXIO);
}
- /* TODO: Support VHE */
- if (in_vhe()) {
- printf("vmm: VHE is unsupported\n");
- return (ENXIO);
- }
-
if (!vgic_present()) {
printf("vmm: No vgic found\n");
return (ENODEV);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 11:37 PM (9 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16222797
Default Alt Text
D46085.diff (367 B)
Attached To
Mode
D46085: arm64/vmm: Allow vmm when in VHE
Attached
Detach File
Event Timeline
Log In to Comment