summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/mc146818.c
AgeCommit message (Expand)Author
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-09vmd(8): deassert interrupt pins in the PIC at the right times. Helps fixMike Larkin
2018-02-28vmd: Fix 100% vmd cpu usage on linux receive / unpausepd
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-05-08Adds functions to read and write state of devices in vmd.Reyk Floeter
2017-05-02Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZMike Larkin
2017-03-27die whitespace die die dieTheo de Raadt
2017-03-26With the updated get_input_data() interface, we need to zero-initializeMark Kettenis
2017-03-25Last bits needed to get seabios + alpine linux working. This is enoughMike Larkin
2017-03-25Introduce a new function to obtain properly sized input data, and convertMike Larkin
2017-03-23Implement memory size and SMP CPU count NVRAM registers in the emulatedMike Larkin
2017-03-23Various mc146818 emulation fixes - don't block interrupts needlessly, andMike Larkin
2017-03-19Don't identify the MC146818 RTC as operating in binary mode when we are reallyMike Larkin
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2016-10-26vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will beMike Larkin
2016-10-03add RCS tagsMike Larkin
2016-09-01normalize some function namesMike Larkin
2016-09-01Add a set of emulated legacy devices (PIT, PIC, RTC)Mike Larkin