summaryrefslogtreecommitdiff
path: root/sys/dev/nvmm/nvmm.h
AgeCommit message (Expand)Author
2021-03-26Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() withoutreinoud
2020-09-05nvmm: update copyright headersmaxv
2020-08-05Add CTASSERT.maxv
2020-08-01Put the few x86-specific structures under #ifdef __x86_64__, for clarity.maxv
2019-10-28A few changes:maxv
2019-10-23Miscellaneous changes in NVMM, to address several inconsistencies andmaxv
2019-05-11Rework the machine configuration interface.maxv
2019-05-01Use the comm page to inject events, rather than ioctls, and commit them inmaxv
2019-04-28Modify the communication layer between the kernel NVMM driver and libnvmm:maxv
2019-04-27Reorder the NVMM headers, to make a clear(er) distinction between MI andmaxv
2019-04-24Provide the hardware error code for NVMM_EXIT_INVALID, useful whenmaxv
2019-03-21Make it possible for an emulator to set the protection of the guest pages.maxv
2019-01-26Remove nvmm_exit_memory.npc, useless.maxv
2019-01-24Optimize: change the behavior of the HLT vmexit, make it a "change in vcpumaxv
2019-01-06Improvements and fixes in NVMM.maxv
2018-11-07Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver thatmaxv