Page MenuHomeFreeBSD

hyperv: make Hyper-V driver compiled as .ko file
ClosedPublic

Authored by howard0su_gmail.com on Apr 11 2016, 12:33 PM.
Tags
None
Referenced Files
F148474546: D5910.diff
Wed, Mar 18, 3:32 AM
Unknown Object (File)
Mon, Mar 16, 11:20 PM
Unknown Object (File)
Sun, Mar 15, 3:45 AM
Unknown Object (File)
Wed, Mar 11, 11:22 AM
Unknown Object (File)
Feb 7 2026, 5:45 AM
Unknown Object (File)
Jan 28 2026, 9:17 AM
Unknown Object (File)
Jan 18 2026, 3:12 AM
Unknown Object (File)
Dec 27 2025, 2:20 PM

Details

Summary
  1. Move all hyperv related logic into dev/hyperv
  2. Expose doreti as a global symbol from exception.S
  3. Remove option HYPERV, leave device hyperv

Diff Detail

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

Event Timeline

howard0su_gmail.com retitled this revision from to hyperv: make Hyper-V driver compiled as .ko file.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
jhb edited edge metadata.

Definitely a fan of this change.

sys/amd64/amd64/exception.S
660 ↗(On Diff #15078)

This part is definitely fine (and kib@ ok'd it to)

This revision is now accepted and ready to land.Apr 12 2016, 4:00 PM
kib edited edge metadata.
kib added inline comments.
sys/amd64/amd64/exception.S
660 ↗(On Diff #15078)

We usually spell it .globl.

I've committed the part to expose doreti as I think it warrants its own commit. Sepherosa, would you like to commit the rest of this change?

In D5910#126628, @jhb wrote:

I've committed the part to expose doreti as I think it warrants its own commit. Sepherosa, would you like to commit the rest of this change?

I talked to Howard about committing this patch yesterday. He told me to hold on for a while.

This revision was automatically updated to reflect the committed changes.