aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-27meson: fix dependency on qemu-keymapSteve Sistare2-2/+2
2023-02-27qemu-keymap: Silence memory leak warning from Clang's sanitizerThomas Huth1-0/+2
2023-02-27configure: Add 'mkdir build' checkDinah Baum1-2/+6
2023-02-27tests/tcg/s390x: Add sam.SIlya Leoshkevich2-0/+68
2023-02-27tests/tcg/s390x: Add bal.SIlya Leoshkevich2-0/+25
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson1-25/+1
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson1-22/+22
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson1-263/+147
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda3-1/+34
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson1-52/+22
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson1-17/+13
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson1-5/+6
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson1-50/+50
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson1-13/+18
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth1-13/+7
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth1-1/+1
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé1-12/+7
2023-02-27hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé1-2/+1
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé1-6/+3
2023-02-27hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé1-4/+5
2023-02-27hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé1-1/+1
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth5-5/+0
2023-02-27tests/qtest/rtl8139-test: Make the test less verbose by defaultThomas Huth1-2/+13
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell59-907/+1355
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell38-100/+44
2023-02-24Merge tag 'pull-qapi-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell6-122/+111
2023-02-24Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell14-396/+94
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell7-2/+129
2023-02-24Merge tag 'pull-tcg-20230221' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell19-31/+226
2023-02-23block/rbd: Add support for layered encryptionOr Ozeri2-2/+162
2023-02-23block/rbd: Add luks-any encryption opening optionOr Ozeri2-2/+33
2023-02-23block/rbd: Remove redundant stack variable passphrase_lenOr Ozeri1-10/+6
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi2-37/+143
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi2-8/+8
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi2-12/+22
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf18-23/+45
2023-02-23block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCKKevin Wolf4-16/+18
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf3-4/+9
2023-02-23block: Mark bdrv_(un)register_buf() GRAPH_RDLOCKKevin Wolf2-7/+14
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf7-10/+23
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito5-17/+23
2023-02-23block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCKKevin Wolf4-4/+9
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf16-90/+84
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf5-15/+17
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito10-77/+66
2023-02-23block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCKKevin Wolf3-6/+6