Age | Commit message (Expand) | Author |
2023-11-07 | hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed | Philippe Mathieu-Daudé |
2023-11-07 | hw/loader: Clean up global variable shadowing in rom_add_file() | Philippe Mathieu-Daudé |
2023-11-07 | hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name() | Philippe Mathieu-Daudé |
2023-11-07 | hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU* | Philippe Mathieu-Daudé |
2023-11-07 | hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState | Philippe Mathieu-Daudé |
2023-11-07 | hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM | Philippe Mathieu-Daudé |
2023-11-07 | accel/tcg: Factor tcg_cpu_reset_hold() out | Philippe Mathieu-Daudé |
2023-11-07 | accel: Introduce cpu_exec_reset_hold() | Philippe Mathieu-Daudé |
2023-11-07 | accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h' | Philippe Mathieu-Daudé |
2023-11-07 | Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi |
2023-11-07 | Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem... | Stefan Hajnoczi |
2023-11-06 | hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only | Helge Deller |
2023-11-06 | hw/hppa: Turn on 64-bit CPU for C3700 machine | Helge Deller |
2023-11-06 | hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory | Helge Deller |
2023-11-06 | hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region | Helge Deller |
2023-11-06 | hw/hppa: Translate phys addresses for the cpu | Richard Henderson |
2023-11-06 | hw/hppa: Use uint32_t instead of target_ureg | Richard Henderson |
2023-11-06 | target/hppa: Make HPPA_BTLB_ENTRIES variable | Richard Henderson |
2023-11-07 | Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2023-11-07 | Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging | Stefan Hajnoczi |
2023-11-07 | Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q... | Stefan Hajnoczi |
2023-11-07 | Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into... | Stefan Hajnoczi |
2023-11-07 | Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2... | Stefan Hajnoczi |
2023-11-07 | target/riscv: Use existing PMU counter mask in FDT generation | Rob Bradford |
2023-11-07 | hw/ssi: ibex_spi_host: Clear the interrupt even if disabled | Alistair Francis |
2023-11-07 | target/riscv: rename ext_icboz to ext_zicboz | Daniel Henrique Barboza |
2023-11-07 | target/riscv: rename ext_icbom to ext_zicbom | Daniel Henrique Barboza |
2023-11-07 | target/riscv: rename ext_icsr to ext_zicsr | Daniel Henrique Barboza |
2023-11-06 | hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0 | Peter Maydell |
2023-11-06 | hw/core/loader: gunzip(): initialize z_stream | Vladimir Sementsov-Ogievskiy |
2023-11-06 | mc146818rtc: rtc_set_time(): initialize tm to zeroes | Vladimir Sementsov-Ogievskiy |
2023-11-06 | hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflow | Vladimir Sementsov-Ogievskiy |
2023-11-06 | hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables. | Udo Steinberg |
2023-11-06 | hw/arm/virt: fix PMU IRQ registration | Sebastian Ott |
2023-11-06 | Revert "virtio-gpu: block migration of VMs with blob=true" | Marc-André Lureau |
2023-11-06 | virtio-gpu: add virtio-gpu/blob vmstate subsection | Marc-André Lureau |
2023-11-06 | hw/i386/pc: Support hv-balloon | Maciej S. Szmigiero |
2023-11-06 | qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command | Maciej S. Szmigiero |
2023-11-06 | qapi: Add query-memory-devices support to hv-balloon | Maciej S. Szmigiero |
2023-11-06 | Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support | Maciej S. Szmigiero |
2023-11-06 | Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base | Maciej S. Szmigiero |
2023-11-06 | memory-device: Drop size alignment check | David Hildenbrand |
2023-11-06 | Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion" | Maciej S. Szmigiero |
2023-11-06 | vfio/common: Move vfio_host_win_add/del into spapr.c | Zhenzhong Duan |
2023-11-06 | vfio/spapr: Make vfio_spapr_create/remove_window static | Zhenzhong Duan |
2023-11-06 | vfio/container: Move spapr specific init/deinit into spapr.c | Zhenzhong Duan |
2023-11-06 | vfio/container: Move vfio_container_add/del_section_window into spapr.c | Zhenzhong Duan |
2023-11-06 | vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c | Zhenzhong Duan |
2023-11-06 | virtio-gpu: move scanout restoration to post_load | Marc-André Lureau |
2023-11-06 | virtio-gpu: factor out restore mapping | Marc-André Lureau |