aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-11-07hw/isa/i82378: Propagate error if PC_SPEAKER device creation failedPhilippe Mathieu-Daudé
2023-11-07hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
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