Statistics
| Branch: | Revision:

root / hw / mc146818rtc_regs.h @ 5e22c276

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
e67edb94 10/05/2012 04:02 pm Paolo Bonzini

rtc: map CMOS index 0x37 to 0x32 on read and writes

QEMU's attempt to implement the century byte cover two possible places
for the byte. A common one on modern chipsets is 0x32, but QEMU also
stores the value in 0x37 (apparently for IBM PS/2 compatibility---it's...

9324cc50 09/10/2012 09:52 pm Yang Zhang

RTC: Update interrupt state when interrupts are masked/unmasked

If an interrupt flag is already set when the interrupt becomes enabled,
raise an interrupt immediately, and vice versa if interrupts become
disabled.

Signed-off-by: Yang Zhang <>...

fd94be7a 03/30/2012 04:14 pm Anthony Liguori

rtc: split out macros into a header file and use in test case

Signed-off-by: Anthony Liguori <>

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Anthony Liguori <>