fbsdrun_addcpu() read the current vCPU's RIP register from the kernel
via vm_get_register() to pass along through some layers to vm_loop()
which then set the register via vm_set_register(). However, this is
just always setting the value back to itself.
Details
Details
- Reviewers
markj corvink - Group Reviewers
bhyve - Commits
- rGec1ecab8c350: bhyve: Remove some no-op code for setting RIP.
rGceb0d0b0f184: bhyve: Remove some no-op code for setting RIP.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable