summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/mc146818.c
AgeCommit message (Expand)Author
2023-10-25vmd(8): stop toggling irq deassert for edge triggered devs.Dave Voutila
2023-04-18I somehow overlooked four more missing void...Theo Buehler
2022-01-15vmd: Remove a warning about non-32KHz timebasesMike Larkin
2021-06-16cleanup vmd(8) includes and header filesdv
2021-03-29Cleanly teardown and restore emulated device state on vm send/receive.dv
2020-06-28vmd(8): Eliminate libevent state corruptionpd
2019-11-30Revert previous - the stability was not as improved as we had thought andMike Larkin
2019-11-29Fix at least one cause of VMs spinning at 100% host CPUMike Larkin
2019-05-27only reschedule the periodic interrupt after updating register AJasper Lievisse Adriaanse
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