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
F157521852: D5850.id14966.diff
Fri, May 22, 8:57 AM
F157487624: D5850.id14912.diff
Fri, May 22, 12:00 AM
Unknown Object (File)
Tue, May 19, 12:26 AM
Unknown Object (File)
Mon, May 18, 6:38 PM
Unknown Object (File)
Sun, May 17, 7:54 PM
Unknown Object (File)
Sun, May 17, 7:55 AM
Unknown Object (File)
Thu, May 14, 4:21 PM
Unknown Object (File)
Thu, May 14, 2:20 AM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #14912)

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

386 ↗(On Diff #14912)

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 ↗(On Diff #14912)

I'd do this and above as a separate commit

This revision was automatically updated to reflect the committed changes.