aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan6-103/+99
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater1-1/+1
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2-3/+3
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu18-23/+99
2023-11-03virtio-iommu: Consolidate host reserved regions and property set onesEric Auger2-0/+37
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger1-0/+67
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger1-9/+11
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger1-8/+29
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger2-11/+12
2023-11-03vfio: Collect container iova range infoEric Auger2-3/+48
2023-11-03memory: Let ReservedRegion use RangeEric Auger2-6/+9
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi22-173/+987
2023-11-03Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi22-138/+155
2023-11-02hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG deviceTong Ho2-0/+17
2023-11-02hw/misc: Introduce AMD/Xilix Versal TRNG deviceTong Ho3-0/+723
2023-11-02hw/char/stm32f2xx_usart: Update IRQ when DR is writtenHans-Erik Floryd1-0/+1
2023-11-02hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()Hans-Erik Floryd1-12/+16
2023-11-02hw/i2c/pm_smbus: Convert DPRINTF to trace eventsBernhard Beschow2-14/+10
2023-11-02hw/misc/imx6_ccm: Convert DPRINTF to trace eventsBernhard Beschow2-27/+29
2023-11-02hw/misc/imx7_snvs: Trace MMIO accessBernhard Beschow2-0/+9
2023-11-02hw/watchdog/wdt_imx2: Trace timer activityBernhard Beschow2-0/+6
2023-11-02hw/watchdog/wdt_imx2: Trace MMIO accessBernhard Beschow2-6/+22
2023-11-02hw/arm/pxa2xx_gpio: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé1-6/+2
2023-11-02docs/specs/standard-vga: Convert to rSTPeter Maydell2-2/+2
2023-11-02hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell2-21/+22
2023-11-02hw/input/stellaris_input: Convert to qdevPeter Maydell2-31/+67
2023-11-02hw/input/stellaris_gamepad: Remove StellarisGamepadButton structPeter Maydell1-31/+16
2023-11-02qdev: Add qdev_prop_set_array()Kevin Wolf1-0/+21
2023-11-02hw/input/stellaris_gamepad: Rename structs to our usual conventionPeter Maydell1-11/+11
2023-11-02hw/input/stellaris_input: Rename to stellaris_gamepadPeter Maydell5-5/+5
2023-11-02m68k: Instantiate the ESP SCSI controller for the NeXTcube machineThomas Huth1-7/+110
2023-11-01hw/m68k/next-cube: Mirror BIOS to address 0Thomas Huth1-1/+3
2023-11-01cpr: reboot modeSteve Sistare1-1/+1
2023-11-01cpr: relax vhost migration blockersSteve Sistare2-2/+2
2023-11-01migration: mode parameterSteve Sistare1-0/+14
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela1-1/+1
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela2-4/+39
2023-11-01migration: Use vmstate_register_any() for isa-ideJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any()Juan Quintela9-13/+10
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth1-14/+15
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth1-20/+7
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth1-27/+9
2023-11-01hw/ipmi: Don't call vmstate_register() from instance_init() functionsThomas Huth3-55/+56
2023-11-01hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé3-12/+13
2023-11-01hw/m68k/virt: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-5/+2
2023-11-01hw/m68k/next-cube: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-7/+2
2023-11-01hw/m68k/mcf_intc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé1-6/+11
2023-11-01hw/m68k/mcf_intc: Expose MMIO region via SysBus APIPhilippe Mathieu-Daudé1-1/+3
2023-11-01hw/m68k/mcf5206: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2-3/+12