aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater1-1/+1
2016-06-14pc: Add 2.7 machineIgor Mammedov2-5/+24
2016-06-14Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell3-10/+9
2016-06-14arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic1-1/+31
2016-06-14introduce xlnx-dpKONRAD Frederic2-0/+1337
2016-06-14introduce xlnx-dpdmaKONRAD Frederic2-0/+787
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell2-0/+309
2016-06-14introduce dpcd moduleKONRAD Frederic2-0/+174
2016-06-14introduce aux-busKONRAD Frederic2-0/+293
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite1-18/+34
2016-06-14i2c: implement broadcast writeKONRAD Frederic1-55/+79
2016-06-14i2cbus: remove unused dev fieldKONRAD Frederic1-1/+0
2016-06-14hw/sd: QOM'ify pl181.cxiaoqiang zhao1-10/+16
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-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 Zhao1-0/+33
2016-06-14xen: Clean up includesPeter Maydell1-4/+1
2016-06-14qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...Peter Maydell1-0/+7
2016-06-14s390x: Limit s390-ccw machines to 248 CPUsChristian Borntraeger1-1/+1
2016-06-14virtio-ccw: Provide traces for indicator changesChristian Borntraeger1-0/+1
2016-06-14s390x/css: introduce property type for device idsCornelia Huck3-48/+114
2016-06-14s390x/css: clear IO irqs when generating IPI CRWHalil Pasic1-3/+40
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic2-0/+34
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-20/+37
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland1-20/+26
2016-06-14ppc: Add PowerISA 2.07 compatibility modeThomas Huth1-2/+4
2016-06-14ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth1-2/+2
2016-06-14ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth1-25/+36
2016-06-13xen/blkif: avoid double access to any shared ring request fieldsJan Beulich2-6/+8
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost7-7/+7
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-13usb-host: add special case for bus+addrGerd Hoffmann1-4/+52
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08hw/arm: virt uart fixxiaoqiang zhao1-4/+4
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-39/+59