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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-03-04
include/block/blockjob_int.h: split header into I/O and GS API
Emanuele Giuseppe Esposito
1
-0
/
+28
2022-03-04
block: introduce assert_bdrv_graph_writable
Emanuele Giuseppe Esposito
2
-0
/
+21
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
5
-1
/
+37
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
10
-0
/
+42
2022-03-04
include/block/block_int: split header into I/O and global state API
Emanuele Giuseppe Esposito
5
-1486
/
+1679
2022-03-04
block.c: assertions to the block layer permissions API
Emanuele Giuseppe Esposito
1
-0
/
+12
2022-03-04
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
2
-0
/
+60
2022-03-04
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
2
-0
/
+80
2022-03-04
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
5
-269
/
+368
2022-03-04
block/export/fuse.c: allow writable exports to take RESIZE permission
Emanuele Giuseppe Esposito
1
-7
/
+18
2022-03-04
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
4
-3
/
+79
2022-03-04
assertions for block global state API
Emanuele Giuseppe Esposito
4
-2
/
+137
2022-03-04
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito
6
-858
/
+1069
2022-03-04
main loop: macros to mark GS and I/O functions
Emanuele Giuseppe Esposito
1
-0
/
+18
2022-03-04
main-loop.h: introduce qemu_in_main_thread()
Emanuele Giuseppe Esposito
4
-0
/
+40
2022-03-04
iotests/185: Add post-READY quit tests
Hanna Reitz
2
-1
/
+237
2022-03-04
qsd: Add --daemonize
Hanna Reitz
2
-0
/
+22
2022-03-04
qsd: Add pre-init argument parsing pass
Hanna Reitz
1
-5
/
+38
2022-03-04
os-posix: Add os_set_daemonize()
Hanna Reitz
3
-0
/
+15
2022-03-04
cpus: use coroutine TLS macros for iothread_locked
Stefan Hajnoczi
1
-4
/
+5
2022-03-04
rcu: use coroutine TLS macros
Stefan Hajnoczi
4
-15
/
+16
2022-03-04
util/async: replace __thread with QEMU TLS macros
Stefan Hajnoczi
1
-5
/
+7
2022-03-04
tls: add macros for coroutine-safe TLS variables
Stefan Hajnoczi
1
-0
/
+165
2022-03-04
block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
Emanuele Giuseppe Esposito
1
-14
/
+23
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
11
-21
/
+21
2022-03-04
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
6
-5
/
+11
2022-03-04
crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...
Emanuele Giuseppe Esposito
1
-20
/
+15
2022-03-04
crypto: perform permission checks under BQL
Emanuele Giuseppe Esposito
5
-14
/
+83
2022-03-04
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
7
-173
/
+754
2022-03-04
hw/display/vmware_vga: replace fprintf calls with trace events
Carwyn Ellis
2
-12
/
+21
2022-03-04
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...
Peter Maydell
10
-243
/
+148
2022-03-04
edid: Fix clock of Detailed Timing Descriptor
Akihiko Odaki
1
-34
/
+32
2022-03-04
softmmu/qdev-monitor: Add virtio-gpu-gl aliases
Akihiko Odaki
1
-0
/
+2
2022-03-04
ui/cocoa: Add Services menu
Akihiko Odaki
1
-0
/
+4
2022-03-04
ui/clipboard: fix use-after-free regression
Marc-André Lureau
1
-2
/
+4
2022-03-04
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
1
-4
/
+3
2022-03-04
ui/console: fix texture leak when calling surface_gl_create_texture()
Marc-André Lureau
1
-0
/
+4
2022-03-04
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
1
-7
/
+15
2022-03-04
docs: Add spec of OVMF GUIDed table for SEV guests
Dov Murik
2
-0
/
+126
2022-03-04
hw/i386: Replace magic number with field length calculation
Dov Murik
1
-3
/
+6
2022-03-04
hw/i386: Improve bounds checking in OVMF table parsing
Dov Murik
1
-1
/
+8
2022-03-04
coreaudio: Notify error in coreaudio_init_out
Akihiko Odaki
1
-0
/
+2
2022-03-04
hw/usb/redirect.c: Stop using qemu_oom_check()
Peter Maydell
1
-3
/
+14
2022-03-04
sdlaudio: fix samples vs. frames mix-up
Volker Rümelin
1
-5
/
+2
2022-03-04
paaudio: fix samples vs. frames mix-up
Volker Rümelin
1
-10
/
+4
2022-03-04
ossaudio: reduce effective playback buffer size
Volker Rümelin
1
-3
/
+4
2022-03-04
dsoundaudio: reduce effective playback buffer size
Volker Rümelin
1
-13
/
+17
2022-03-04
paaudio: reduce effective playback buffer size
Volker Rümelin
1
-9
/
+24
2022-03-04
audio: restore mixing-engine playback buffer size
Volker Rümelin
9
-18
/
+80
2022-03-04
Revert "audio: fix wavcapture segfault"
Volker Rümelin
1
-2
/
+2
[prev]
[next]