index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mc146818rtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
QMP: Introduce RTC_CHANGE event
Luiz Capitulino
2010-03-08
1
-0
/
+2
*
reduce number of reinjects on ACK
Gleb Natapov
2010-01-20
1
-1
/
+1
*
fix rtc-td-hack on host without high-res timers
Gleb Natapov
2009-12-12
1
-0
/
+17
*
BCD cleanup
Paul Brook
2009-11-22
1
-18
/
+18
*
mc146818rtc: remove rtc_mm_init()
Juan Quintela
2009-10-27
1
-105
/
+0
*
mc146818rtc: fix indentation
Juan Quintela
2009-10-27
1
-1
/
+2
*
mc146818rtc: port rtc to vmstate
Juan Quintela
2009-10-27
1
-53
/
+32
*
mc145818rtc: fix saving of rtc-td hack properly upgrading the version number
Juan Quintela
2009-10-27
1
-34
/
+13
*
TARGET_I386 is always defined if TARGET_X86_64 is defined
Juan Quintela
2009-10-12
1
-2
/
+2
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-1
/
+1
*
Enable host-clock-based RTC
Jan Kiszka
2009-10-05
1
-20
/
+18
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-7
/
+7
*
Get rid of _t suffix
malc
2009-10-01
1
-7
/
+7
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-8
/
+8
*
qdev/isa: convert real time clock
Gerd Hoffmann
2009-09-10
1
-11
/
+32
*
RTC polling mode broken
Bernhard Kauer
2009-09-10
1
-2
/
+3
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-2
/
+2
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Incorporate changes from v2 of Gleb's RTC reset patch
Anthony Liguori
2009-06-15
1
-4
/
+8
*
Add rtc reset function.
Gleb Natapov
2009-06-15
1
-0
/
+19
*
Change RTC time drift IRQ re-injection (Gleb Natapov)
aliguori
2009-04-22
1
-15
/
+47
*
Fix RTC breakage from r7031.
pbrook
2009-04-10
1
-1
/
+1
*
mc146818: add square wave output support
aurel32
2009-04-08
1
-10
/
+29
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-4
/
+0
*
Support epoch of 1980 in RTC emulation for MIPS Magnum
aurel32
2009-01-24
1
-4
/
+12
[next]