summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vm.c
AgeCommit message (Expand)Author
2021-11-29mostly avoid sys/param.h with a local nitems()Theo de Raadt
2021-09-01remove unused functions and cleanup vmd.hDave Voutila
2021-07-16vmd(8): simplify vcpu logic, removing uart & vionet readsdv
2021-06-16cleanup vmd(8) includes and header filesdv
2021-04-05Support booting from compressed kernel images.dv
2021-03-29Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcpdv
2021-03-19Remove booting from kernels in raw/qcow2 imageskn
2021-02-13Fix some wrong comments and KNF/long line wrapsMike Larkin
2020-06-28vmd(8): Eliminate libevent state corruptionpd
2020-04-30vmd(8): correctly terminate vm processes after sending vmpd
2020-04-21vmd: improve concurrency control in pausepd
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2019-12-11vmd: proper concurrency control when pausing a vmpd
2019-11-30Revert previous - the stability was not as improved as we had thought andMike Larkin
2019-11-29Fix at least one cause of VMs spinning at 100% host CPUMike Larkin
2019-07-17vmm/vmd: Fix migration with pvclockpd
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-28vmd: unset CR0_CD and CR0_NW in default flat64 register valuespd
2019-05-12vmm: add a x86 page table walkerpd
2019-05-11vm_dump_header allocated space for a signature but it was never set;Jasper Lievisse Adriaanse
2019-05-11track the state of the vm (running, paused, etc) using a single bitfield inst...Jasper Lievisse Adriaanse
2019-03-01vmd(8): remove some i386 remnants that missed the original cleanupMike Larkin
2019-02-20vmd(8): initialize guest %drX registers to power-on defaults on launchMike Larkin
2018-12-10Implement the fw_cfg interface basics and use it to set the bootorderClaudio Jeker
2018-12-06Make it possible to define the bootdevice in vmd. This information is usedClaudio Jeker
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-09-28Support vmd-internal's vmboot with qcow2 disk images.Reyk Floeter
2018-09-19Various clean up items for disks.ccardenas
2018-07-17vmd(8): fix vmctl -b option for i386 kernels.Mike Larkin
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-10vmd(8): route ELCR handler to the right functionMike Larkin
2018-07-09vmd(8): better debug message in a failure caseMike Larkin
2018-06-19knfReyk Floeter
2018-04-27vmd(8): implement vmd side of ELCR registersMike Larkin
2018-04-26vmd(8): handle PIT channel 2 status readback via port 0x61Mike Larkin
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-28fix some spelling errors in a few commentsMike Larkin
2017-09-19Clarify a wrong conditional, found by jsg.Mike Larkin
2017-09-17vmd: send/recv pci config space instead of recreating pci devices on receivepd
2017-09-17vmd: re add rtc.per and rtc.sec evtimers on receivepd
2017-09-11add functions to provide direct access to guest memory as vmd addressesDavid Gwynne
2017-08-20vmd: Allow only upward migrationpd
2017-08-14vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmmMike Larkin
2017-07-15Add vmctl send and vmctl receivepd
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-06-07vmd: Implement simulated baudrate support in the ns8250 module. TheMike Larkin
2017-05-30split vioblk read/write functions into start and finish as prep forTed Unangst
2017-05-28SVM: add some exit typesMike Larkin
2017-05-05VMs cannot use proc_compose() to PROC_VMM, they have to useReyk Floeter