Sign in
qemu
/
qemu
/
6a26e1197db1684798c4255955c04e31270eccb8
/
hw
/
mc146818rtc.c
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
f292787
make rtc alatm work
by Gleb Natapov
· 15 years ago
7d932df
hpet/rtc: Rework RTC IRQ replacement by HPET
by Jan Kiszka
· 15 years ago
aa6f63f
mc146818rtc: improve debugging
by Blue Swirl
· 15 years ago
ec51e36
mc146818rtc: remove #ifdef DEBUG_CMOS.
by Isaku Yamahata
· 15 years ago
1d914fa
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
by Isaku Yamahata
· 15 years ago
dc68391
mc146818rtc: Register vmstate via qdev
by Jan Kiszka
· 15 years ago
aa28b9b
Move x86 specific PC declarations to a separate file
by Blue Swirl
· 15 years ago
80cd347
QMP: Introduce RTC_CHANGE event
by Luiz Capitulino
· 15 years ago
dd17765
reduce number of reinjects on ACK
by Gleb Natapov
· 15 years ago
ba32eda
fix rtc-td-hack on host without high-res timers
by Gleb Natapov
· 15 years ago
abd0c6b
BCD cleanup
by Paul Brook
· 15 years ago
73c595e
mc146818rtc: remove rtc_mm_init()
by Juan Quintela
· 15 years ago
e0ca7b9
mc146818rtc: fix indentation
by Juan Quintela
· 15 years ago
6b075b8
mc146818rtc: port rtc to vmstate
by Juan Quintela
· 15 years ago
048c74c
mc145818rtc: fix saving of rtc-td hack properly upgrading the version number
by Juan Quintela
· 15 years ago
ce88f89
TARGET_I386 is always defined if TARGET_X86_64 is defined
by Juan Quintela
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
6875204
Enable host-clock-based RTC
by Jan Kiszka
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
32e0c82
qdev/isa: convert real time clock
by Gerd Hoffmann
· 15 years ago
9881543
RTC polling mode broken
by Bernhard Kauer
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
7271618
Incorporate changes from v2 of Gleb's RTC reset patch
by Anthony Liguori
· 16 years ago
eeb7c03
Add rtc reset function.
by Gleb Natapov
· 16 years ago
93b6656
Change RTC time drift IRQ re-injection (Gleb Natapov)
by aliguori
· 16 years ago
a8b01dd
Fix RTC breakage from r7031.
by pbrook
· 16 years ago
100d989
mc146818: add square wave output support
by aurel32
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
42fc73a
Support epoch of 1980 in RTC emulation for MIPS Magnum
by aurel32
· 16 years ago
73822ec
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
by aliguori
· 16 years ago
6f1bf24
Fix day of week in mc146818
by aurel32
· 16 years ago
c50c2d6
Remove trailing spaces introduced by commit 6081
by aurel32
· 16 years ago
16b29ae
Add HPET emulation to qemu (Beth Kon)
by aliguori
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
f650305
Unify RTCs that use host time, fix M48t59 alarm.
by balrog
· 17 years ago
bee8d68
qemu_put signedness fixes, by Andre Przywara.
by ths
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
7e0af5d0
added -startdate option
by bellard
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
18c6e2f
Fix mmapped register alignment and endianness handling.
by ths
· 18 years ago
2ca9d01
Memory-mapped interface for RTC, by Herve Poussineau.
by ths
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
ea55ffb
Move date/time init to the RTC implementation.
by ths
· 18 years ago
43f493a
more accurate emulation (do not depend on localtime() or gmtime()
by bellard
· 21 years ago
4721c45
UIP update fix
by bellard
· 21 years ago
67b915a
win32 port (initial patch by kazu)
by bellard
· 21 years ago
dff38e7
more precise RTC emulation (periodic timers + time updates)
by bellard
· 21 years ago
b41a2cd
io port API change
by bellard
· 21 years ago
80cabfa
separated more devices from emulator
by bellard
· 21 years ago