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
/
arm_mptimer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
Peter Maydell
2019-10-22
1
-2
/
+2
*
hw/timer/arm_mptimer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-3
/
+11
*
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-10-15
1
-3
/
+3
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
arm_mptimer: Convert to use ptimer
Dmitry Osipenko
2016-10-24
1
-67
/
+82
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
arm: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
arm_mptimer: Don't use hw_error() in realize() method
Markus Armbruster
2016-01-13
1
-2
/
+3
*
arm_mptimer: Respect IT bit state
Dmitry Osipenko
2015-07-06
1
-1
/
+1
*
arm_mptimer: Fix timer shutdown and mode change
Dmitry Osipenko
2015-07-06
1
-2
/
+9
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+0
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+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
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-6
/
+6
*
timer/arm_mptimer: QOM cast cleanup
Andreas Färber
2013-07-29
1
-5
/
+13
*
timer/arm_mptimer: Build arm_mptimer only once
Andreas Färber
2013-07-09
1
-0
/
+1
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-5
/
+3
*
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
hw: move timer devices to hw/timer/, configure with default-configs/
Paolo Bonzini
2013-04-08
1
-0
/
+309