aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-29serial: Allow unaligned i/o accessArwed Meyer1-0/+3
2022-09-29msmouse: Add pnp dataArwed Meyer1-11/+47
2022-09-29msmouse: Use fifo8 instead of arrayArwed Meyer1-22/+25
2022-09-29chardev: src buffer const for write functionsArwed Meyer5-7/+7
2022-09-29msmouse: Handle mouse resetArwed Meyer1-2/+61
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini12-143/+7
2022-09-28Merge tag 'pull-request-2022-09-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi31-190/+285
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi43-262/+797
2022-09-28Merge tag 'vfio-updates-20220927.1' of https://gitlab.com/alex.williamson/qem...Stefan Hajnoczi2-17/+21
2022-09-28Merge tag 'pull-xen-20220927' of https://xenbits.xen.org/git-http/people/aper...Stefan Hajnoczi1-2/+2
2022-09-28linux-user: Add parameters of getrandom() syscall for straceHelge Deller1-1/+1
2022-09-27vfio/common: Fix vfio_iommu_type1_info use after freeAlex Williamson1-17/+19
2022-09-27vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang1-0/+2
2022-09-27docs/devel: testing: Document writing portable test casesBin Meng1-0/+30
2022-09-27tests/qtest: boot-serial-test: Close the serial file before starting QEMUBin Meng1-0/+3