aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04include/block/blockjob_int.h: split header into I/O and GS APIEmanuele Giuseppe Esposito1-0/+28
2022-03-04block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito2-0/+21
2022-03-04IO_CODE and IO_OR_GS_CODE for block_int I/O APIEmanuele Giuseppe Esposito5-1/+37
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito10-0/+42
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito5-1486/+1679
2022-03-04block.c: assertions to the block layer permissions APIEmanuele Giuseppe Esposito1-0/+12
2022-03-04IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito2-0/+60
2022-03-04block/block-backend.c: assertions for block-backendEmanuele Giuseppe Esposito2-0/+80
2022-03-04include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito5-269/+368
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito1-7/+18
2022-03-04IO_CODE and IO_OR_GS_CODE for block I/O APIEmanuele Giuseppe Esposito4-3/+79
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito4-2/+137
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito6-858/+1069
2022-03-04main loop: macros to mark GS and I/O functionsEmanuele Giuseppe Esposito1-0/+18
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito4-0/+40
2022-03-04iotests/185: Add post-READY quit testsHanna Reitz2-1/+237
2022-03-04qsd: Add --daemonizeHanna Reitz2-0/+22
2022-03-04qsd: Add pre-init argument parsing passHanna Reitz1-5/+38
2022-03-04os-posix: Add os_set_daemonize()Hanna Reitz3-0/+15
2022-03-04cpus: use coroutine TLS macros for iothread_lockedStefan Hajnoczi1-4/+5
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi4-15/+16
2022-03-04util/async: replace __thread with QEMU TLS macrosStefan Hajnoczi1-5/+7
2022-03-04tls: add macros for coroutine-safe TLS variablesStefan Hajnoczi1-0/+165
2022-03-04block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activateEmanuele Giuseppe Esposito1-14/+23
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito11-21/+21
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito6-5/+11
2022-03-04crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito1-20/+15
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito5-14/+83
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell7-173/+754
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2-12/+21
2022-03-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...Peter Maydell10-243/+148
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-03-04softmmu/qdev-monitor: Add virtio-gpu-gl aliasesAkihiko Odaki1-0/+2
2022-03-04ui/cocoa: Add Services menuAkihiko Odaki1-0/+4
2022-03-04ui/clipboard: fix use-after-free regressionMarc-André Lureau1-2/+4
2022-03-04ui: do not create a surface when resizing a GL scanoutMarc-André Lureau1-4/+3
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau1-0/+4
2022-03-04ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau1-7/+15
2022-03-04docs: Add spec of OVMF GUIDed table for SEV guestsDov Murik2-0/+126
2022-03-04hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-04hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-04coreaudio: Notify error in coreaudio_init_outAkihiko Odaki1-0/+2
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2022-03-04sdlaudio: fix samples vs. frames mix-upVolker Rümelin1-5/+2
2022-03-04paaudio: fix samples vs. frames mix-upVolker Rümelin1-10/+4
2022-03-04ossaudio: reduce effective playback buffer sizeVolker Rümelin1-3/+4
2022-03-04dsoundaudio: reduce effective playback buffer sizeVolker Rümelin1-13/+17
2022-03-04paaudio: reduce effective playback buffer sizeVolker Rümelin1-9/+24
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin9-18/+80
2022-03-04Revert "audio: fix wavcapture segfault"Volker Rümelin1-2/+2