summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau35-219/+238
2016-10-24char: rename some frontend functionsMarc-André Lureau14-17/+17
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau5-45/+59
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau30-258/+292
2016-10-24xilinx: fix buffer overflow on realizePaolo Bonzini1-2/+5
2016-10-24char: remove init callbackMarc-André Lureau11-15/+15
2016-10-24malta: replace chr init by CHR_EVENT_OPENED handlerMarc-André Lureau1-11/+19
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau7-9/+10
2016-10-24char: serial: check divider value against baud basePrasad J Pandit1-1/+2
2016-10-18Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161017.0' ...Peter Maydell6-189/+248
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell2-138/+124
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell5-29/+86
2016-10-17hw/char/pl011: Add trace eventsPeter Maydell2-21/+59
2016-10-17hw/intc/arm_gicv3: Fix ICC register tracepointsPeter Maydell2-15/+22
2016-10-17pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B1-1/+1
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones2-5/+12
2016-10-17hw/arm/virt-acpi-build: fix MADT generationAndrew Jones1-8/+6
2016-10-17hw/intc/arm_gic_kvm: Fix build on aarch64Christopher Covington1-14/+0
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth1-1/+1
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich1-2/+2
2016-10-17aspeed: add support for the SMC segment registersCédric Le Goater1-5/+130
2016-10-17aspeed: create mapping regions for the maximum number of slavesCédric Le Goater1-3/+13
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2-7/+42
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater2-16/+30
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2-9/+15
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater2-10/+10
2016-10-17Reducing stack frame size in stream_process_mem2s()Rutuja Shah1-4/+4
2016-10-17pc: Register TYPE_PC_MACHINE properties as class propertiesEduardo Habkost1-30/+26
2016-10-17machine: Register TYPE_MACHINE properties as class propertiesEduardo Habkost1-108/+98
2016-10-17intel_iommu: reject broken EIMRadim Krčmář1-1/+15
2016-10-17intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář1-3/+21
2016-10-17intel_iommu: redo configuraton check in realizeRadim Krčmář1-8/+18
2016-10-17intel_iommu: pass whole remapped addresses to apicRadim Krčmář1-12/+9
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář3-8/+25
2016-10-17apic: add global apic_get_class()Radim Krčmář1-0/+1
2016-10-17vfio: fix duplicate function callCao jin1-2/+6
2016-10-17vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt1-1/+1
2016-10-17vfio/pci: Handle host oversightEric Auger1-0/+11
2016-10-17vfio/pci: Remove vfio_populate_device returned valueEric Auger1-13/+10
2016-10-17vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger1-10/+10
2016-10-17vfio/pci: Conversion to realizeEric Auger2-39/+27
2016-10-17vfio/platform: Pass an error object to vfio_base_device_initEric Auger1-23/+27
2016-10-17vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger1-0/+1
2016-10-17vfio/platform: Pass an error object to vfio_populate_deviceEric Auger1-12/+13
2016-10-17vfio: Pass an error object to vfio_get_deviceEric Auger3-11/+10
2016-10-17vfio: Pass an error object to vfio_get_groupEric Auger3-17/+21
2016-10-17vfio: Pass an Error object to vfio_connect_containerEric Auger1-15/+25
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger3-8/+8
2016-10-17vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger1-28/+31
2016-10-17vfio/pci: Pass an error object to vfio_intx_enableEric Auger1-12/+29