aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-26Merge remote-tracking branch 'sstabellini/compile-xs' into stagingAnthony Liguori6-26/+17
2012-06-26Merge remote-tracking branch 'sstabellini/xen-pt' into stagingAnthony Liguori16-19/+4253
2012-06-26Merge remote-tracking branch 'kraxel/usb.54' into stagingAnthony Liguori4-26/+139
2012-06-24Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl7-49/+361
2012-06-24Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2-189/+149
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-7/+20
2012-06-24Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl16-487/+569
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf1-0/+1
2012-06-24uImage: increase the gzip load sizeAlexander Graf1-2/+2
2012-06-24PPC: e500: allow users to set the /compatible property via -machineAlexander Graf1-3/+9
2012-06-24PPC: e500: Refactor serial dt generationAlexander Graf1-28/+26
2012-06-24PPC: e500: Extend address/size of / to 64bitAlexander Graf1-10/+18
2012-06-24PPC: e500: Define addresses as always 64bitAlexander Graf1-17/+17
2012-06-24PPC: e500: Use new SOC dt formatAlexander Graf1-5/+4
2012-06-24PPC: e500: Use new MPIC dt formatAlexander Graf1-15/+18
2012-06-24PPC: e500: enable manual loading of dtb blobAlexander Graf1-4/+22
2012-06-24PPC: e500: dt: use target_phys_addr_t for ramsizeAlexander Graf1-1/+1
2012-06-24PPC: e500: dt: use 64bit cell helperAlexander Graf1-3/+3
2012-06-24dt: Add -machine dumpdtb option to dump the current dtbAlexander Graf1-0/+18
2012-06-24PPC: e500: dt: start with empty device treeAlexander Graf1-7/+1
2012-06-24PPC: e500: dt: create pci node dynamicallyAlexander Graf1-0/+50
2012-06-24PPC: e500: dt: create global-utils node dynamicallyAlexander Graf1-0/+9
2012-06-24PPC: e500: dt: create mpic node dynamicallyAlexander Graf1-0/+16
2012-06-24PPC: e500: dt: create serial nodes dynamicallyAlexander Graf1-0/+35
2012-06-24PPC: e500: dt: create /soc8544 node dynamicallyAlexander Graf1-0/+17
2012-06-24PPC: e500: dt: create /chosen node dynamicallyAlexander Graf1-0/+1
2012-06-24PPC: e500: dt: create / node dynamicallyAlexander Graf1-0/+8
2012-06-24PPC: e500: dt: create /hypervisor node dynamicallyAlexander Graf1-0/+1
2012-06-24PPC: e500: dt: create /cpus node dynamicallyAlexander Graf1-0/+5
2012-06-24PPC: e500: dt: create memory node dynamicallyAlexander Graf1-4/+4
2012-06-24PPC: e500: require libfdtAlexander Graf2-6/+1
2012-06-24spapr: Add "memop" hypercallBenjamin Herrenschmidt3-1/+73
2012-06-24spapr_vscsi: Error handling fixesBenjamin Herrenschmidt1-1/+3
2012-06-24pseries: Correctly create ibm,segment-page-sizes propertyBenjamin Herrenschmidt1-0/+43
2012-06-24PPC: mpc8544ds: Span initial TLB entry over as much RAM as we needAlexander Graf1-14/+27
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl1-13/+17
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong5-2/+1173
2012-06-21Introduce apic-msidef.hAnthony PERARD2-10/+31
2012-06-21Introduce Xen PCI Passthrough, PCI config space helpersAllen Kay3-0/+1399
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay5-0/+1075
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD2-0/+110
2012-06-21pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD3-9/+14
2012-06-21Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD3-0/+452
2012-06-21pci_ids: Add INTEL_82599_SFP_VF id.Anthony PERARD1-0/+1
2012-06-21xilinx_timer: Fixed deadlock issuePeter A. G. Crosthwaite1-1/+1
2012-06-21xilinx_timer: Removed include of qemu-timerPeter A. G. Crosthwaite1-1/+0
2012-06-21xenstore: Use <xenstore.h>Anthony PERARD1-1/+5
2012-06-21xen: Reorganize includes of Xen headers.Anthony PERARD5-25/+12
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann1-2/+2
2012-06-20usb-host: live migration supportGerd Hoffmann1-1/+46