index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mc146818rtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Paolo Bonzini
1
-913
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-11-27
rtc: Only call rtc_set_cmos when Register B SET flag is disabled.
Alex Horn
1
-1
/
+5
2012-11-15
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
1
-0
/
+1
2012-10-29
mc146818rtc: convert PIO to new memory api read/write
Alexander Graf
1
-8
/
+11
2012-10-05
rtc: implement century byte
Paolo Bonzini
1
-9
/
+18
2012-10-05
rtc: map CMOS index 0x37 to 0x32 on read and writes
Paolo Bonzini
1
-6
/
+9
2012-09-10
RTC: Remove the current_tm field
Paolo Bonzini
1
-11
/
+1
2012-09-10
RTC: Get and set time without going through s->current_tm
Paolo Bonzini
1
-16
/
+22
2012-09-10
RTC: Do not fire timer periodically to catch next alarm
Paolo Bonzini
1
-14
/
+103
2012-09-10
RTC: Add divider reset support
Yang Zhang
1
-9
/
+41
2012-09-10
RTC: Update the RTC clock only when reading it
Yang Zhang
1
-135
/
+194
2012-09-10
RTC: Update interrupt state when interrupts are masked/unmasked
Yang Zhang
1
-0
/
+9
2012-09-10
RTC: introduce RTC_CLOCK_RATE
Paolo Bonzini
1
-4
/
+5
2012-09-10
RTC: Rename rtc_timer_update
Yang Zhang
1
-5
/
+5
2012-09-10
RTC: Remove the logic to update time format when DM bit changed
Yang Zhang
1
-9
/
+1
2012-06-08
qapi: Add Visitor interfaces for uint*_t and int*_t
Michael Roth
1
-7
/
+0
2012-03-30
rtc: split out macros into a header file and use in test case
Anthony Liguori
1
-33
/
+0
2012-03-14
hw/mc146818: Drop unneeded #includes
Andreas Färber
1
-2
/
+0
2012-03-01
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-1
/
+4
2012-02-24
suspend: make rtc alarm wakeup the guest.
Gerd Hoffmann
1
-0
/
+1
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
1
-0
/
+12
2012-02-18
target-i386: Add infrastructure for reporting TPR MMIO accesses
Jan Kiszka
1
-1
/
+4
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
[next]