aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}Manos Pitsidianakis
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_INFO requestManos Pitsidianakis
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis
2023-11-07Add virtio-sound-pci deviceManos Pitsidianakis
2023-11-07Add virtio-sound device stubManos Pitsidianakis
2023-11-07vhost-user-fs: Implement internal migrationHanna Czenczek
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-11-06hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller
2023-11-06hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller
2023-11-06hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memoryHelge Deller
2023-11-06hw/pci-host/astro: Map Astro chip into 64-bit I/O memory regionHelge Deller
2023-11-06hw/hppa: Translate phys addresses for the cpuRichard Henderson
2023-11-06hw/hppa: Use uint32_t instead of target_uregRichard Henderson
2023-11-06target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson
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