aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-10-19hw/ppc/pnv: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé
2023-10-19hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé
2023-10-19hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé
2023-10-19hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé
2023-10-19hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing itPhilippe Mathieu-Daudé
2023-10-19hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()Philippe Mathieu-Daudé
2023-10-19hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()Philippe Mathieu-Daudé
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé
2023-10-19hw/sparc64/ebus: Access memory regions via pci_address_space_io()Philippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Replace magic value by proper definitionPhilippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function namesPhilippe Mathieu-Daudé
2023-10-19hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2023-10-19hw/misc/mips_itu: Make MIPSITUState target agnosticPhilippe Mathieu-Daudé
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé
2023-10-19hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'Philippe Mathieu-Daudé
2023-10-19hw/sd/sdhci: Block Size Register bits [14:12] is lostLu Gao
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-19hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell
2023-10-19hw/arm/smmuv3: Advertise SMMUv3.1-XNX featurePeter Maydell
2023-10-19hw/arm/smmuv3: Sort ID register setting into field orderPeter Maydell
2023-10-19hw/arm/smmuv3: Update ID register bit field definitionsPeter Maydell
2023-10-19hw/arm/sbsa-ref: use bsa.h for PPI definitionsLeif Lindholm
2023-10-19{include/}hw/arm: refactor virt PPI logicLeif Lindholm
2023-10-19xlnx-versal-efuse: hw/nvram: Remove deprecated device resetTong Ho
2023-10-19xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device resetTong Ho
2023-10-19xlnx-bbram: hw/nvram: Remove deprecated device resetTong Ho
2023-10-19hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth
2023-10-18vhost: Expose vhost_svq_available_slots()Hawkins Jiawei
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau
2023-10-18ramfb-standalone: add migration supportMarc-André Lureau
2023-10-18ramfb: add migration supportMarc-André Lureau
2023-10-18vfio/pci: Remove vfio_detach_device from vfio_realize error pathEric Auger
2023-10-18vfio/ap: Remove pointless apdev variableZhenzhong Duan
2023-10-18vfio/pci: Fix a potential memory leak in vfio_listener_region_addZhenzhong Duan
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan
2023-10-18vfio/common: Move VFIO reset handler registration to a group agnostic functionZhenzhong Duan
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/ap: Use vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/platform: Use vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan
2023-10-18vfio/common: Introduce vfio_container_add|del_section_window()Eric Auger
2023-10-18vfio/common: Propagate KVM_SET_DEVICE_ATTR error if anyEric Auger