summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.Pavel Pisa2022-04-051-3/+3
| * xlnx-bbram: hw/nvram: Fix uninitialized Error *Tong Ho2022-04-051-1/+1
|/
* Merge tag 'pull-ppc-20220404' of https://github.com/legoater/qemu into stagingPeter Maydell2022-04-045-2/+13
|\
| * linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson2022-04-041-1/+1
| * ppc/pnv: Fix number of registers in the PCIe controller on POWER9Frederic Barrat2022-04-041-1/+1
| * hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza2022-04-043-0/+11
|/
* Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-04-026-33/+33
|\
| * trace: fix compilation with lttng-ust >= 2.13Marc-André Lureau2022-04-012-4/+4
| * 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.cWill Cohen2022-04-012-23/+23
| * meson.build: Fix dependency of page-vary-common.c to config-poison.hThomas Huth2022-04-011-1/+1
| * target/s390x: Fix determination of overflow condition code after subtractionBruno Haible2022-04-011-2/+2
| * target/s390x: Fix determination of overflow condition code after additionBruno Haible2022-04-011-2/+2
| * misc: Fixes MAINTAINERS's path .github/workflows/lockdown.ymlYonggang Luo2022-04-011-1/+1
* | Merge tag 'pull-target-arm-20220401' of https://git.linaro.org/people/pmaydel...Peter Maydell2022-04-015-7/+25
|\ \
| * | target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegenPeter Maydell2022-04-011-1/+6
| * | MAINTAINERS: change Fred Konrad's email addressFrederic Konrad2022-04-012-2/+3
| * | target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz2022-04-011-3/+5
| * | target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz2022-04-011-0/+10
| * | target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz2022-04-011-1/+1
| * | target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz2022-04-012-2/+2
| |/
* | Merge tag 'pull-riscv-to-apply-20220401' of github.com:alistair23/qemu into s...Peter Maydell2022-04-012-6/+13
|\ \ | |/ |/|
| * target/riscv: rvv: Add missing early exit condition for whole register load/s...Yueh-Ting (eop) Chen2022-04-011-0/+5
| * target/riscv: Avoid leaking "no translation" TLB entriesPalmer Dabbelt2022-04-011-6/+8
* | Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Peter Maydell2022-04-015-154/+4Star
|\ \ | |/ |/|
| * tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreterThomas Huth2022-03-312-2/+2
| * vhost-vdpa: fix typo in a commentStefano Garzarella2022-03-311-1/+1
| * target/sh4: Remove old README.sh4 fileThomas Huth2022-03-311-150/+0Star
| * linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth2022-03-311-1/+1
* | Merge tag 'pull-tcg-20220331' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2022-03-311-2/+2
|\ \ | |/ |/|
| * tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson2022-03-311-2/+2
|/
* Merge tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-03-3110-33/+49
|\
| * qapi: fix example of dump-guest-memoryVictor Toso2022-03-311-1/+1
| * qapi: fix example of ACPI_DEVICE_OST eventVictor Toso2022-03-311-2/+3
| * qapi: ui examples: add missing @websocket memberVictor Toso2022-03-311-6/+6
| * qapi: fix example of MEMORY_FAILUREVictor Toso2022-03-311-1/+3
| * qapi: run-state examples: add missing @timestampVictor Toso2022-03-311-2/+4
| * qapi: fix examples: SHUTDOWN and RESET eventsVictor Toso2022-03-311-2/+4
| * qapi: fix example of FAILOVER_NEGOTIATED eventVictor Toso2022-03-311-2/+4
| * qapi: fix example of UNPLUG_PRIMARY eventVictor Toso2022-03-311-1/+3
| * qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE eventVictor Toso2022-03-311-1/+2
| * qapi: fix example of DUMP_COMPLETED eventVictor Toso2022-03-311-3/+4
| * qapi: fix example of BLOCK_JOB_PENDING eventVictor Toso2022-03-311-2/+2
| * qapi: fix example of BLOCK_IO_ERROR eventVictor Toso2022-03-311-1/+2
| * qapi: fix example of BLOCK_IMAGE_CORRUPTED eventVictor Toso2022-03-311-4/+3Star
| * qapi: BlockExportRemoveMode: move comments to TODOVictor Toso2022-03-311-5/+5
| * schemas: add missing vim modelineVictor Toso2022-03-311-0/+3
|/
* Update version for v7.0.0-rc2 releasePeter Maydell2022-03-301-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-292-3/+5
|\
| * tests/tcg: really fix path to target configurationPaolo Bonzini2022-03-291-1/+3
| * virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini2022-03-291-2/+2