summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+14
* virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+1
* virtio: add virtio_detach_element()Stefan Hajnoczi2016-10-101-2/+25
* acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov2016-10-101-0/+12
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-105-22/+12Star
* virtio-serial: enable virtio console emergency write featureSascha Silbe2016-10-101-3/+9
* virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe2016-10-101-0/+37
* virtio-balloon: Remove needless precompiled directiveLiang Li2016-10-101-2/+0Star
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-1/+5
* spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
* ppc: Check the availability of transactional memoryThomas Huth2016-10-051-1/+4
* hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-051-2/+9
* hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-051-30/+36
* pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson2016-10-051-2/+20
* spapr_vscsi: fix build error introduced by f19661c8Felipe Franciosi2016-10-052-2/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-042-2/+4
|\
| * block-backend: remove blk_flush_allJohn Snow2016-09-292-2/+4
* | cadence_gem: Fix priority queue out of bounds accessAlistair Francis2016-10-041-18/+4Star
* | generic-loader: Add a generic loaderAlistair Francis2016-10-042-0/+213
* | ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT tableShannon Zhao2016-10-041-0/+12
* | arm/virt: Add ITS to the virt boardPavel Fedin2016-10-041-6/+41
* | hw/intc/arm_gicv3_its: Implement support for in-kernel ITS emulationPavel Fedin2016-10-042-0/+122
* | hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin2016-10-042-0/+149
* | hw/intc/arm_gic(v3)_kvm: Initialize gsi routingEric Auger2016-10-042-0/+25
* | hw/arm/virt: add 2.8 machine typeAndrew Jones2016-10-041-2/+17
* | vmstateify tsc210xDr. David Alan Gilbert2016-10-041-123/+104Star
* | vmstateify tsc2005Dr. David Alan Gilbert2016-10-041-115/+75Star
* | hw/arm: Fix Integrator/CM initializationJakub Jermar2016-10-041-14/+21
* | mainstone: Add mapping for dot, slash and backspace.Vijay Kumar B2016-10-041-0/+3
* | mainstone: Fix incorrect key mapping for Enter key.Vijay Kumar B2016-10-041-1/+1
* | STM32F205: Connect the SPI devicesAlistair Francis2016-10-041-0/+22
* | STM32F205: Connect the ADC devicesAlistair Francis2016-10-041-0/+35
* | irq: Add a new irq device that allows the ORing of linesAlistair Francis2016-10-042-0/+108
* | STM32F2xx: Add the SPI deviceAlistair Francis2016-10-042-0/+226
* | STM32F2xx: Add the ADC deviceAlistair Francis2016-10-043-0/+308
* | STM32F2xx: Display PWM duty cycle from timerAlistair Francis2016-10-041-0/+9
* | STM32F205: Remove the individual device variablesAlistair Francis2016-10-041-18/+17Star
* | Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell2016-10-042-2/+2
|\ \
| * | smbios: fix uuid copyMarc-André Lureau2016-09-291-1/+1
| * | xenpv: Fix qemu_uuid compiling errorFam Zheng2016-09-291-1/+1
| |/
* | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into s...Peter Maydell2016-10-014-32/+38
|\ \
| * | s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe2016-09-281-6/+6
| * | s390x/pci: code cleanupYi Min Zhao2016-09-281-11/+0Star
| * | s390x/pci: assign msix io region for each pci deviceYi Min Zhao2016-09-282-13/+28
| * | s390x/pci: re-arrange variable declarationsPierre Morel2016-09-281-2/+4
* | | Merge remote-tracking branch 'remotes/yongbok/tags/mips-20160929' into stagingPeter Maydell2016-10-011-54/+27Star
|\ \ \
| * | | hw/dma: vmstateify rc4030Dr. David Alan Gilbert2016-09-291-54/+27Star
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-09-303-2/+14
|\ \ \
| * | | ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2016-09-292-1/+12
| * | | ahci: clear aiocb in ncq_cbJohn Snow2016-09-291-0/+1