summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161017.0' ...Peter Maydell2016-10-186-189/+248
|\
| * vfio: fix duplicate function callCao jin2016-10-171-2/+6
| * vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt2016-10-171-1/+1
| * vfio/pci: Handle host oversightEric Auger2016-10-171-0/+11
| * vfio/pci: Remove vfio_populate_device returned valueEric Auger2016-10-171-13/+10Star
| * vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger2016-10-171-10/+10
| * vfio/pci: Conversion to realizeEric Auger2016-10-172-39/+27Star
| * vfio/platform: Pass an error object to vfio_base_device_initEric Auger2016-10-171-23/+27
| * vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger2016-10-171-0/+1
| * vfio/platform: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-12/+13
| * vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-173-11/+10Star
| * vfio: Pass an error object to vfio_get_groupEric Auger2016-10-173-17/+21
| * vfio: Pass an Error object to vfio_connect_containerEric Auger2016-10-171-15/+25
| * vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger2016-10-173-8/+8
| * vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger2016-10-171-28/+31
| * vfio/pci: Pass an error object to vfio_intx_enableEric Auger2016-10-171-12/+29
| * vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger2016-10-171-5/+8
| * vfio/pci: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-14/+12Star
| * vfio/pci: Pass an error object to vfio_populate_vgaEric Auger2016-10-173-9/+16
| * vfio/pci: Use local error object in vfio_initfnEric Auger2016-10-171-30/+42
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell2016-10-182-138/+124Star
|\ \
| * | pc: Register TYPE_PC_MACHINE properties as class propertiesEduardo Habkost2016-10-171-30/+26Star
| * | machine: Register TYPE_MACHINE properties as class propertiesEduardo Habkost2016-10-171-108/+98Star
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-185-29/+86
|\ \
| * | intel_iommu: reject broken EIMRadim Krčmář2016-10-171-1/+15
| * | intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář2016-10-171-3/+21
| * | intel_iommu: redo configuraton check in realizeRadim Krčmář2016-10-171-8/+18
| * | intel_iommu: pass whole remapped addresses to apicRadim Krčmář2016-10-171-12/+9Star
| * | apic: add send_msi() to APICCommonClassRadim Krčmář2016-10-173-8/+25
| * | apic: add global apic_get_class()Radim Krčmář2016-10-171-0/+1
| |/
* | hw/char/pl011: Add trace eventsPeter Maydell2016-10-172-21/+59
* | hw/intc/arm_gicv3: Fix ICC register tracepointsPeter Maydell2016-10-172-15/+22
* | pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B2016-10-171-1/+1
* | hw/arm/virt: no ITS on older machine typesAndrew Jones2016-10-172-5/+12
* | hw/arm/virt-acpi-build: fix MADT generationAndrew Jones2016-10-171-8/+6Star
* | hw/intc/arm_gic_kvm: Fix build on aarch64Christopher Covington2016-10-171-14/+0Star
* | hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth2016-10-171-1/+1
* | hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich2016-10-171-2/+2
* | aspeed: add support for the SMC segment registersCédric Le Goater2016-10-171-5/+130
* | aspeed: create mapping regions for the maximum number of slavesCédric Le Goater2016-10-171-3/+13
* | aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-172-7/+42
* | aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-172-16/+30
* | aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-172-9/+15
* | aspeed: rename the smc object to fmcCédric Le Goater2016-10-172-10/+10
* | Reducing stack frame size in stream_process_mem2s()Rutuja Shah2016-10-171-4/+4
|/
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2016-10-1710-186/+241
|\
| * 9pfs: fix memory leak in v9fs_writeLi Qiang2016-10-171-1/+1
| * 9pfs: fix memory leak in v9fs_linkLi Qiang2016-10-171-0/+1
| * 9pfs: fix memory leak in v9fs_xattrcreateLi Qiang2016-10-171-0/+1
| * 9pfs: fix information leak in xattr readLi Qiang2016-10-171-1/+1