Philippe Mathieu-Daudé
|
32cad1ffb8
include: Rename sysemu/ -> system/
|
8 mēneši atpakaļ |
Jianzhou Yue
|
446e5e8b45
hw/core/ptimer: fix timer zero period condition for freq > 1GHz
|
1 gadu atpakaļ |
Richard Henderson
|
f55f1a4928
hw/core: Constify VMState
|
1 gadu atpakaļ |
Philippe Mathieu-Daudé
|
5b5968c477
replay: Extract core API to 'exec/replay-core.h'
|
2 gadi atpakaļ |
Philippe Mathieu-Daudé
|
1e84f14d6f
core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
|
3 gadi atpakaļ |
Peter Maydell
|
ad140dadd5
ptimer: Add new ptimer_set_period_from_clock() function
|
4 gadi atpakaļ |
Peter Maydell
|
68d59c6d8d
hw/core/ptimer: Support ptimer being disabled by timer callback
|
4 gadi atpakaļ |
Claudio Fontana
|
740b175973
cpu-timers, icount: new modules
|
5 gadi atpakaļ |
Peter Maydell
|
af2a580f7e
ptimer: Remove old ptimer_init_with_bh() API
|
5 gadi atpakaļ |
Peter Maydell
|
78b6eaa6f3
ptimer: Provide new transaction-based API
|
5 gadi atpakaļ |
Peter Maydell
|
b01422622b
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
|
5 gadi atpakaļ |
Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 gadi atpakaļ |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 gadi atpakaļ |
Peter Maydell
|
086ede32af
ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option
|
7 gadi atpakaļ |
Paolo Bonzini
|
d2528bdc19
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
|
8 gadi atpakaļ |
Marc-André Lureau
|
072bdb07c5
tests: fix ptimer leaks
|
8 gadi atpakaļ |
Dmitry Osipenko
|
5580ea4576
hw/ptimer: Add "no counter round down" policy
|
8 gadi atpakaļ |
Dmitry Osipenko
|
3f6e6a13c1
hw/ptimer: Add "no immediate reload" policy
|
8 gadi atpakaļ |
Dmitry Osipenko
|
22471b8a0f
hw/ptimer: Add "no immediate trigger" policy
|
8 gadi atpakaļ |
Dmitry Osipenko
|
ef0a9984aa
hw/ptimer: Add "continuous trigger" policy
|
8 gadi atpakaļ |
Dmitry Osipenko
|
2b5c0322b7
hw/ptimer: Add "wraparound after one period" policy
|
8 gadi atpakaļ |
Dmitry Osipenko
|
2a8b58703e
hw/ptimer: Suppress error messages under qtest
|
9 gadi atpakaļ |
Dmitry Osipenko
|
e7ea81c37d
hw/ptimer: Introduce timer policy feature
|
9 gadi atpakaļ |
Dmitry Osipenko
|
780d23e54e
hw/ptimer: Actually stop the timer in case of error
|
9 gadi atpakaļ |
Dmitry Osipenko
|
56215da394
Revert "hw/ptimer: Perform counter wrap around if timer already expired"
|
9 gadi atpakaļ |
Dmitry Osipenko
|
578c4b2f23
hw/ptimer: Introduce ptimer_get_limit
|
9 gadi atpakaļ |
Dmitry Osipenko
|
869e92b5c3
hw/ptimer: Support "on the fly" timer mode switch
|
9 gadi atpakaļ |
Dmitry Osipenko
|
7ef6e3cf8d
hw/ptimer: Update .delta on period/freq change
|
9 gadi atpakaļ |
Dmitry Osipenko
|
5a50307b48
hw/ptimer: Perform counter wrap around if timer already expired
|
9 gadi atpakaļ |
Dmitry Osipenko
|
e91171e302
hw/ptimer: Fix issues caused by the adjusted timer limit value
|
9 gadi atpakaļ |