index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mc146818rtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+3
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-4
/
+4
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-13
/
+17
2012-02-01
mc146818rtc: Use lost_tick_policy property
Jan Kiszka
1
-7
/
+19
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-8
/
+14
2012-01-13
rtc: clear non-PF bits when reinjecting on ack
Paolo Bonzini
1
-3
/
+3
2012-01-13
rtc: raise PF bit when the periodic timer triggers but PIE=0
Paolo Bonzini
1
-1
/
+2
2012-01-13
rtc: raise AF bit when the alarm is encountered but AIE=0
Paolo Bonzini
1
-9
/
+10
2012-01-13
rtc: fix 12-hour mode
Paolo Bonzini
1
-4
/
+7
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-2
/
+2
2011-12-15
rtc: add a dynamic property for retrieving the date
Anthony Liguori
1
-0
/
+27
2011-10-11
rtc: Convert to isa_register_ioport
Richard Henderson
1
-3
/
+12
2011-07-23
mc146818rtc: Handle host clock resets
Jan Kiszka
1
-0
/
+20
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-8
/
+8
2011-01-29
mc146818rtc: update registers after a format change
Aurelien Jarno
1
-1
/
+9
2011-01-29
mc146818rtc: constantify
Aurelien Jarno
1
-2
/
+3
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+1
2010-07-06
make rtc alatm work
Gleb Natapov
1
-4
/
+3
2010-06-13
hpet/rtc: Rework RTC IRQ replacement by HPET
Jan Kiszka
1
-34
/
+15
2010-05-30
mc146818rtc: improve debugging
Blue Swirl
1
-2
/
+20
2010-05-15
mc146818rtc: remove #ifdef DEBUG_CMOS.
Isaku Yamahata
1
-8
/
+10
2010-05-15
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
1
-11
/
+15
2010-05-15
mc146818rtc: Register vmstate via qdev
Jan Kiszka
1
-1
/
+2
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
1
-0
/
+1
2010-03-08
QMP: Introduce RTC_CHANGE event
Luiz Capitulino
1
-0
/
+2
2010-01-20
reduce number of reinjects on ACK
Gleb Natapov
1
-1
/
+1
2009-12-12
fix rtc-td-hack on host without high-res timers
Gleb Natapov
1
-0
/
+17
2009-11-22
BCD cleanup
Paul Brook
1
-18
/
+18
2009-10-27
mc146818rtc: remove rtc_mm_init()
Juan Quintela
1
-105
/
+0
2009-10-27
mc146818rtc: fix indentation
Juan Quintela
1
-1
/
+2
2009-10-27
mc146818rtc: port rtc to vmstate
Juan Quintela
1
-53
/
+32
2009-10-27
mc145818rtc: fix saving of rtc-td hack properly upgrading the version number
Juan Quintela
1
-34
/
+13
2009-10-12
TARGET_I386 is always defined if TARGET_X86_64 is defined
Juan Quintela
1
-2
/
+2
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-05
Enable host-clock-based RTC
Jan Kiszka
1
-20
/
+18
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-7
/
+7
2009-10-01
Get rid of _t suffix
malc
1
-7
/
+7
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-8
/
+8
2009-09-10
qdev/isa: convert real time clock
Gerd Hoffmann
1
-11
/
+32
2009-09-09
RTC polling mode broken
Bernhard Kauer
1
-2
/
+3
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-06-15
Incorporate changes from v2 of Gleb's RTC reset patch
Anthony Liguori
1
-4
/
+8
2009-06-14
Add rtc reset function.
Gleb Natapov
1
-0
/
+19
2009-04-22
Change RTC time drift IRQ re-injection (Gleb Natapov)
aliguori
1
-15
/
+47
2009-04-10
Fix RTC breakage from r7031.
pbrook
1
-1
/
+1
2009-04-07
mc146818: add square wave output support
aurel32
1
-10
/
+29
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-24
Support epoch of 1980 in RTC emulation for MIPS Magnum
aurel32
1
-4
/
+12
[next]