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
/
i8253.c
Age
Commit message (
Expand
)
Author
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
2018-12-10
No need to \n in log_debug. Part of a larger diff.
Claudio Jeker
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-06-19
knf
Reyk Floeter
2018-05-23
vmd(8): revert r1.23 (unlatched PIT reads), this made time go too fast on
Mike Larkin
2018-04-27
vmd(8): allow counter state readback via misc port for square wave mode
Mike Larkin
2018-04-27
vmd(8): allow unlatch PIT reads
Mike Larkin
2018-04-26
vmd(8): fix some bugs in PIT mode setting
Mike Larkin
2018-04-26
vmd(8): some more long lines that got missed last time
Mike Larkin
2018-04-26
vmd(8): handle PIT channel 2 status readback via port 0x61
Mike Larkin
2018-04-26
vmd(8): wrap some long lines
Mike Larkin
2018-04-17
Drive i8253 with CLOCK_MONOTONIC.
cheloha
2017-08-14
whitespace and fix a comment typo
Jasper Lievisse Adriaanse
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-04-28
rename i8253 "counter" to "channel", a better name for what we are
Mike Larkin
2017-04-08
implement channels 1 and 2 of the legacy PIT.
Mike Larkin
2017-03-27
die whitespace die die die
Theo de Raadt
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-24
Backout mlarkin's previous commit while he is away:
Reyk Floeter
2017-03-24
Last bits of cleanup for linux/seabios support in i8253/i8259 emulation
Mike Larkin
2017-03-23
Various i8253/i8254 implementation improvements - Fix an error that used
Mike Larkin
2017-03-19
Emulated i8253 should not start out in TIMER_RATEGEN mode on boot
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
change some log_warn to log_warnx and convert some integer literals to
Mike Larkin
2016-09-01
Add a set of emulated legacy devices (PIT, PIC, RTC)
Mike Larkin