summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi-disk: add new quirks bitmap to SCSIDiskStateMark Cave-Ayland2022-07-131-0/+1
| * | meson: Prefix each element of firmware pathAkihiko Odaki2022-07-136-10/+37
| * | module: Use bundle mechanismAkihiko Odaki2022-07-131-1/+0Star
| * | datadir: Use bundle mechanismAkihiko Odaki2022-07-136-69/+15Star
| * | cutils: Introduce bundle mechanismAkihiko Odaki2022-07-137-26/+102
| * | scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella2022-07-132-1/+78
* | | Merge tag 'qga-win32-pull-2022-07-13' of github.com:kostyanf14/qemu into stagingPeter Maydell2022-07-145-1/+178
|\ \ \ | |_|/ |/| |
| * | qga: add command 'guest-get-cpustats'zhenwei pi2022-07-133-0/+176
| * | qapi: Avoid generating C identifier 'linux'zhenwei pi2022-07-131-1/+1
| * | MAINTAINERS: Add myself as Guest Agent reviewerKonstantin Kostiuk2022-07-131-0/+1
* | | Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-148-37/+61
|\ \ \
| * | | avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas2022-07-131-8/+9
| * | | ui/cocoa: Take refresh rate into accountAkihiko Odaki2022-07-132-1/+14
| * | | ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas2022-07-131-8/+0Star
| * | | configure: Restrict TCG to emulationPhilippe Mathieu-Daudé2022-07-132-7/+15
| * | | hvf: Enable RDTSCP supportCameron Esfahani2022-07-133-13/+23
| | |/ | |/|
* | | Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-1310-226/+458
|\ \ \
| * | | target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson2022-07-121-18/+9Star
| * | | target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson2022-07-121-23/+21Star
| * | | semihosting: Remove qemu_semihosting_log_outRichard Henderson2022-07-122-22/+0Star
| * | | target/mips: Use error_report for UHI_assertRichard Henderson2022-07-121-21/+18Star
| * | | target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson2022-07-121-11/+41
| * | | target/mips: Use semihosting/syscalls.hRichard Henderson2022-07-121-120/+91Star
| * | | target/mips: Drop link syscall from semihostingRichard Henderson2022-07-121-9/+0Star
| * | | target/mips: Create report_fault for semihostingRichard Henderson2022-07-121-18/+15Star
| * | | target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk2022-07-121-0/+28
| * | | target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2022-07-122-0/+181
| * | | target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2022-07-122-0/+39
| * | | target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk2022-07-126-0/+31
| |/ /
* | | Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell2022-07-1265-786/+856
|\ \ \ | |/ / |/| |
| * | vl: Unlink absolute PID file pathHanna Reitz2022-07-121-4/+26
| * | vl: Conditionally register PID file unlink notifierHanna Reitz2022-07-121-9/+9
| * | qsd: Unlink absolute PID file pathHanna Reitz2022-07-121-1/+10
| * | iotests/297: Have mypy ignore unused ignoresHanna Reitz2022-07-121-1/+1
| * | qsd: Do not use error_report() before monitor_initHanna Reitz2022-07-121-1/+5
| * | block: Remove remaining unused symbols in coroutines.hAlberto Faria2022-07-122-22/+3Star
| * | block: Reorganize some declarations in block-backend-io.hAlberto Faria2022-07-122-45/+54
| * | block: Add blk_co_truncate()Alberto Faria2022-07-123-5/+24
| * | block: Add blk_co_ioctl()Alberto Faria2022-07-123-10/+8Star
| * | block: Implement blk_flush() using generated_co_wrapperAlberto Faria2022-07-123-14/+1Star
| * | block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria2022-07-123-16/+2Star
| * | block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria2022-07-123-10/+20
| * | block: Add blk_co_pwrite_compressed()Alberto Faria2022-07-123-6/+27
| * | block: Change blk_pwrite_compressed() param orderAlberto Faria2022-07-124-6/+6
| * | block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria2022-07-124-19/+23
| * | block: Add blk_[co_]preadv_part()Alberto Faria2022-07-124-12/+49
| * | block: Add blk_{preadv,pwritev}()Alberto Faria2022-07-122-1/+47
| * | block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria2022-07-124-31/+7Star
| * | block: Make blk_co_pwrite() take a const bufferAlberto Faria2022-07-121-1/+1
| * | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria2022-07-122-6/+6