index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mc146818rtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: include hw header files with full paths
Paolo Bonzini
2013-03-01
1
-3
/
+3
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
rtc: Only call rtc_set_cmos when Register B SET flag is disabled.
Alex Horn
2012-11-27
1
-1
/
+5
*
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
2012-11-15
1
-0
/
+1
*
mc146818rtc: convert PIO to new memory api read/write
Alexander Graf
2012-10-29
1
-8
/
+11
*
rtc: implement century byte
Paolo Bonzini
2012-10-05
1
-9
/
+18
*
rtc: map CMOS index 0x37 to 0x32 on read and writes
Paolo Bonzini
2012-10-05
1
-6
/
+9
*
RTC: Remove the current_tm field
Paolo Bonzini
2012-09-10
1
-11
/
+1
*
RTC: Get and set time without going through s->current_tm
Paolo Bonzini
2012-09-10
1
-16
/
+22
*
RTC: Do not fire timer periodically to catch next alarm
Paolo Bonzini
2012-09-10
1
-14
/
+103
*
RTC: Add divider reset support
Yang Zhang
2012-09-10
1
-9
/
+41
*
RTC: Update the RTC clock only when reading it
Yang Zhang
2012-09-10
1
-135
/
+194
*
RTC: Update interrupt state when interrupts are masked/unmasked
Yang Zhang
2012-09-10
1
-0
/
+9
*
RTC: introduce RTC_CLOCK_RATE
Paolo Bonzini
2012-09-10
1
-4
/
+5
*
RTC: Rename rtc_timer_update
Yang Zhang
2012-09-10
1
-5
/
+5
*
RTC: Remove the logic to update time format when DM bit changed
Yang Zhang
2012-09-10
1
-9
/
+1
*
qapi: Add Visitor interfaces for uint*_t and int*_t
Michael Roth
2012-06-08
1
-7
/
+0
*
rtc: split out macros into a header file and use in test case
Anthony Liguori
2012-03-30
1
-33
/
+0
*
hw/mc146818: Drop unneeded #includes
Andreas Färber
2012-03-14
1
-2
/
+0
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-03-01
1
-1
/
+4
|
\
|
*
target-i386: Add infrastructure for reporting TPR MMIO accesses
Jan Kiszka
2012-02-18
1
-1
/
+4
*
|
suspend: make rtc alarm wakeup the guest.
Gerd Hoffmann
2012-02-24
1
-0
/
+1
*
|
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
2012-02-24
1
-0
/
+12
|
/
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
*
qom: move properties from qdev to object
Anthony Liguori
2012-02-03
1
-4
/
+4
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-13
/
+17
*
mc146818rtc: Use lost_tick_policy property
Jan Kiszka
2012-02-01
1
-7
/
+19
*
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-8
/
+14
*
rtc: clear non-PF bits when reinjecting on ack
Paolo Bonzini
2012-01-13
1
-3
/
+3
*
rtc: raise PF bit when the periodic timer triggers but PIE=0
Paolo Bonzini
2012-01-13
1
-1
/
+2
*
rtc: raise AF bit when the alarm is encountered but AIE=0
Paolo Bonzini
2012-01-13
1
-9
/
+10
*
rtc: fix 12-hour mode
Paolo Bonzini
2012-01-13
1
-4
/
+7
*
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-12-20
1
-2
/
+2
*
rtc: add a dynamic property for retrieving the date
Anthony Liguori
2011-12-15
1
-0
/
+27
*
rtc: Convert to isa_register_ioport
Richard Henderson
2011-10-11
1
-3
/
+12
*
mc146818rtc: Handle host clock resets
Jan Kiszka
2011-07-23
1
-0
/
+20
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-8
/
+8
*
mc146818rtc: update registers after a format change
Aurelien Jarno
2011-01-29
1
-1
/
+9
*
mc146818rtc: constantify
Aurelien Jarno
2011-01-29
1
-2
/
+3
*
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
make rtc alatm work
Gleb Natapov
2010-07-06
1
-4
/
+3
*
hpet/rtc: Rework RTC IRQ replacement by HPET
Jan Kiszka
2010-06-13
1
-34
/
+15
*
mc146818rtc: improve debugging
Blue Swirl
2010-05-30
1
-2
/
+20
*
mc146818rtc: remove #ifdef DEBUG_CMOS.
Isaku Yamahata
2010-05-15
1
-8
/
+10
*
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
2010-05-15
1
-11
/
+15
*
mc146818rtc: Register vmstate via qdev
Jan Kiszka
2010-05-15
1
-1
/
+2
*
Move x86 specific PC declarations to a separate file
Blue Swirl
2010-03-21
1
-0
/
+1
[next]