summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-2/+12
|\
| * qdev: add helpers to be more explicit when using abstract QOM parent functionsPhilippe Mathieu-Daudé2018-02-051-0/+10
| * qdev: rename typedef qdev_resetfn() -> DeviceReset()Philippe Mathieu-Daudé2018-02-051-2/+2
* | qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson2018-02-061-0/+4
|/
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-022-9/+30
* tpm: add CRB deviceMarc-André Lureau2018-01-291-0/+51
* target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh2018-01-291-0/+1
* target/ppc/spapr_caps: Add new tristate cap safe_indirect_branchSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add new tristate cap safe_bounds_checkSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add new tristate cap safe_cacheSuraj Jitindar Singh2018-01-291-1/+4
* target/ppc/spapr_caps: Add support for tristate spapr_capabilitiesSuraj Jitindar Singh2018-01-291-0/+4
* target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2018-01-291-0/+12
* ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>Cédric Le Goater2018-01-271-2/+0Star
* Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26...Peter Maydell2018-01-263-0/+117
|\
| * xlnx-zynqmp: Connect the IPI device to the ZynqMP SoCAlistair Francis2018-01-261-0/+2
| * xlnx-zynqmp-ipi: Initial version of the Xilinx IPI deviceAlistair Francis2018-01-261-0/+57
| * xlnx-pmu-iomod-intc: Add the PMU Interrupt controllerAlistair Francis2018-01-261-0/+58
* | usb-storage: Fix share-rw option parsingFam Zheng2018-01-261-0/+1
* | usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-261-1/+0Star
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell2018-01-251-0/+1
|\
| * sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé2018-01-251-0/+1
* | apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-241-1/+1
* | apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2018-01-241-5/+5
* | apb: QOMify sabre PCI host bridgeMark Cave-Ayland2018-01-241-3/+11
* | apb: rename APB functions to use sabre prefixMark Cave-Ayland2018-01-241-1/+0Star
* | simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland2018-01-241-5/+5
* | apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2018-01-242-9/+38
|/
* Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell2018-01-232-6/+6
|\
| * Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-6/+6
* | hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2018-01-191-6/+0Star
|/
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-0/+2
* nvdimm: add 'unarmed' optionHaozhong Zhang2018-01-191-0/+9
* nvdimm: add a macro for property "label-size"Haozhong Zhang2018-01-191-0/+3
* qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth2018-01-191-0/+1
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-1/+4
* intel-iommu: Extend address width to 48 bitsPrasad Singamsetty2018-01-181-0/+1
* intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2018-01-181-2/+4
* vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2018-01-181-0/+41
* vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2018-01-182-0/+27
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2018-01-181-0/+8
|\
| * target/i386: add clflushopt to "Skylake-Server" cpu modelHaozhong Zhang2018-01-181-0/+5
| * pc: add 2.12 machine typesHaozhong Zhang2018-01-181-0/+3
* | ppc/pnv: fix XSCOM core addressing on POWER9Cédric Le Goater2018-01-162-3/+11
* | ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater2018-01-161-0/+10
* | hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representationSuraj Jitindar Singh2018-01-161-21/+24
* | spapr: Handle Decimal Floating Point (DFP) as an optional capabilityDavid Gibson2018-01-161-0/+3
* | spapr: Handle VMX/VSX presence as an spapr capability flagDavid Gibson2018-01-161-0/+3
* | spapr: Validate capabilities on migrationDavid Gibson2018-01-161-0/+6
* | spapr: Treat Hardware Transactional Memory (HTM) as an optional capabilityDavid Gibson2018-01-161-0/+3
* | spapr: Capabilities infrastructureDavid Gibson2018-01-161-0/+31
|/