index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
vm.c
Age
Commit message (
Expand
)
Author
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
2021-09-01
remove unused functions and cleanup vmd.h
Dave Voutila
2021-07-16
vmd(8): simplify vcpu logic, removing uart & vionet reads
dv
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-04-05
Support booting from compressed kernel images.
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2021-02-13
Fix some wrong comments and KNF/long line wraps
Mike Larkin
2020-06-28
vmd(8): Eliminate libevent state corruption
pd
2020-04-30
vmd(8): correctly terminate vm processes after sending vm
pd
2020-04-21
vmd: improve concurrency control in pause
pd
2020-04-08
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2019-12-11
vmd: proper concurrency control when pausing a vm
pd
2019-11-30
Revert previous - the stability was not as improved as we had thought and
Mike Larkin
2019-11-29
Fix at least one cause of VMs spinning at 100% host CPU
Mike Larkin
2019-07-17
vmm/vmd: Fix migration with pvclock
pd
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-28
vmd: unset CR0_CD and CR0_NW in default flat64 register values
pd
2019-05-12
vmm: add a x86 page table walker
pd
2019-05-11
vm_dump_header allocated space for a signature but it was never set;
Jasper Lievisse Adriaanse
2019-05-11
track the state of the vm (running, paused, etc) using a single bitfield inst...
Jasper Lievisse Adriaanse
2019-03-01
vmd(8): remove some i386 remnants that missed the original cleanup
Mike Larkin
2019-02-20
vmd(8): initialize guest %drX registers to power-on defaults on launch
Mike Larkin
2018-12-10
Implement the fw_cfg interface basics and use it to set the bootorder
Claudio Jeker
2018-12-06
Make it possible to define the bootdevice in vmd. This information is used
Claudio Jeker
2018-10-08
Add support for qcow2 base images (external snapshots).
Reyk Floeter
2018-09-28
Support vmd-internal's vmboot with qcow2 disk images.
Reyk Floeter
2018-09-19
Various clean up items for disks.
ccardenas
2018-07-17
vmd(8): fix vmctl -b option for i386 kernels.
Mike Larkin
2018-07-12
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,
Mike Larkin
2018-07-10
vmd(8): route ELCR handler to the right function
Mike Larkin
2018-07-09
vmd(8): better debug message in a failure case
Mike Larkin
2018-06-19
knf
Reyk Floeter
2018-04-27
vmd(8): implement vmd side of ELCR registers
Mike Larkin
2018-04-26
vmd(8): handle PIT channel 2 status readback via port 0x61
Mike Larkin
2018-01-03
Add initial CD-ROM support to VMD via vioscsi.
ccardenas
2017-11-29
make vmm(4) less responsible for initial register state, preferring to let
Mike Larkin
2017-11-28
fix some spelling errors in a few comments
Mike Larkin
2017-09-19
Clarify a wrong conditional, found by jsg.
Mike Larkin
2017-09-17
vmd: send/recv pci config space instead of recreating pci devices on receive
pd
2017-09-17
vmd: re add rtc.per and rtc.sec evtimers on receive
pd
2017-09-11
add functions to provide direct access to guest memory as vmd addresses
David Gwynne
2017-08-20
vmd: Allow only upward migration
pd
2017-08-14
vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmm
Mike Larkin
2017-07-15
Add vmctl send and vmctl receive
pd
2017-07-09
vmd/vmctl: Add ability to pause / unpause vms
pd
2017-06-07
vmd: Implement simulated baudrate support in the ns8250 module. The
Mike Larkin
2017-05-30
split vioblk read/write functions into start and finish as prep for
Ted Unangst
2017-05-28
SVM: add some exit types
Mike Larkin
2017-05-05
VMs cannot use proc_compose() to PROC_VMM, they have to use
Reyk Floeter
[next]