Page MenuHomeFreeBSD

hyperv: Use lapic_{alloc,free}_ipi to allocate private interrupt vector
ClosedPublic

Authored by sepherosa_gmail.com on Apr 6 2016, 5:18 AM.
Tags
None
Referenced Files
F106143011: D5850.diff
Thu, Dec 26, 2:48 AM
Unknown Object (File)
Sat, Nov 30, 11:58 PM
Unknown Object (File)
Oct 5 2024, 7:52 AM
Unknown Object (File)
Oct 4 2024, 4:16 PM
Unknown Object (File)
Oct 1 2024, 11:53 PM
Unknown Object (File)
Oct 1 2024, 6:24 PM
Unknown Object (File)
Sep 27 2024, 2:18 PM
Unknown Object (File)
Sep 24 2024, 8:23 AM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv: Use lapic_{alloc,free}_ipi to allocate private interrupt vector.
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Apr 6 2016, 5:24 AM
sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
385

We don't need this macro sine this is needed anyhow.

386

Suggest to move hv_vmbus_callback code from apic_local.S to a local .S file inside vmbus driver.

sys/dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c
386

I'd do this and above as a separate commit

This revision was automatically updated to reflect the committed changes.