summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/mc146818.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous - the stability was not as improved as we had thought andmlarkin2019-11-301-7/+1
* Fix at least one cause of VMs spinning at 100% host CPUmlarkin2019-11-291-1/+7
* only reschedule the periodic interrupt after updating register Ajasper2019-05-271-2/+2
* vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,mlarkin2018-07-121-2/+2
* vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixmlarkin2018-07-091-1/+2
* vmd: Fix 100% vmd cpu usage on linux receive / unpausepd2018-02-281-2/+2
* vmd/vmctl: Add ability to pause / unpause vmspd2017-07-091-4/+8
* Adds functions to read and write state of devices in vmd.reyk2017-05-081-1/+41
* Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZmlarkin2017-05-021-2/+12
* die whitespace die die diederaadt2017-03-271-2/+2
* With the updated get_input_data() interface, we need to zero-initializekettenis2017-03-261-2/+2
* Last bits needed to get seabios + alpine linux working. This is enoughmlarkin2017-03-251-2/+2
* Introduce a new function to obtain properly sized input data, and convertmlarkin2017-03-251-13/+7
* Implement memory size and SMP CPU count NVRAM registers in the emulatedmlarkin2017-03-231-4/+30
* Various mc146818 emulation fixes - don't block interrupts needlessly, andmlarkin2017-03-231-11/+7
* Don't identify the MC146818 RTC as operating in binary mode when we are reallymlarkin2017-03-191-2/+2
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-3/+3
* vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will bemlarkin2016-10-261-2/+2
* add RCS tagsmlarkin2016-10-031-0/+1
* normalize some function namesmlarkin2016-09-011-10/+10
* Add a set of emulated legacy devices (PIT, PIC, RTC)mlarkin2016-09-011-0/+288