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
Unknown Object (File)
Fri, Mar 15, 8:21 PM
Unknown Object (File)
Fri, Mar 15, 8:12 PM
Unknown Object (File)
Feb 15 2024, 4:56 AM
Unknown Object (File)
Dec 20 2023, 2:50 AM
Unknown Object (File)
Dec 4 2023, 4:16 AM
Unknown Object (File)
Nov 13 2023, 12:19 PM
Unknown Object (File)
Nov 11 2023, 1:15 PM
Unknown Object (File)
Nov 10 2023, 3:29 AM

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.