Page MenuHomeFreeBSD

Add CR2 get/set to bhyvectl.
ClosedPublic

Authored by grehan on Mar 11 2018, 8:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 3:28 PM
Unknown Object (File)
Thu, Apr 18, 11:16 AM
Unknown Object (File)
Thu, Mar 28, 10:50 PM
Unknown Object (File)
Mar 22 2024, 9:38 PM
Unknown Object (File)
Mar 22 2024, 9:38 PM
Unknown Object (File)
Mar 22 2024, 9:38 PM
Unknown Object (File)
Mar 9 2024, 2:29 PM
Unknown Object (File)
Jan 5 2024, 2:59 PM
Subscribers

Details

Reviewers
rgrimes
araujo
Group Reviewers
bhyve
Commits
rS330764: Add CR2 get/set support.
Summary

Allow bhyvectl to get/set the CR2 register.

Reported/Tested by: Fabien Freyer

Test Plan

Tested by dropping a single vCPU FreeBSD/amd64 guest into ddb, and verifying
that the value of CR2 from 'show sysregs' was the same as ready by
bhyvectl. The value was then set from bhyvectl, and 'show sysregs'
used to verify that the updated value was seen from the guest.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15484
Build 15526: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 11 2018, 8:18 AM
This revision was automatically updated to reflect the committed changes.