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
/
mc146818.c
Age
Commit message (
Expand
)
Author
2018-07-12
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,
Mike Larkin
2018-07-09
vmd(8): deassert interrupt pins in the PIC at the right times. Helps fix
Mike Larkin
2018-02-28
vmd: Fix 100% vmd cpu usage on linux receive / unpause
pd
2017-07-09
vmd/vmctl: Add ability to pause / unpause vms
pd
2017-05-08
Adds functions to read and write state of devices in vmd.
Reyk Floeter
2017-05-02
Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ
Mike Larkin
2017-03-27
die whitespace die die die
Theo de Raadt
2017-03-26
With the updated get_input_data() interface, we need to zero-initialize
Mark Kettenis
2017-03-25
Last bits needed to get seabios + alpine linux working. This is enough
Mike Larkin
2017-03-25
Introduce a new function to obtain properly sized input data, and convert
Mike Larkin
2017-03-23
Implement memory size and SMP CPU count NVRAM registers in the emulated
Mike Larkin
2017-03-23
Various mc146818 emulation fixes - don't block interrupts needlessly, and
Mike Larkin
2017-03-19
Don't identify the MC146818 RTC as operating in binary mode when we are really
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-10-03
add RCS tags
Mike Larkin
2016-09-01
normalize some function names
Mike Larkin
2016-09-01
Add a set of emulated legacy devices (PIT, PIC, RTC)
Mike Larkin