aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/pmtimer.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hvm/pmtimer: improving scalability of virtual time updateKeir Fraser2010-11-171-9/+25
* x86 hvm: Fixes for 22339:6fae4331d5aaKeir Fraser2010-11-011-24/+23
* x86 hvm: Introduce pmtimer_change_ioport and HVM_PARAM_ACPI_IOPORTS_LOCATIONKeir Fraser2010-10-291-2/+39
* hvm pmtimer: correct pmtimer accuracyKeir Fraser2010-09-171-2/+6
* hvm: Add ACPI fixed sleep buttonKeir Fraser2010-01-201-1/+12
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+1
* hvm: add ACPI power button for HVMKeir Fraser2009-04-021-8/+14
* hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-241-1/+1
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-0/+6
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-151-4/+4
* hvm: Improve in-Xen PIO emulation to better handle string PIOKeir Fraser2008-01-121-14/+15
* hvm: Add locking to platform timers.Keir Fraser2007-06-151-19/+41
* hvm: Fix multiplication overflow in hvm/pmtimer.cKeir Fraser2007-06-151-8/+7
* [HVM] Fix commentsTim Deegan2007-03-261-1/+1
* [HVM] Intercept ACPI pm-timer registersTim Deegan2007-03-261-16/+192
* [HVM] Save/restore: save pmtimer count registerTim Deegan2007-02-081-32/+41
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-0/+8
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-1/+1
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-2/+2
* [HVM] Move ACPI timer to HV, which is the last platform timer in Qemu.kfraser@localhost.localdomain2006-10-251-0/+63