aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan3-13/+13
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan2-12/+10
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan7-30/+23
2024-05-16vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan1-3/+1
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan1-4/+3
2024-05-16vfio/migration: Enhance VFIO migration state tracingAvihai Horon2-3/+8
2024-05-16vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twiceAvihai Horon1-0/+4
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon2-3/+58
2024-05-16vfio/pci: migration: Skip config space check for Vendor Specific Information ...Vinayak Kale3-0/+28
2024-05-16vfio/ccw: Make vfio_ccw_register_irq_notifier() return a boolCédric Le Goater1-11/+11
2024-05-16vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()Cédric Le Goater1-6/+3
2024-05-16vfio/ap: Make vfio_ap_register_irq_notifier() return a boolCédric Le Goater1-7/+8
2024-05-16vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()Cédric Le Goater1-7/+3
2024-05-16vfio: Also trace event failures in vfio_save_complete_precopy()Cédric Le Goater1-3/+0
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater3-30/+50
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2-5/+13
2024-05-16vfio: Reverse test on vfio_get_xlat_addr()Cédric Le Goater1-9/+13
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater2-9/+21
2024-05-16vfio/migration: Add an Error** argument to vfio_migration_set_state()Cédric Le Goater1-29/+52
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater2-4/+4
2024-05-16vfio: Add Error** argument to vfio_devices_dma_logging_start()Cédric Le Goater1-11/+15
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater3-7/+7
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim3-41/+40
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim3-11/+13
2024-05-10hw/xtensa: require libfdtPaolo Bonzini2-11/+2
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini9-11/+28
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini2-2/+9
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini6-9/+7
2024-05-10i386: select correct components for no-board buildPaolo Bonzini2-1/+30
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini3-10/+49
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini4-1050/+1110
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini2-6/+3
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini2-1/+3
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini4-28/+18
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini4-7/+5
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini2-15/+10
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini2-1/+6
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini1-16/+0
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini1-1/+1
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-28/+18
2024-05-10s390x/sclp: Simplify get_sclp_device()Cédric Le Goater1-2/+3
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater2-16/+9
2024-05-10s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater2-11/+5
2024-05-10hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facilityThomas Huth1-1/+3
2024-05-09Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...Richard Henderson1-6/+5
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson1-1/+0
2024-05-09hw/loongarch: Refine default numa id calculationBibo Mao1-6/+5
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé2-2/+2
2024-05-09hw/intc/loongson_ipi: Implement IOCSR address space for MIPSJiaxun Yang1-9/+30
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang6-8/+355