aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
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-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
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-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev
2022-09-29mem/cxl_type3: fix GPF DVSECTong Zhang
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-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-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu
2022-09-29serial: Allow unaligned i/o accessArwed Meyer
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
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-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-27Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-09-27Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-27hw/xen: set pci Atomic Ops requests for passthrough deviceRuili Ji
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld
2022-09-27x86: reinitialize RNG seed on system rebootJason A. Donenfeld
2022-09-27x86: use typedef for SetupData structJason A. Donenfeld
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld
2022-09-27virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez
2022-09-27e1000e: set RX desc status with DD flag in a separate operationDing Hui
2022-09-27virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim
2022-09-27hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé
2022-09-27usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown
2022-09-27usbnet: Detect short packets as sent by the xHCI controllerMichael Brown
2022-09-27usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown
2022-09-27usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown
2022-09-27hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann
2022-09-27usb/msd: move usb_msd_packet_complete()Gerd Hoffmann