Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132960960
D7949.id20733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
391 B
Referenced Files
None
Subscribers
None
D7949.id20733.diff
View Options
Index: sys/x86/x86/io_apic.c
===================================================================
--- sys/x86/x86/io_apic.c
+++ sys/x86/x86/io_apic.c
@@ -411,6 +411,10 @@
u_int old_vector, new_vector;
u_int old_id;
+ /* Stick to the first cpu for all I/O APIC pins on Hyper-V. */
+ if (vm_guest == VM_GUEST_HV)
+ apic_id = 0;
+
/*
* keep 1st core as the destination for NMI
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 22, 2:02 PM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24057822
Default Alt Text
D7949.id20733.diff (391 B)
Attached To
Mode
D7949: x86/ioapic: Stick to cpu0 for I/O APIC pins on Hyper-V.
Attached
Detach File
Event Timeline
Log In to Comment