aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu
2022-09-29chardev: fix segfault in finalizeMaksim Davydov
2022-09-29serial: Allow unaligned i/o accessArwed Meyer
2022-09-29msmouse: Add pnp dataArwed Meyer
2022-09-29msmouse: Use fifo8 instead of arrayArwed Meyer
2022-09-29chardev: src buffer const for write functionsArwed Meyer
2022-09-29msmouse: Handle mouse resetArwed Meyer
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-28Merge tag 'pull-request-2022-09-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi
2022-09-28Merge tag 'vfio-updates-20220927.1' of https://gitlab.com/alex.williamson/qem...Stefan Hajnoczi
2022-09-28Merge tag 'pull-xen-20220927' of https://xenbits.xen.org/git-http/people/aper...Stefan Hajnoczi
2022-09-28linux-user: Add parameters of getrandom() syscall for straceHelge Deller
2022-09-27vfio/common: Fix vfio_iommu_type1_info use after freeAlex Williamson
2022-09-27vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...Kunkun Jiang
2022-09-27docs/devel: testing: Document writing portable test casesBin Meng
2022-09-27tests/qtest: boot-serial-test: Close the serial file before starting QEMUBin Meng