summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson3-4/+5
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson1-42/+51
2012-06-27iommu: Add universal DMA helper functionsDavid Gibson1-9/+12
2012-06-27Better support for dma_addr_t variablesDavid Gibson1-0/+12
2012-06-27rtl8139: validate rx ring before receiving packetsJason Wang1-10/+12
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori1-2/+3
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-06-26Merge remote-tracking branch 'spice/spice.v58' into stagingAnthony Liguori10-70/+175
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-22vga: raise default vgamem sizeGerd Hoffmann4-3/+27
2012-06-22add pc-1.2Gerd Hoffmann1-2/+10
2012-06-22qxl: add vgamem_size_mb and vgamem_sizeAlon Levy2-30/+44
2012-06-22vga: make vram size configurableGerd Hoffmann8-14/+50
2012-06-22vga: raise xres+yres limitsGerd Hoffmann1-2/+2
2012-06-22qxl: reset current_async on qxl_soft_resetAlon Levy1-0/+1
2012-06-22hw/qxl: ignore guest from guestbug until resetAlon Levy2-1/+15