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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
iotests/graph-changes-while-io: New test
Hanna Reitz
2022-03-04
2
-0
/
+96
|
*
|
iotests: Allow using QMP with the QSD
Hanna Reitz
2022-03-04
1
-1
/
+31
|
*
|
block: Make bdrv_refresh_limits() non-recursive
Hanna Reitz
2022-03-04
1
-4
/
+0
|
*
|
job.h: assertions in the callers of JobDriver function pointers
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+10
|
*
|
job.h: split function pointers in JobDriver
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+22
|
*
|
block-backend-common.h: split function pointers in BlockDevOps
Emanuele Giuseppe Esposito
2022-03-04
1
-5
/
+23
|
*
|
block_int-common.h: assertions in the callers of BdrvChildClass function poin...
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+9
|
*
|
block_int-common.h: split function pointers in BdrvChildClass
Emanuele Giuseppe Esposito
2022-03-04
1
-34
/
+47
|
*
|
block_int-common.h: assertions in the callers of BlockDriver function pointers
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+19
|
*
|
block_int-common.h: split function pointers in BlockDriver
Emanuele Giuseppe Esposito
2022-03-04
1
-208
/
+237
|
*
|
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
5
-29
/
+64
|
*
|
block/copy-before-write.h: global state API + assertions
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+9
|
*
|
include/block/snapshot: global state API + assertions
Emanuele Giuseppe Esposito
2022-03-04
3
-2
/
+41
|
*
|
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+19
|
*
|
include/sysemu/blockdev.h: global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-3
/
+10
|
*
|
assertions for blockjob.h global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+11
|
*
|
include/block/blockjob.h: global state API
Emanuele Giuseppe Esposito
2022-03-04
1
-7
/
+22
|
*
|
block.c: add assertions to static functions
Emanuele Giuseppe Esposito
2022-03-04
2
-1
/
+48
|
*
|
GS and IO CODE macros for blockjob_int.h
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+5
|
*
|
include/block/blockjob_int.h: split header into I/O and GS API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+28
|
*
|
block: introduce assert_bdrv_graph_writable
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+21
|
*
|
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
5
-1
/
+37
|
*
|
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
10
-0
/
+42
|
*
|
include/block/block_int: split header into I/O and global state API
Emanuele Giuseppe Esposito
2022-03-04
5
-1486
/
+1679
|
*
|
block.c: assertions to the block layer permissions API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+12
|
*
|
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+60
|
*
|
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
2022-03-04
2
-0
/
+80
|
*
|
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
2022-03-04
5
-269
/
+368
|
*
|
block/export/fuse.c: allow writable exports to take RESIZE permission
Emanuele Giuseppe Esposito
2022-03-04
1
-7
/
+18
|
*
|
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
2022-03-04
4
-3
/
+79
|
*
|
assertions for block global state API
Emanuele Giuseppe Esposito
2022-03-04
4
-2
/
+137
|
*
|
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito
2022-03-04
6
-858
/
+1069
|
*
|
main loop: macros to mark GS and I/O functions
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+18
|
*
|
main-loop.h: introduce qemu_in_main_thread()
Emanuele Giuseppe Esposito
2022-03-04
4
-0
/
+40
|
*
|
iotests/185: Add post-READY quit tests
Hanna Reitz
2022-03-04
2
-1
/
+237
|
*
|
qsd: Add --daemonize
Hanna Reitz
2022-03-04
2
-0
/
+22
|
*
|
qsd: Add pre-init argument parsing pass
Hanna Reitz
2022-03-04
1
-5
/
+38
|
*
|
os-posix: Add os_set_daemonize()
Hanna Reitz
2022-03-04
3
-0
/
+15
|
*
|
cpus: use coroutine TLS macros for iothread_locked
Stefan Hajnoczi
2022-03-04
1
-4
/
+5
|
*
|
rcu: use coroutine TLS macros
Stefan Hajnoczi
2022-03-04
4
-15
/
+16
|
*
|
util/async: replace __thread with QEMU TLS macros
Stefan Hajnoczi
2022-03-04
1
-5
/
+7
|
*
|
tls: add macros for coroutine-safe TLS variables
Stefan Hajnoczi
2022-03-04
1
-0
/
+165
|
*
|
block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-14
/
+23
|
*
|
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
11
-21
/
+21
|
*
|
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
6
-5
/
+11
|
*
|
crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...
Emanuele Giuseppe Esposito
2022-03-04
1
-20
/
+15
|
*
|
crypto: perform permission checks under BQL
Emanuele Giuseppe Esposito
2022-03-04
5
-14
/
+83
|
|
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...
Peter Maydell
2022-03-04
27
-364
/
+600
|
\
\
|
|
/
|
/
|
|
*
hw/display/vmware_vga: replace fprintf calls with trace events
Carwyn Ellis
2022-03-04
2
-12
/
+21
|
*
edid: Fix clock of Detailed Timing Descriptor
Akihiko Odaki
2022-03-04
1
-34
/
+32
[prev]
[next]