aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-11-07Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi
2023-11-07Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi
2023-11-07target/riscv: Use existing PMU counter mask in FDT generationRob Bradford
2023-11-07hw/ssi: ibex_spi_host: Clear the interrupt even if disabledAlistair Francis
2023-11-07target/riscv: rename ext_icboz to ext_zicbozDaniel Henrique Barboza
2023-11-07target/riscv: rename ext_icbom to ext_zicbomDaniel Henrique Barboza
2023-11-07target/riscv: rename ext_icsr to ext_zicsrDaniel Henrique Barboza
2023-11-06hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0Peter Maydell
2023-11-06hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy
2023-11-06hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.Udo Steinberg
2023-11-06hw/arm/virt: fix PMU IRQ registrationSebastian Ott
2023-11-06Revert "virtio-gpu: block migration of VMs with blob=true"Marc-André Lureau
2023-11-06virtio-gpu: add virtio-gpu/blob vmstate subsectionMarc-André Lureau
2023-11-06hw/i386/pc: Support hv-balloonMaciej S. Szmigiero
2023-11-06qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query commandMaciej S. Szmigiero
2023-11-06qapi: Add query-memory-devices support to hv-balloonMaciej S. Szmigiero
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add supportMaciej S. Szmigiero
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero
2023-11-06memory-device: Drop size alignment checkDavid Hildenbrand
2023-11-06Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"Maciej S. Szmigiero
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan
2023-11-06vfio/container: Move vfio_container_add/del_section_window into spapr.cZhenzhong Duan
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan
2023-11-06virtio-gpu: move scanout restoration to post_loadMarc-André Lureau
2023-11-06virtio-gpu: factor out restore mappingMarc-André Lureau
2023-11-06virtio-gpu: block migration of VMs with blob=trueMarc-André Lureau
2023-11-06ati-vga: Implement fallback for pixman routinesBALATON Zoltan
2023-11-06ati-vga: Add 30 bit palette access registerBALATON Zoltan
2023-11-06ati-vga: Support unaligned access to GPIO DDC registersBALATON Zoltan
2023-11-06ati-vga: Fix aperture sizesBALATON Zoltan
2023-11-06virtio-gpu-rutabaga: Add empty interface to fix arm64 crashCong Liu
2023-11-06hw/xen: use correct default protocol for xen-block on x86David Woodhouse
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater