aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-11-03hw/riscv: microchip_pfsoc: Hook the I2C1 controllerBin Meng1-0/+1
2020-11-03hw/riscv: microchip_pfsoc: Correct DDR memory mapBin Meng1-1/+4
2020-11-03hw/riscv: microchip_pfsoc: Map the reserved memory at address 0Bin Meng1-0/+1
2020-11-03hw/riscv: microchip_pfsoc: Connect the SYSREG moduleBin Meng1-0/+2
2020-11-03hw/misc: Add Microchip PolarFire SoC SYSREG module supportBin Meng1-0/+39
2020-11-03hw/riscv: microchip_pfsoc: Connect the IOSCB moduleBin Meng1-1/+3
2020-11-03hw/misc: Add Microchip PolarFire SoC IOSCB module supportBin Meng1-0/+50
2020-11-03hw/riscv: microchip_pfsoc: Connect DDR memory controller modulesBin Meng1-0/+5
2020-11-03hw/misc: Add Microchip PolarFire SoC DDR Memory Controller supportBin Meng1-0/+56
2020-11-03target/riscv: Add sifive_plic vmstateYifei Jiang1-0/+1
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell1-1/+0
2020-11-02Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell1-2/+2
2020-11-02hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell1-1/+0
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato3-4/+11
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato1-0/+2
2020-11-01s390x/pci: use a PCI Function structurePierre Morel1-0/+1
2020-11-01s390x/pci: use a PCI Group structurePierre Morel1-0/+10
2020-11-01s390x/pci: create a header dedicated to PCI CLPPierre Morel3-196/+212
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato3-0/+24
2020-11-01s390x/pci: Add routine to get the vfio dma available countMatthew Rosato1-0/+24
2020-11-01vfio: Find DMA available capabilityMatthew Rosato1-0/+2
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato2-0/+684
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+3
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede1-0/+3
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede1-0/+1
2020-11-01vfio: Add migration state change notifierKirti Wankhede1-0/+2
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede1-0/+4
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede1-0/+9
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede1-0/+2
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede1-0/+1
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede1-0/+1
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-3/+2
2020-10-31Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201028' into...Peter Maydell1-4/+4
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2-10/+2
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+1
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-3/+1
2020-10-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell3-5/+3
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell14-21/+1462
2020-10-28sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland1-1/+1
2020-10-28sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland1-1/+1
2020-10-28sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland1-2/+2
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell4-0/+117
2020-10-27qdev: Fix two typosMaxim Levitsky1-2/+2
2020-10-27cpus: Drop declaration of cpu_remove()Greg Kurz1-8/+0
2020-10-28spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz1-2/+1
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz1-1/+1
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-1/+1
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz1-1/+0
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell1-1/+2
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela1-0/+79