aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-27hw/char/pl011: add a clock inputLuc Michel1-0/+1
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel1-0/+269
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel2-0/+21
2020-10-27hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel2-0/+507
2020-10-27hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel2-0/+190
2020-10-27hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel1-0/+8
2020-10-27hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel2-0/+173
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel3-1/+63
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel2-4/+3
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel1-0/+5
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé1-0/+1
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-8/+0
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2-0/+57