aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell8-37/+61
2022-07-13Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell10-226/+458
2022-07-13avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas1-8/+9
2022-07-13ui/cocoa: Take refresh rate into accountAkihiko Odaki2-1/+14
2022-07-13ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas1-8/+0
2022-07-13configure: Restrict TCG to emulationPhilippe Mathieu-Daudé2-7/+15
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani3-13/+23
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson1-18/+9
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson1-23/+21
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson2-22/+0
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson1-21/+18
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson1-11/+41
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson1-120/+91
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson1-9/+0
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson1-18/+15
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk1-0/+28
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2-0/+181
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2-0/+39
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk6-0/+31
2022-07-12Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell65-786/+856
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell24-131/+164
2022-07-12meson: place default firmware path under .../sharePaolo Bonzini2-2/+2
2022-07-12vl: Unlink absolute PID file pathHanna Reitz1-4/+26
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz1-9/+9
2022-07-12qsd: Unlink absolute PID file pathHanna Reitz1-1/+10
2022-07-12iotests/297: Have mypy ignore unused ignoresHanna Reitz1-1/+1
2022-07-12qsd: Do not use error_report() before monitor_initHanna Reitz1-1/+5
2022-07-12block: Remove remaining unused symbols in coroutines.hAlberto Faria2-22/+3
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria2-45/+54
2022-07-12block: Add blk_co_truncate()Alberto Faria3-5/+24
2022-07-12block: Add blk_co_ioctl()Alberto Faria3-10/+8
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria3-14/+1
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria3-16/+2
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria3-10/+20
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria3-6/+27
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria4-6/+6
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria4-19/+23
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria4-12/+49
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria2-1/+47
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria4-31/+7
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria2-6/+6
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria38-149/+150
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria27-50/+52
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria12-51/+49
2022-07-12tests/qemu-iotests: skip 108 when FUSE is not loadedJohn Snow1-0/+5
2022-07-12tests/qemu-iotests: hotfix for 307, 223 outputJohn Snow2-4/+4
2022-07-12block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria1-6/+3
2022-07-12block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria3-6/+6
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria2-6/+11