aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vpt.h
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-211-1/+1
* x86/hvm: Let the guest miss a few ticks before resetting the timer.Tim Deegan2013-03-291-0/+1
* x86/hvm: Avoid needlessly resetting the periodic timer.Tim Deegan2013-03-291-5/+5
* x86/hvm: Run the RTC periodic timer on a consistent time series.Tim Deegan2013-03-291-1/+2
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-051-0/+1
* xen: enable Virtual-interrupt deliveryJiongxi Li2012-09-171-1/+1
* Revert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulation adjustments)Jan Beulich2012-09-121-1/+0
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2012-09-111-0/+1
* RTC: Add alarm supportYang Zhang2012-03-071-0/+2
* RTC: Add RTC update-ended interrupt supportYang Zhang2012-03-071-0/+5
* RTC: use offset to caculate rtc clockYang Zhang2012-03-071-2/+0
* x86: split struct domainJan Beulich2011-04-051-2/+3
* x86 hvm: Introduce pmtimer_change_ioport and HVM_PARAM_ACPI_IOPORTS_LOCATIONKeir Fraser2010-10-291-0/+1
* hvm pmtimer: correct pmtimer accuracyKeir Fraser2010-09-171-0/+1
* x86 hvm: suspend platform timer emulation while its IRQ is maskedKeir Fraser2009-09-161-1/+3
* x86 hvm: remove pt_reset()Keir Fraser2009-09-011-1/+0
* x86,hvm: clean up vpt's period_cycles fieldKeir Fraser2009-07-281-1/+0
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-071-0/+4
* x86,hvm: cleanup hpet.c vcpu handling same as i8254.c/rtc.cKeir Fraser2009-07-071-1/+0
* save/restore : Save guest's preferred TSC frequency in imageKeir Fraser2009-06-241-2/+0
* Port HPET device model to vpt timer subsystemKeir Fraser2008-10-221-39/+31
* x86: More accurate PIT frequency estimation (1193182Hz)Keir Fraser2008-07-211-1/+1
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-021-2/+2
* hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-241-1/+6
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-0/+6
* x86 hvm: Warn only once per time source when the periodic tiemout isKeir Fraser2008-05-061-0/+1
* hvm: hpet: Fix overflow when converting to nanoseconds.Keir Fraser2008-01-081-0/+2
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-3/+8
* hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers.Keir Fraser2007-12-121-4/+15
* hvm: Split no_missed_tick_accounting into two modes:Keir Fraser2007-12-061-0/+1
* hvm, x86: Allow virtual timer mode to be specified.Keir Fraser2007-10-261-2/+2
* hvm: More changes to reduce size of domain structure.Keir Fraser2007-10-031-2/+2
* hvm: Do not include full hvm_hw_hpet in 'struct domain'. It is veryKeir Fraser2007-10-031-3/+19
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-1/+1
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-1/+2
* hvm: Add locking to platform timers.Keir Fraser2007-06-151-2/+4
* hvm: Timer device model cleanups.kfraser@localhost.localdomain2007-06-141-4/+4
* [HVM] Intercept ACPI pm-timer registersTim Deegan2007-03-261-1/+3
* [xen] Update the hvm rtc clock state if the domain's time offset is changed.Christian Limpach2007-03-081-0/+1
* [HVM] Save/restore: save pmtimer count registerTim Deegan2007-02-081-9/+5
* [HVM] Save/restore: misc tidyingTim Deegan2007-02-051-1/+3
* [HVM] Save/restore: save HPET registersTim Deegan2007-01-311-21/+4
* [HVM] Save/restore: save RTC state.Tim Deegan2007-01-311-5/+4
* [HVM] Save/restore cleanups 01: PITTim Deegan2007-01-201-21/+5
* [HVM] save restore: save restore dev in HVTim Deegan2007-01-181-1/+1
* [HVM] Fix HPET timer to support 8-byte accesses, erroneous updateskaf24@localhost.localdomain2006-12-291-10/+3
* [HVM] Emulates HPET in hypervisor and extend ACPI tables.kfraser@localhost.localdomain2006-12-211-2/+51
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-4/+4
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-48/+43
* [XEN] Provide PV guests with emulated PIT.kfraser@localhost.localdomain2006-12-141-1/+1