aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-02-18hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell
2016-02-18hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell
2016-02-18loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell
2016-02-18hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell
2016-02-18hw/timer: QOM'ify pxa2xx_timerpull-target-arm-20160218-1xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau
2016-02-17cuda: add a framework to handle commandsHervé Poussineau
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson
2016-02-17hw: fix some debug message format stringsAlyssa Milburn