aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-06-26Merge remote-tracking branch 'spice/spice.v58' into stagingAnthony Liguori
2012-06-26Merge remote-tracking branch 'sstabellini/compile-xs' into stagingAnthony Liguori
2012-06-26Merge remote-tracking branch 'sstabellini/xen-pt' into stagingAnthony Liguori
2012-06-26Merge remote-tracking branch 'kraxel/usb.54' into stagingAnthony Liguori
2012-06-24Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-06-24Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-06-24Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf
2012-06-24uImage: increase the gzip load sizeAlexander Graf
2012-06-24PPC: e500: allow users to set the /compatible property via -machineAlexander Graf
2012-06-24PPC: e500: Refactor serial dt generationAlexander Graf
2012-06-24PPC: e500: Extend address/size of / to 64bitAlexander Graf
2012-06-24PPC: e500: Define addresses as always 64bitAlexander Graf
2012-06-24PPC: e500: Use new SOC dt formatAlexander Graf
2012-06-24PPC: e500: Use new MPIC dt formatAlexander Graf
2012-06-24PPC: e500: enable manual loading of dtb blobAlexander Graf
2012-06-24PPC: e500: dt: use target_phys_addr_t for ramsizeAlexander Graf
2012-06-24PPC: e500: dt: use 64bit cell helperAlexander Graf
2012-06-24dt: Add -machine dumpdtb option to dump the current dtbAlexander Graf
2012-06-24PPC: e500: dt: start with empty device treeAlexander Graf
2012-06-24PPC: e500: dt: create pci node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create global-utils node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create mpic node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create serial nodes dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create /soc8544 node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create /chosen node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create / node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create /hypervisor node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create /cpus node dynamicallyAlexander Graf
2012-06-24PPC: e500: dt: create memory node dynamicallyAlexander Graf
2012-06-24PPC: e500: require libfdtAlexander Graf
2012-06-24spapr: Add "memop" hypercallBenjamin Herrenschmidt
2012-06-24spapr_vscsi: Error handling fixesBenjamin Herrenschmidt
2012-06-24pseries: Correctly create ibm,segment-page-sizes propertyBenjamin Herrenschmidt
2012-06-24PPC: mpc8544ds: Span initial TLB entry over as much RAM as we needAlexander Graf
2012-06-22vga: raise default vgamem sizeGerd Hoffmann
2012-06-22add pc-1.2Gerd Hoffmann
2012-06-22qxl: add vgamem_size_mb and vgamem_sizeAlon Levy
2012-06-22vga: make vram size configurableGerd Hoffmann
2012-06-22vga: raise xres+yres limitsGerd Hoffmann
2012-06-22qxl: reset current_async on qxl_soft_resetAlon Levy
2012-06-22hw/qxl: ignore guest from guestbug until resetAlon Levy
2012-06-22qxl: stop dirty loging when not in vga modeAlon Levy
2012-06-22hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/Alon Levy
2012-06-22arm_gic: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite
2012-06-21fdc: use LOG_UNIMP loggingBlue Swirl
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong