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
/
timer
Commit message (
Expand
)
Author
Age
Files
Lines
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
3
-9
/
+4
*
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
2014-06-16
1
-2
/
+1
*
timer: xilinx_timer: Convert to realize()
Peter Crosthwaite
2014-06-09
1
-8
/
+12
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-2
/
+22
*
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-15
1
-8
/
+15
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...
Peter Maydell
2014-05-15
3
-8
/
+4
|
\
|
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
3
-8
/
+4
*
|
hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_count
Peter Maydell
2014-05-13
1
-2
/
+2
*
|
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-13
12
-29
/
+6
|
/
*
xilinx_timer: Fix writes into TCSR register
Guenter Roeck
2014-05-13
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
2014-05-07
1
-0
/
+13
|
\
|
*
hpet: fix buffer overrun on invalid state load
Michael S. Tsirkin
2014-05-05
1
-0
/
+13
*
|
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-05
1
-2
/
+2
|
/
*
allwinner-a10-pit: implement prescaler and source selection
Beniamino Galvani
2014-04-17
1
-1
/
+27
*
allwinner-a10-pit: use level triggered interrupts
Beniamino Galvani
2014-04-17
1
-1
/
+14
*
allwinner-a10-pit: avoid generation of spurious interrupts
Beniamino Galvani
2014-04-17
1
-11
/
+14
*
timer: cadence_ttc: Fix match register write logic
Peter Crosthwaite
2014-04-17
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-03-28
1
-1
/
+2
|
\
|
*
Don't enable a HPET timer if HPET is disabled
Matt Lupfer
2014-03-27
1
-1
/
+2
*
|
hw/timer/grlib_gptimer: remove unnecessary assignment
Prasad Joshi
2014-03-27
1
-1
/
+0
|
/
*
hw/timer/grlib_gptimer: Avoid integer overflows
Sebastian Huber
2014-03-15
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
2014-03-04
1
-15
/
+10
|
\
|
*
sun4m: fix slavio timer RUN/STOP bit
Mark Cave-Ayland
2014-02-27
1
-15
/
+10
*
|
hw/timer/arm_timer: Avoid array overrun for bad addresses
Peter Maydell
2014-02-26
1
-0
/
+2
|
/
*
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2014-02-14
1
-7
/
+7
*
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2014-02-14
2
-3
/
+3
*
twl92230: QOM'ify
Andreas Färber
2014-02-14
1
-14
/
+21
*
ds1338: QOM'ify
Andreas Färber
2014-02-14
1
-8
/
+13
*
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+2
*
isa: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
3
-3
/
+10
*
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
3
-3
/
+0
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
6
-6
/
+6
*
hw/timer: add allwinner a10 timer
liguang
2013-12-17
2
-0
/
+256
*
hw/arm/digic: add timer support
Antony Pavlov
2013-12-17
2
-0
/
+164
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-12-13
1
-10
/
+19
|
\
|
*
hpet: fix build with CONFIG_HPET off
Michael S. Tsirkin
2013-12-11
1
-6
/
+0
|
*
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
2013-12-11
1
-2
/
+7
|
*
hpet: inverse polarity when pin above ISA_NUM_IRQS
Liu Ping Fan
2013-12-11
1
-2
/
+12
*
|
hw/timer: Introduce ARM A9 Global Timer.
Peter Crosthwaite
2013-12-10
2
-0
/
+370
|
/
*
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
2013-12-02
1
-2
/
+2
*
rtc: remove dead SQW IRQ code
Jan Kiszka
2013-11-06
1
-8
/
+1
*
a9mpcore: Embed ARMMPTimerState
Andreas Färber
2013-11-05
1
-31
/
+4
*
arm_mptimer: Convert to QOM realize
Andreas Färber
2013-11-05
1
-10
/
+15
*
hpet: add API to find it
Michael S. Tsirkin
2013-10-14
1
-0
/
+5
*
misc: Fix some typos in names and comments
Stefan Weil
2013-09-01
1
-2
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
15
-96
/
+96
*
aio / timers: Convert rtc_clock to be a QEMUClockType
Alex Bligh
2013-08-22
4
-25
/
+28
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
11
-0
/
+12
*
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-08-22
1
-3
/
+3
*
hw/timer/imx_epit: Simplify and fix imx_epit implementation
Peter Chubb
2013-08-20
1
-58
/
+36
[next]