summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | e1000e: set RX desc status with DD flag in a separate operationDing Hui2022-09-271-1/+52
| |/
* | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2022-09-271-4/+6
|\ \
| * | m68k: align bootinfo strings and data to 4 bytesJason A. Donenfeld2022-09-261-4/+6
| |/
* | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-09-276-29/+349
|\ \
| * | s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-262-1/+27
| * | s390x/pci: reflect proper maxstbl for groups of interpreted devicesMatthew Rosato2022-09-261-1/+5
| * | s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato2022-09-262-5/+54
| * | s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato2022-09-263-5/+85
| * | s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato2022-09-261-1/+5
| * | s390x/pci: enable for load/store interpretationMatthew Rosato2022-09-264-1/+104
| * | s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato2022-09-261-16/+67
| * | target/s390x: support SHA-512 extensionsJason A. Donenfeld2022-09-231-0/+3
* | | Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-09-277-43/+143
|\ \ \
| * | | virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim2022-09-271-3/+4
| * | | hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé2022-09-271-3/+3
| * | | usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown2022-09-271-6/+21
| * | | usbnet: Detect short packets as sent by the xHCI controllerMichael Brown2022-09-271-1/+1
| * | | usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown2022-09-271-0/+6
| * | | usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown2022-09-271-0/+3
| * | | hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu2022-09-271-1/+3
| * | | usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann2022-09-272-1/+30
| * | | usb/msd: move usb_msd_packet_complete()Gerd Hoffmann2022-09-271-12/+14
| * | | hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu2022-09-231-0/+10
| * | | hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth2022-09-231-16/+48
| |/ /
* | | hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis2022-09-261-1/+7
* | | hw/riscv: opentitan: Fixup resetvecAlistair Francis2022-09-261-1/+1
* | | hw/ssi: ibex_spi: update reg addrWilfred Mallawa2022-09-261-1/+1
* | | hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa2022-09-261-3/+3
| |/ |/|
* | Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-09-2610-33/+50
|\ \ | |/ |/|
| * hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
| * hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+2Star
| * hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
| * hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-223-7/+7
| * hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
| * hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich2022-09-221-0/+8
| * hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu2022-09-221-0/+8
| * hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov2022-09-221-16/+16
* | Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi2022-09-221-0/+5
|\ \ | |/ |/|
| * hw/microblaze: pass random seed to fdtJason A. Donenfeld2022-09-211-0/+5
* | Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-213-1/+3
|\ \ | |/ |/|
| * hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2022-09-202-0/+2
| * hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng2022-09-201-1/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-09-202-6/+9
|\ \
| * | smbios: sanitize type from external type before checking have_fields_bitmapPaolo Bonzini2022-09-181-6/+8
| * | spapr_pci: fix leak in spapr_phb_vfio_get_loc_codePaolo Bonzini2022-09-181-0/+1
| |/
* | hw/loongarch: Improve acpi dsdt tableXiaojuan Yang2022-09-202-140/+20Star
* | hw/loongarch: Support memory hotplugXiaojuan Yang2022-09-203-7/+132
* | hw/loongarch: Fix acpi ged irq number in dsdt tableXiaojuan Yang2022-09-201-1/+1
* | hw/loongarch: Add RAMFB to dynamic_sysbus_devices listXiaojuan Yang2022-09-201-0/+2
* | hw/loongarch: Add hotplug handler for machineXiaojuan Yang2022-09-201-0/+32