index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-16
hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase reset
Peter Maydell
1
-3
/
+11
2022-12-16
hw: Remove device_legacy_reset()
Peter Maydell
3
-20
/
+0
2022-12-16
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell
3
-85
/
+0
2022-12-16
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
5
-5
/
+5
2022-12-16
hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
1
-2
/
+2
2022-12-16
pci: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2
-4
/
+4
2022-12-16
hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices
Peter Maydell
1
-1
/
+1
2022-12-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
45
-1127
/
+1574
2022-12-15
Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
25
-158
/
+287
2022-12-15
Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...
Peter Maydell
26
-141
/
+459
2022-12-15
target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
Philippe Mathieu-Daudé
1
-2
/
+3
2022-12-15
hw/misc: Move some arm-related files from specific_ss into softmmu_ss
Thomas Huth
5
-13
/
+11
2022-12-15
block: GRAPH_RDLOCK for functions only called by co_wrappers
Kevin Wolf
4
-18
/
+23
2022-12-15
block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
Emanuele Giuseppe Esposito
2
-23
/
+32
2022-12-15
block-coroutine-wrapper.py: introduce annotations that take the graph rdlock
Emanuele Giuseppe Esposito
2
-1
/
+20
2022-12-15
Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCK
Kevin Wolf
3
-6
/
+6
2022-12-15
graph-lock: TSA annotations for lock/unlock functions
Kevin Wolf
2
-10
/
+73
2022-12-15
block: assert that graph read and writes are performed correctly
Emanuele Giuseppe Esposito
4
-19
/
+28
2022-12-15
block: remove unnecessary assert_bdrv_graph_writable()
Emanuele Giuseppe Esposito
1
-3
/
+0
2022-12-15
block: wrlock in bdrv_replace_child_noperm
Emanuele Giuseppe Esposito
1
-4
/
+3
2022-12-15
block: Fix locking in external_snapshot_prepare()
Kevin Wolf
2
-0
/
+8
2022-12-15
test-bdrv-drain: Fix incorrrect drain assumptions
Kevin Wolf
1
-0
/
+18
2022-12-15
clang-tsa: Add macros for shared locks
Kevin Wolf
1
-0
/
+4
2022-12-15
clang-tsa: Add TSA_ASSERT() macro
Kevin Wolf
1
-0
/
+9
2022-12-15
Import clang-tsa.h
Kevin Wolf
1
-0
/
+101
2022-12-15
async: Register/unregister aiocontext in graph lock list
Emanuele Giuseppe Esposito
3
-0
/
+15
2022-12-15
graph-lock: Implement guard macros
Emanuele Giuseppe Esposito
1
-0
/
+66
2022-12-15
graph-lock: Introduce a lock to protect block graph operations
Paolo Bonzini
5
-0
/
+411
2022-12-15
block: Factor out bdrv_drain_all_begin_nopoll()
Kevin Wolf
2
-6
/
+14
2022-12-15
block/dirty-bitmap: convert coroutine-only functions to co_wrapper
Emanuele Giuseppe Esposito
5
-92
/
+22
2022-12-15
block: convert bdrv_create to co_wrapper
Emanuele Giuseppe Esposito
2
-41
/
+8
2022-12-15
block-coroutine-wrapper.py: support also basic return types
Emanuele Giuseppe Esposito
2
-12
/
+12
2022-12-15
block-coroutine-wrapper.py: support functions without bs arg
Emanuele Giuseppe Esposito
2
-11
/
+11
2022-12-15
block-coroutine-wrapper.py: introduce co_wrapper
Emanuele Giuseppe Esposito
3
-38
/
+86
2022-12-15
block: rename generated_co_wrapper in co_wrapper_mixed
Emanuele Giuseppe Esposito
6
-68
/
+71
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
12
-14
/
+16
2022-12-15
block: distinguish between bdrv_create running in coroutine and not
Emanuele Giuseppe Esposito
1
-35
/
+34
2022-12-15
block: avoid duplicating filename string in bdrv_create
Emanuele Giuseppe Esposito
1
-5
/
+2
2022-12-15
block/vmdk: add coroutine_fn annotations
Emanuele Giuseppe Esposito
1
-17
/
+19
2022-12-15
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
4
-18
/
+48
2022-12-15
nbd/server.c: add coroutine_fn annotations
Emanuele Giuseppe Esposito
1
-13
/
+16
2022-12-15
block-copy: add coroutine_fn annotations
Emanuele Giuseppe Esposito
2
-11
/
+15
2022-12-15
block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...
Emanuele Giuseppe Esposito
2
-3
/
+70
2022-12-15
block: Remove poll parameter from bdrv_parent_drained_begin_single()
Kevin Wolf
3
-11
/
+6
2022-12-15
block: Don't poll in bdrv_replace_child_noperm()
Kevin Wolf
4
-15
/
+108
2022-12-15
block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()
Kevin Wolf
1
-13
/
+12
2022-12-15
block: Remove ignore_bds_parents parameter from drain_begin/end.
Kevin Wolf
3
-39
/
+24
2022-12-15
block: Call drain callbacks only once
Kevin Wolf
4
-40
/
+39
2022-12-15
block: Remove subtree drains
Kevin Wolf
6
-389
/
+44
2022-12-15
stream: Replace subtree drain with a single node drain
Kevin Wolf
3
-13
/
+33
[prev]
[next]