summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-203-10/+5Star
|\
| * pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8Marcelo Tosatti2017-01-201-3/+4
| * hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-161-5/+1Star
| * smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-161-1/+1
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell2017-01-201-0/+1
|\ \
| * | virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-0/+1
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-01-202-4/+13
|\ \ \
| * | | m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2017-01-202-4/+13
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-207-7/+35
|\ \ \
| * | | fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-1/+9
| * | | pc: Add 2.9 machine-typesEduardo Habkost2017-01-181-0/+2
| * | | fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-2/+1Star
| * | | fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-182-4/+6
| * | | vhost_net: device IOTLB supportJason Wang2017-01-182-0/+17
| | |/ | |/|
* | | hw/arm/virt: Add board property to enable EL2Peter Maydell2017-01-201-0/+1
* | | hw/arm/virt: Support using SMC for PSCIPeter Maydell2017-01-201-1/+1
* | | hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell2017-01-201-0/+1
* | | hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell2017-01-201-0/+18
* | | hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell2017-01-201-0/+2
* | | hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell2017-01-201-0/+2
* | | hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell2017-01-201-0/+2
* | | aspeed/smc: handle SPI flash Command modeCédric Le Goater2017-01-201-1/+1
* | | aspeed/smc: adjust the size of the register regionCédric Le Goater2017-01-201-0/+1
* | | aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater2017-01-201-0/+1
| |/ |/|
* | target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko2017-01-181-0/+5
* | target-sparc: implement sun4v RTCArtyom Tarasenko2017-01-181-0/+1
|/
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-102-3/+1Star
* memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-102-25/+0Star
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-3/+3
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-2/+0Star
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-1/+1
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-0/+2
* virtio-net: Add MTU feature supportMaxime Coquelin2017-01-101-0/+1
* vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+2
* virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+1
* net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+1
* pcie_aer: support configurable AER capa versionDou Liyang2017-01-101-2/+2
* pcie_aer: Convert pcie_aer_init to ErrorCao jin2017-01-101-2/+2
* acpi: add ATSR for q35Jason Wang2017-01-101-0/+12
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-101-0/+4
* intel_iommu: support device iotlb descriptorJason Wang2017-01-101-0/+1
* virtio: convert to use DMA apiJason Wang2017-01-103-13/+28
* hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones2017-01-091-0/+1
* hw/arm/virt: remove VirtGuestInfoAndrew Jones2017-01-091-5/+1Star
* hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones2017-01-091-6/+0Star
* hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones2017-01-091-1/+1
* hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones2017-01-091-0/+37
* hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2017-01-092-40/+13Star
* hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones2017-01-091-6/+0Star
* hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones2017-01-091-4/+2Star