aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen1-0/+5
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh1-1/+3
2024-07-01hw/misc/pvpanic: centralize definition of supported eventsThomas Weißschuh1-0/+4
2024-07-01hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni1-0/+7
2024-07-01hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni2-0/+40
2024-07-01hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni1-0/+4
2024-07-01hw/mem/cxl_type3: Add DC extent list representative and get DC extent list ma...Fan Ni1-0/+22
2024-07-01hw/mem/cxl_type3: Add host backend and address space handling for DC regionsFan Ni1-0/+8
2024-07-01include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memor...Fan Ni1-1/+1
2024-07-01hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mail...Fan Ni1-0/+16
2024-07-01hw/cxl/mailbox: interface to add CCI commands to an existing CCIGregory Price1-0/+2
2024-07-01hw/cxl/mailbox: change CCI cmd set structure to be a member, not a referenceGregory Price1-1/+1
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng1-2/+1
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer1-0/+2
2024-07-01vhost: Perform memory section dirty scans once per iterationSi-Wei Liu1-0/+1
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki1-0/+1
2024-06-30monitor: Remove obsolete stubsPhilippe Mathieu-Daudé1-1/+0
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza1-0/+1
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater1-3/+0
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater1-2/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-1/+0
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater2-9/+7
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater1-1/+0
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater1-0/+2
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater1-4/+0
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger1-0/+2
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu1-0/+2
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu1-1/+37
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan2-0/+4
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+1
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan1-0/+3
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan1-0/+3
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater1-1/+1
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell1-0/+1
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell1-2/+2
2024-06-19hw/s390x: Introduce s390_skeys_get|set() helpersPhilippe Mathieu-Daudé1-0/+10
2024-06-19hw/intc/loongson_ipi: Provide per core MMIO address spacesJiaxun Yang1-0/+2
2024-06-19hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in spapr_irq_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in pnv_xive2_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_queue_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_eas_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in xive2_eas_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in pnv_psi_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in pnv_xive_pic_print_info()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/ppc: Avoid using Monitor in xive_end_eas_pic_print_info()Philippe Mathieu-Daudé1-1/+1