aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi5-2/+105
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi2-0/+94
2023-10-20Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi9-36/+13
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel1-0/+6
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel1-0/+6
2023-10-20s390x/sclp: reporting the maximum nested topology entriesPierre Morel1-2/+3
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel2-0/+24
2023-10-20s390x/cpu topology: add topology entries on CPU hotplugPierre Morel1-0/+54
2023-10-20CPU topology: extend with s390 specificsPierre Morel2-1/+13
2023-10-20hw/pci-host: Add Astro system bus adapter found on PA-RISC machinesHelge Deller1-0/+92
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé1-1/+1
2023-10-19hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé1-10/+0
2023-10-19hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé1-6/+3
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/misc/mips_itu: Make MIPSITUState target agnosticPhilippe Mathieu-Daudé1-1/+1
2023-10-19hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'Philippe Mathieu-Daudé1-0/+2
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé1-14/+0
2023-10-19memory: follow Error API guidelinesMarc-André Lureau2-2/+4
2023-10-19include/hw/arm: move BSA definitions to bsa.hLeif Lindholm2-11/+36
2023-10-19{include/}hw/arm: refactor virt PPI logicLeif Lindholm1-7/+7
2023-10-19xlnx-bbram: hw/nvram: Use dot in device type nameTong Ho1-1/+1
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth1-0/+0
2023-10-18ramfb: add migration supportMarc-André Lureau1-0/+4
2023-10-18vfio/ccw: Remove redundant definition of TYPE_VFIO_CCWZhenzhong Duan1-2/+0
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu1-0/+35
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan1-0/+2
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan1-0/+1
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan1-0/+2
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger1-5/+0
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger1-0/+3
2023-10-18vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan1-0/+3
2023-10-18vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu1-0/+9
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller1-0/+2
2023-10-17Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi3-0/+59
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi1-3/+0
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-4/+4
2023-10-16gfxstream + rutabaga prep: added need defintions, fields, and optionsGurchetan Singh1-0/+27
2023-10-16virtio-gpu: blob prepAntonio Caggiano2-0/+20
2023-10-16virtio-gpu: hostmemGerd Hoffmann1-0/+5
2023-10-16virtio-gpu: CONTEXT_INIT featureAntonio Caggiano1-0/+3
2023-10-16virtio: Add shared memory capabilityDr. David Alan Gilbert1-0/+4
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé1-3/+0
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand1-1/+31
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2-0/+36
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand1-0/+1
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand1-0/+7
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand1-1/+9