aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi25-101/+447
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi6-372/+427
2022-10-03Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino1-1/+1
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld1-1/+4
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang1-1/+1
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini2-16/+13
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini3-68/+27
2022-10-01meson: multiple names can be passed to dependency()Paolo Bonzini1-8/+4
2022-10-01meson: require 0.61.3Paolo Bonzini4-6/+3
2022-10-01meson: -display dbus and CFI are incompatiblePaolo Bonzini1-1/+6
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson3-28/+41
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson4-10/+17
2022-09-30Hexagon (target/hexagon) add instruction attributes from archlibTaylor Simpson3-98/+133
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski2-3/+29
2022-09-30tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski1-0/+33
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski1-0/+6
2022-09-30tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski1-17/+22
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski1-8/+9
2022-09-30block: use the request length for iov alignmentKeith Busch1-1/+2
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch3-22/+21
2022-09-30iotests/backing-file-invalidation: Add new testHanna Reitz2-0/+157
2022-09-30block/qed: Keep auto_backing_file if possibleHanna Reitz1-4/+11
2022-09-30block/qcow2: Keep auto_backing_file if possibleHanna Reitz1-5/+16
2022-09-30gluster: stop using .bdrv_needs_filenameStefan Hajnoczi1-4/+0
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev2-17/+8
2022-09-30block: use bdrv_is_sg() helper instead of raw bs->sg readingDenis V. Lunev3-4/+4
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev5-5/+92
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev3-10/+35
2022-09-30qemu-img: Wean documentation and help output off '?' for helpMarkus Armbruster2-3/+3
2022-09-30block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé1-1/+1
2022-09-30qcow2: fix memory leak in qcow2_read_extensionslu zhipeng1-0/+1
2022-09-29checkpatch: ignore target/hexagon/imported/* filesMatheus Tavares Bernardino1-0/+1
2022-09-29mem/cxl_type3: fix GPF DVSECTong Zhang1-1/+1
2022-09-29.gitignore: add .cache/ to .gitignoreWang, Lei1-0/+1
2022-09-29hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"Bernhard Beschow1-1/+1
2022-09-29Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi12-36/+179
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier1-1/+1
2022-09-29hw/arm/virt: Fix devicetree warning about the SMMU nodeJean-Philippe Brucker1-2/+0
2022-09-29hw/arm/virt: Use "msi-map" devicetree property for PCIJean-Philippe Brucker1-2/+2
2022-09-29hw/arm/virt: Fix devicetree warning about the GIC nodeJean-Philippe Brucker1-0/+1
2022-09-29hw/arm/virt: Fix devicetree warning about the root nodeJean-Philippe Brucker1-0/+1
2022-09-29hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllersFrancisco Iglesias2-0/+39
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell1-356/+356
2022-09-29target/arm: Update SDCR_VALID_MASK to include SCCDPeter Maydell1-1/+7
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell1-4/+14
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell1-6/+6
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini2-2/+2
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu2-2/+3
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu2-0/+37
2022-09-29chardev: fix segfault in finalizeMaksim Davydov2-2/+6