summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-14hw/dma: QOM'ify pxa2xx_dma.cxiaoqiang zhao1-16/+22
2016-06-14hw/misc: QOM'ify mst_fpga.cxiaoqiang zhao1-7/+6
2016-06-14hw/misc: QOM'ify exynos4210_pmu.cxiaoqiang zhao1-6/+5
2016-06-14hw/misc: QOM'ify arm_l2x0.cxiaoqiang zhao1-6/+5
2016-06-14hw/gpio: QOM'ify zaurus.cxiaoqiang zhao1-8/+6
2016-06-14hw/gpio: QOM'ify pl061.cxiaoqiang zhao1-16/+8
2016-06-14hw/gpio: QOM'ify omap_gpio.cxiaoqiang zhao1-30/+31
2016-06-14hw/i2c: QOM'ify versatile_i2c.cxiaoqiang zhao1-13/+6
2016-06-14hw/i2c: QOM'ify omap_i2c.cxiaoqiang zhao1-17/+25
2016-06-14hw/i2c: QOM'ify exynos4210_i2c.cxiaoqiang zhao1-7/+6
2016-06-14hw/i2c: QOM'ify bitbang_i2c.cxiaoqiang zhao1-8/+6
2016-06-14hw/arm/virt: create the 2.7 machine typeAndrew Jones1-2/+18
2016-06-14hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATESTAndrew Jones1-3/+10
2016-06-14hw/arm/virt: introduce DEFINE_VIRT_MACHINEAndrew Jones1-17/+24
2016-06-14hw/arm/virt: separate versioned type-init codeAndrew Jones1-6/+10
2016-06-14target-arm: Fix reset and migration of TTBCR(S)Peter Maydell1-1/+4
2016-06-14hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI tableShannon Zhao1-0/+4
2016-06-14hw/arm/virt: Add PMU node for virt machineShannon Zhao5-0/+91
2016-06-14target-arm: kvm64: set guest PMUv3 feature bit if supportedShannon Zhao2-0/+7
2016-06-14xen: Clean up includesPeter Maydell2-5/+1
2016-06-14qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...Peter Maydell1-0/+7
2016-06-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160614' into stagingPeter Maydell20-59/+251
2016-06-14s390x/kvm: Fixup interrupt type for non-adapter I/O interruptsChristian Borntraeger1-2/+3
2016-06-14s390x: Limit s390-ccw machines to 248 CPUsChristian Borntraeger1-1/+1
2016-06-14virtio-ccw: Provide traces for indicator changesChristian Borntraeger2-0/+2
2016-06-14s390x/css: introduce property type for device idsCornelia Huck4-48/+131
2016-06-14s390x/css: clear IO irqs when generating IPI CRWHalil Pasic1-3/+40
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic3-0/+36
2016-06-14linux-headers: updateCornelia Huck10-5/+38
2016-06-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160614' into...Peter Maydell11-79/+167
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2-22/+41
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2-20/+31
2016-06-14Add PowerPC AT_HWCAP2 definitionsAnton Blanchard1-0/+13
2016-06-14ppc: Add PowerISA 2.07 compatibility modeThomas Huth2-2/+7
2016-06-14ppc: Improve PCR bit selection in ppc_set_compat()Thomas Huth2-4/+13
2016-06-14ppc: Provide function to get CPU class of the host CPUThomas Huth2-5/+21
2016-06-14ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth4-5/+9
2016-06-14ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth1-25/+36
2016-06-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s...Peter Maydell12-61/+96
2016-06-13xen/blkif: avoid double access to any shared ring request fieldsJan Beulich2-6/+8
2016-06-13Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v...Peter Maydell4-14/+18
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger1-3/+2
2016-06-13crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini1-3/+1
2016-06-13crypto: remove temp files on completion of secrets testDaniel P. Berrange1-2/+4
2016-06-13TLS: provide slightly more information when TLS certificate loading failsAlex Bligh1-6/+11
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost9-16/+10
2016-06-13pxa2xx: Unconditionally enable USB controllerEduardo Habkost1-8/+4
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-33/+30
2016-06-13Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160613-tag' into...Peter Maydell4-1/+79
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann1-4/+52