aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-04docs: Update TPM documentation for usage of a TPM 2Stefan Berger
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster
2022-10-04block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini
2022-10-01meson: multiple names can be passed to dependency()Paolo Bonzini
2022-10-01meson: require 0.61.3Paolo Bonzini
2022-10-01meson: -display dbus and CFI are incompatiblePaolo Bonzini
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski
2022-09-30tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski
2022-09-30block: use the request length for iov alignmentKeith Busch
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch
2022-09-30iotests/backing-file-invalidation: Add new testHanna Reitz
2022-09-30block/qed: Keep auto_backing_file if possibleHanna Reitz
2022-09-30block/qcow2: Keep auto_backing_file if possibleHanna Reitz
2022-09-30gluster: stop using .bdrv_needs_filenameStefan Hajnoczi
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev
2022-09-30block: use bdrv_is_sg() helper instead of raw bs->sg readingDenis V. Lunev
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev
2022-09-30qemu-img: Wean documentation and help output off '?' for helpMarkus Armbruster
2022-09-30block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé
2022-09-30qcow2: fix memory leak in qcow2_read_extensionslu zhipeng
2022-09-29checkpatch: ignore target/hexagon/imported/* filesMatheus Tavares Bernardino
2022-09-29mem/cxl_type3: fix GPF DVSECTong Zhang
2022-09-29.gitignore: add .cache/ to .gitignoreWang, Lei
2022-09-29hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"Bernhard Beschow
2022-09-29Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier
2022-09-29hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker
2022-09-29hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker
2022-09-29hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllersFrancisco Iglesias
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell
2022-09-29target/arm: Update SDCR_VALID_MASK to include SCCDPeter Maydell
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu