aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/rtc.c
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: RTC code must be in line with WAET flags passed by hvmloaderJan Beulich2013-05-211-4/+15
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-211-1/+7
* x86/HVM: adjust IRQ (de-)assertionJan Beulich2013-05-211-13/+11
* x86/HVM: fix processing of RTC REG_B writesJan Beulich2013-05-021-1/+3
* x86/hvm: Centralize and simplify the RTC IRQ logic.Tim Deegan2013-03-291-20/+20
* x86/hvm: Let the guest miss a few ticks before resetting the timer.Tim Deegan2013-03-291-6/+9
* x86/hvm: Avoid needlessly resetting the periodic timer.Tim Deegan2013-03-291-4/+14
* x86/hvm: Run the RTC periodic timer on a consistent time series.Tim Deegan2013-03-291-2/+4
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-051-8/+18
* x86/HVM: generalize IRQ raising on RTC_REG_B writesJan Beulich2013-01-231-5/+10
* x86/HVM: use cached original value in RTC_REG_B writing codeJan Beulich2013-01-231-3/+3
* x86/HVM: fix RTC hour conversionsJan Beulich2013-01-231-8/+7
* x86/HVM: adjust rtc_timer_update()Jan Beulich2013-01-231-12/+17
* x86/HVM: consolidate toggling of RTC IRQJan Beulich2013-01-231-14/+13
* x86/HVM: use RTC_* names instead of literal numbersJan Beulich2013-01-231-3/+4
* x86/hvm: fix RTC setting.Tim Deegan2013-01-181-3/+10
* Revert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulation adjustments)Jan Beulich2012-09-121-61/+50
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2012-09-111-50/+61
* x86/HVM: RTC periodic timer emulation adjustmentsJan Beulich2012-09-031-4/+7
* RTC: Add alarm supportYang Zhang2012-03-071-2/+214
* RTC: Add RTC update-ended interrupt supportYang Zhang2012-03-071-2/+102
* RTC: Add UIP(update in progress) check logicYang Zhang2012-03-071-0/+20
* RTC: fix 12-hour modeYang Zhang2012-03-071-4/+16
* RTC: use offset to caculate rtc clockYang Zhang2012-03-071-163/+17
* hvm: correct RTC time offset update error due to tm->tm_yearAnnie Li2012-03-011-3/+5
* x86 hvm: Fix build error with some GCC versions.Keir Fraser2010-06-101-2/+2
* Add a safety valve to the HVM RTC model for big time jumpsKeir Fraser2010-06-041-0/+13
* hvm: correct time offset update in RTC write emulationKeir Fraser2010-03-091-2/+2
* x86 hvm: Use 'x' as parameter name for macros converting betweenKeir Fraser2009-07-081-5/+5
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-071-1/+1
* Actually set a HVM domain's time offset when it sets the RTCKeir Fraser2009-03-181-0/+7
* Port HPET device model to vpt timer subsystemKeir Fraser2008-10-221-2/+2
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-021-26/+27
* 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-5/+6
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-8/+2
* hvm: RTC emulation - RTC_UIE/RTC_SET fixKeir Fraser2007-11-161-2/+1
* hvm: Add locking to platform timers.Keir Fraser2007-06-151-6/+52
* hvm: Simplify timer<->vcpu/domain conversion in RTC and PIT timerKeir Fraser2007-06-151-27/+35
* hvm: Timer device model cleanups.kfraser@localhost.localdomain2007-06-141-37/+30
* [hvm] Keep track of time offset between domain time and dom0 time.Christian Limpach2007-04-031-0/+8
* [xen] Update the hvm rtc clock state if the domain's time offset is changed.Christian Limpach2007-03-081-2/+13
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-1/+1
* [HVM] Save/restore: save RTC state.Tim Deegan2007-01-311-77/+108
* [HVM] save restore: save restore dev in HVTim Deegan2007-01-181-1/+1
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-43/+29
* [HVM] Fix bugs in RTC alarm code.kfraser@localhost.localdomain2006-11-271-3/+6
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-131/+141
* [HVM] Decouple the RTC from the PIT periodic timerTim Deegan2006-11-161-26/+56