summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann2015-12-221-1/+4
* sdhci: don't raise a command index error for an unexpected responseAndrew Baumann2015-12-221-3/+0Star
* sd: sdhci: Delete over-zealous power checkPeter Crosthwaite2015-12-221-1/+1
* block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2015-12-221-1/+1
* virtio-blk: trivial code optimizationGonglei2015-12-221-18/+10Star
* xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini2015-12-181-4/+6
* xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini2015-12-181-4/+8
* scsi: always call notifier on async cancellationPaolo Bonzini2015-12-171-3/+0Star
* scsi: use scsi_req_cancel_async when purging requestsPaolo Bonzini2015-12-171-2/+4
* cris: avoid "naked" qemu_logPaolo Bonzini2015-12-171-1/+1
* alpha: convert "naked" qemu_log to tracepointPaolo Bonzini2015-12-171-1/+2
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2015-12-173-6/+71
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-172-8/+42
* hw/misc: Hyper-V test device 'hyperv-testdev'Andrey Smetanin2015-12-172-0/+168
* linux-headers: update from kvm/nextPaolo Bonzini2015-12-171-2/+2
* vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability propertyShmulik Ladkani2015-12-171-0/+2
* vmw_pvscsi: The pvscsi device is a PCIE endpointShmulik Ladkani2015-12-171-1/+53
* vmw_pvscsi: coding: Introduce PVSCSIClassShmulik Ladkani2015-12-171-0/+10
* vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability propertyShmulik Ladkani2015-12-171-0/+2
* vmw_pvscsi: Change offset of msi pci capabilityShmulik Ladkani2015-12-171-2/+3
* vmw_pvscsi: Set device subsystem and revisionShmulik Ladkani2015-12-171-3/+20
* i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2015-12-173-1/+343
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2015-12-175-215/+421
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2015-12-173-23/+21Star
* i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois2015-12-171-1/+1
* ARM: Virt: Add gpio-keys node for Poweroff using DTShannon Zhao2015-12-171-0/+16
* ARM: Virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3Shannon Zhao2015-12-171-1/+15
* ARM: ACPI: Add _E03 for Power ButtonShannon Zhao2015-12-171-0/+14
* ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2015-12-171-0/+20
* ACPI: Add GPIO Connection DescriptorShannon Zhao2015-12-171-0/+68
* ARM: ACPI: Add power button device in ACPI DSDT tableShannon Zhao2015-12-171-0/+11
* ARM: ACPI: Add GPIO controller in ACPI DSDT tableShannon Zhao2015-12-171-0/+19
* ARM: Virt: Add a GPIO controllerShannon Zhao2015-12-171-0/+30
* acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov2015-12-172-20/+25
* acpi: support serialized methodXiao Guangrong2015-12-173-27/+41
* arm: soc-dma: use hwaddr instead of target_ulong in printfPaolo Bonzini2015-12-171-22/+17Star
* arm: explicitly mark device loads as little-endianPaolo Bonzini2015-12-172-6/+6
* i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2015-12-171-2/+10
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell2015-12-173-40/+37Star
|\
| * fw_cfg: replace ioport data read with generic methodGabriel L. Somlo2015-12-151-24/+1Star
| * fw_cfg: add generic non-DMA read methodGabriel L. Somlo2015-12-151-14/+31
| * fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo2015-12-151-2/+4
| * fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-153-3/+3
| * fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-151-9/+10
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-12-17' into ...Peter Maydell2015-12-176-15/+15
|\ \
| * | qapi: Change munging of CamelCase enum valuesEric Blake2015-12-173-6/+6
| * | qapi: Don't let implicit enum MAX member collideEric Blake2015-12-176-9/+9
| |/
* | ehci: make idt processing more robustGerd Hoffmann2015-12-151-2/+3
* | usb-mtp: add support for basic mtp eventsBandan Das2015-12-151-2/+27
* | usb-mtp: Add support for inotify based file monitoringBandan Das2015-12-151-0/+229