aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15hw/nvme: Implement shadow doorbell buffer supportJinhao Fan
2022-07-14Merge tag 'qga-win32-pull-2022-07-13' of github.com:kostyanf14/qemu into stagingPeter Maydell
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13qga: add command 'guest-get-cpustats'zhenwei pi
2022-07-13qapi: Avoid generating C identifier 'linux'zhenwei pi
2022-07-13MAINTAINERS: Add myself as Guest Agent reviewerKonstantin Kostiuk
2022-07-13avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas
2022-07-13ui/cocoa: Take refresh rate into accountAkihiko Odaki
2022-07-13ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas
2022-07-13configure: Restrict TCG to emulationPhilippe Mathieu-Daudé
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani
2022-07-12target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson
2022-07-12target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson
2022-07-12target/mips: Use error_report for UHI_assertRichard Henderson
2022-07-12target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson
2022-07-12target/mips: Use semihosting/syscalls.hRichard Henderson
2022-07-12target/mips: Drop link syscall from semihostingRichard Henderson
2022-07-12target/mips: Create report_fault for semihostingRichard Henderson
2022-07-12target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk
2022-07-12target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk
2022-07-12target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk
2022-07-12Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-12meson: place default firmware path under .../sharePaolo Bonzini
2022-07-12vl: Unlink absolute PID file pathHanna Reitz
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz
2022-07-12qsd: Unlink absolute PID file pathHanna Reitz
2022-07-12iotests/297: Have mypy ignore unused ignoresHanna Reitz
2022-07-12qsd: Do not use error_report() before monitor_initHanna Reitz
2022-07-12block: Remove remaining unused symbols in coroutines.hAlberto Faria
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_co_truncate()Alberto Faria
2022-07-12block: Add blk_co_ioctl()Alberto Faria
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria