Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | tests/unit: Replace g_memdup() by g_memdup2() | Philippe Mathieu-Daudé | 2 | -24/+24 |
2022-07-18 | qtest/machine-none: Add LoongArch support | Song Gao | 1 | -0/+1 |
2022-07-18 | tests/vm: Remove docker cross-compile test from CentOS VM | John Snow | 1 | -1/+0 |
2022-07-18 | tests/vm: add 1GB extra memory per core | John Snow | 1 | -0/+5 |
2022-07-18 | tests/vm: remove duplicate 'centos' VM test | John Snow | 1 | -1/+1 |
2022-07-18 | tests/vm: remove ubuntu.i386 VM test | John Snow | 2 | -42/+1 |
2022-07-18 | tests/vm: upgrade Ubuntu 18.04 VM to 20.04 | John Snow | 1 | -3/+7 |
2022-07-18 | tests/vm: switch centos.aarch64 to CentOS 8 Stream | John Snow | 1 | -150/+24 |
2022-07-18 | tests/vm: switch CentOS 8 to CentOS 8 Stream | John Snow | 1 | -3/+3 |
2022-07-18 | tests/vm: use 'cp' instead of 'ln' for temporary vm images | John Snow | 1 | -1/+1 |
2022-07-18 | Align Raspberry Pi DMA interrupts with Linux DTS | Andrey Makarov | 2 | -1/+120 |
2022-07-18 | hw/adc: Fix CONV bit in NPCM7XX ADC CON register | Hao Wu | 1 | -1/+1 |
2022-07-15 | Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta... | Peter Maydell | 3 | -0/+206 |
2022-07-14 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 2 | -18/+76 |
2022-07-14 | hw/gpio/aspeed: Don't let guests modify input pins | Peter Delevoryas | 1 | -1/+1 |
2022-07-14 | qtest/aspeed_gpio: Add input pin modification test | Peter Delevoryas | 1 | -0/+27 |
2022-07-14 | hw: m25p80: add tests for BP and TB bit write protect | Iris Chen | 1 | -0/+111 |
2022-07-14 | test/avocado/machine_aspeed.py: Add SDK tests | Cédric Le Goater | 1 | -0/+68 |
2022-07-14 | Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -8/+9 |
2022-07-13 | datadir: Use bundle mechanism | Akihiko Odaki | 1 | -18/+0 |
2022-07-13 | scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216) | Mauro Matteo Cascella | 1 | -0/+76 |
2022-07-13 | avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR | Peter Delevoryas | 1 | -8/+9 |
2022-07-12 | Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into staging | Peter Maydell | 6 | -37/+169 |
2022-07-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 9 | -8/+5 |
2022-07-12 | iotests/297: Have mypy ignore unused ignores | Hanna Reitz | 1 | -1/+1 |
2022-07-12 | block: Add blk_co_truncate() | Alberto Faria | 1 | -0/+14 |
2022-07-12 | block: Implement blk_pwrite_zeroes() using generated_co_wrapper | Alberto Faria | 1 | -0/+17 |
2022-07-12 | block: Add blk_co_pwrite_compressed() | Alberto Faria | 1 | -0/+18 |
2022-07-12 | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria | 1 | -0/+19 |
2022-07-12 | block: Add blk_[co_]preadv_part() | Alberto Faria | 1 | -0/+19 |
2022-07-12 | block: Add blk_{preadv,pwritev}() | Alberto Faria | 1 | -1/+41 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 1 | -4/+4 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 1 | -2/+2 |
2022-07-12 | tests/qemu-iotests: skip 108 when FUSE is not loaded | John Snow | 1 | -0/+5 |
2022-07-12 | tests/qemu-iotests: hotfix for 307, 223 output | John Snow | 2 | -4/+4 |
2022-07-12 | crypto: Make block callbacks return 0 on success | Alberto Faria | 1 | -19/+19 |
2022-07-12 | block: Make bdrv_{pread,pwrite}() return 0 on success | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 1 | -4/+4 |
2022-07-12 | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 1 | -4/+4 |
2022-07-12 | iotests/copy-before-write: specify required_fmts | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2022-07-12 | iotests: fix copy-before-write for macOS and FreeBSD | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2022-07-06 | tests/tcg/ppc64: Add mffsce test | Víctor Colombo | 3 | -0/+39 |
2022-07-06 | tests/tcg: compile system emulation tests as freestanding | Paolo Bonzini | 5 | -4/+5 |
2022-07-06 | tests/vm: do not specify -bios option | Paolo Bonzini | 4 | -4/+0 |
2022-07-05 | tests: use consistent bandwidth/downtime limits in migration tests | Daniel P. Berrangé | 1 | -34/+20 |
2022-07-05 | tests: increase migration test converge downtime to 30 seconds | Daniel P. Berrangé | 1 | -1/+1 |
2022-07-05 | tests: wait for migration completion before looking for STOP event | Daniel P. Berrangé | 1 | -1/+4 |
2022-07-05 | tests: wait max 120 seconds for migration test status changes | Daniel P. Berrangé | 1 | -0/+14 |
2022-07-05 | tests/fp: Do not build softfloat3 tests if TCG is disabled | Philippe Mathieu-Daudé | 1 | -0/+3 |