Page MenuHomeFreeBSD

bhyve: Allocate struct vm_exit on the stack in vm_loop.
ClosedPublic

Authored by jhb on Dec 9 2022, 12:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 9:56 PM
Unknown Object (File)
Sat, Oct 11, 9:56 PM
Unknown Object (File)
Sat, Oct 11, 9:56 PM
Unknown Object (File)
Sat, Oct 11, 12:45 PM
Unknown Object (File)
Mon, Oct 6, 12:20 AM
Unknown Object (File)
Fri, Oct 3, 9:40 PM
Unknown Object (File)
Wed, Oct 1, 4:22 PM
Unknown Object (File)
Mon, Sep 15, 2:47 AM
Subscribers

Details

Summary

The global vmexit[] array is no longer needed to smuggle the rip
value from fbsdrun_addcpu() to vm_loop().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable