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
F131897117: D5910.id15078.diff
Sun, Oct 12, 1:35 AM
Unknown Object (File)
Fri, Oct 10, 11:33 PM
Unknown Object (File)
Sat, Sep 13, 7:45 AM
Unknown Object (File)
Fri, Sep 12, 9:01 PM
Unknown Object (File)
Sep 3 2025, 1:06 PM
Unknown Object (File)
Sep 3 2025, 12:19 PM
Unknown Object (File)
Aug 25 2025, 5:32 PM
Unknown Object (File)
Aug 25 2025, 12:07 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.