aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-07docs: fix multi-process QEMU documentationJagannathan Raman
2023-06-07vfio-user: update commentsJagannathan Raman
2023-06-07xen-block: fix segv on unrealizeAnthony PERARD
2023-06-07hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow
2023-06-07hw/isa/piix3: Resolve redundant k->config_write assignmentsBernhard Beschow
2023-06-07hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow
2023-06-07hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow
2023-06-07hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()Bernhard Beschow
2023-06-07hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()Bernhard Beschow
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse
2023-06-07tests: fp: remove unused submodulesPaolo Bonzini
2023-06-07configure: check for $download value properlyMichal Privoznik
2023-06-07meson: fix "static build" entry in summaryPaolo Bonzini
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-06-06accel/tcg: Fix undefined shift in store_whole_le16Richard Henderson
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-06configure: remove --with-git-submodules=Paolo Bonzini
2023-06-06build: remove git submodule handling from main makefilePaolo Bonzini
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini
2023-06-06pc-bios/s390-ccw: always build network bootloaderPaolo Bonzini
2023-06-06configure: move SLOF submodule handling to pc-bios/s390-ccwPaolo Bonzini
2023-06-06meson: subprojects: replace submodules with wrap filesPaolo Bonzini
2023-06-06build: log submodule update from git-submodule.shPaolo Bonzini
2023-06-06git-submodule: allow partial update of .git-submodule-statusPaolo Bonzini
2023-06-06configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini
2023-06-06configure: remove --with-git= optionPaolo Bonzini
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini
2023-06-06tests: Use separate virtual environment for avocadoPaolo Bonzini
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen
2023-06-06tests/tcg/aarch64: add DC CVA[D]P testsZhuojia Shen
2023-06-06target/arm: allow DC CVA[D]P in user mode emulationZhuojia Shen
2023-06-06target/arm: Enable FEAT_LSE2 for -cpu maxRichard Henderson
2023-06-06tests/tcg/multiarch: Adjust sigbus.cRichard Henderson
2023-06-06tests/tcg/aarch64: Use stz2g in mte-7.cRichard Henderson
2023-06-06target/arm: Move mte check for store-exclusiveRichard Henderson
2023-06-06target/arm: Relax ordered/atomic alignment checks for LSE2Richard Henderson
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson
2023-06-06target/arm: Check alignment in helper_mte_checkRichard Henderson
2023-06-06target/arm: Pass single_memop to gen_mte_checkNRichard Henderson
2023-06-06target/arm: Pass memop to gen_mte_check1*Richard Henderson
2023-06-06target/arm: Hoist finalize_memop out of do_fp_{ld, st}Richard Henderson
2023-06-06target/arm: Hoist finalize_memop out of do_gpr_{ld, st}Richard Henderson
2023-06-06target/arm: Load/store integer pair with one tcg operationRichard Henderson
2023-06-06target/arm: Sink gen_mte_check1 into load/store_exclusiveRichard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}rRichard Henderson