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
2023-10-25
vmd(8): stop toggling irq deassert for edge triggered devs.
Dave Voutila
2023-04-18
I somehow overlooked four more missing void...
Theo Buehler
2022-01-15
vmd: Remove a warning about non-32KHz timebases
Mike Larkin
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-03-29
Cleanly teardown and restore emulated device state on vm send/receive.
dv
2020-06-28
vmd(8): Eliminate libevent state corruption
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-05-27
only reschedule the periodic interrupt after updating register A
Jasper Lievisse Adriaanse
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