aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang1-0/+9
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang1-0/+3
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth1-0/+1
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+4
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty1-0/+1
2018-01-18intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty1-2/+4
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu1-0/+41
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2-0/+27
2018-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+8
2018-01-17target/i386: add clflushopt to "Skylake-Server" cpu modelHaozhong Zhang1-0/+5
2018-01-17pc: add 2.12 machine typesHaozhong Zhang1-0/+3
2018-01-17ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2-3/+11
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater1-0/+10
2018-01-17hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh1-21/+24
2018-01-17spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson1-0/+3
2018-01-17spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson1-0/+3
2018-01-17spapr: Validate capabilities on migrationDavid Gibson1-0/+6
2018-01-17spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson1-0/+3
2018-01-17spapr: Capabilities infrastructureDavid Gibson1-0/+31
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+5
2018-01-16sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé1-0/+1
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé1-0/+1
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé1-2/+2
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé1-1/+3
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé1-2/+0
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé1-1/+6
2018-01-12hpet: recover timer offset correctlyPavel Dovgalyuk1-1/+5
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin41-143/+1262
2018-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...Peter Maydell2-4/+24
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov2-1/+1
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov1-2/+16
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov1-0/+2
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov1-1/+2
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov1-0/+3
2018-01-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180111' int...Peter Maydell3-7/+10
2018-01-11Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell5-40/+152
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater2-7/+7
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan1-0/+3
2018-01-09sun4u_iommu: update to reflect IOMMU is no longer part of the APB deviceMark Cave-Ayland1-1/+1
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2-56/+51
2018-01-09apb: QOMify IOMMUMark Cave-Ayland1-1/+7
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-14/+0
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland2-21/+51
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland1-0/+2
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland1-1/+7
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland1-3/+0
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland1-2/+2
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland1-2/+3
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2-2/+6
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland1-3/+3