aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-05-17hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé
2024-05-17hw/pflash: fix block write startGerd Hoffmann
2024-05-17hw/intc/s390_flic: Fix crash that occurs when saving the machine stateThomas Huth
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan
2024-05-16vfio/iommufd: Make iommufd_cdev_*() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_get_device() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_set_iommu() return boolZhenzhong Duan
2024-05-16vfio/container: Make vfio_connect_container() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan
2024-05-16vfio/migration: Enhance VFIO migration state tracingAvihai Horon
2024-05-16vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twiceAvihai Horon
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon
2024-05-16vfio/pci: migration: Skip config space check for Vendor Specific Information ...Vinayak Kale
2024-05-16vfio/ccw: Make vfio_ccw_register_irq_notifier() return a boolCédric Le Goater
2024-05-16vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()Cédric Le Goater
2024-05-16vfio/ap: Make vfio_ap_register_irq_notifier() return a boolCédric Le Goater
2024-05-16vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()Cédric Le Goater
2024-05-16vfio: Also trace event failures in vfio_save_complete_precopy()Cédric Le Goater
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater
2024-05-16vfio: Reverse test on vfio_get_xlat_addr()Cédric Le Goater
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater
2024-05-16vfio/migration: Add an Error** argument to vfio_migration_set_state()Cédric Le Goater
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater
2024-05-16vfio: Add Error** argument to vfio_devices_dma_logging_start()Cédric Le Goater
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-10hw/xtensa: require libfdtPaolo Bonzini
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-10i386: select correct components for no-board buildPaolo Bonzini
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-10s390x/sclp: Simplify get_sclp_device()Cédric Le Goater