summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2019-11-291-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2019-11-291-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2019-11-291-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2019-11-291-21/+19
* hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann2019-11-291-9/+12
* hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann2019-11-291-5/+76
* hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann2019-11-291-0/+37
* hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell2019-11-291-0/+30
* hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell2019-11-291-92/+64
* hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell2019-11-291-14/+66
* hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell2019-11-291-16/+54
* sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell2019-11-294-26/+45
* hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2019-11-291-29/+68
* hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2019-11-293-5/+190
* hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell2019-11-291-5/+5
* hw/sd/sd.c: QOMifyPeter Maydell2019-11-291-22/+77
* hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell2019-11-291-6/+0
* ARM: PL061: Cleaning field of PL061 device stateWei Huang2019-11-291-4/+2
* ARM: PL061: Clear PL061 device state after resetWei Huang2019-11-291-4/+27
* vhost-user interrupt management fixesVictor Kaplansky2019-11-294-8/+31
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2019-11-291-0/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2019-11-291-0/+1
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2019-11-291-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2019-11-291-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2019-11-291-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2019-11-291-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2019-11-291-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2019-11-291-1/+16
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-293-10/+27
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2019-11-292-6/+31
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2019-11-291-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2019-11-291-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2019-11-291-0/+34
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2019-11-291-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2019-11-291-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2019-11-291-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2019-11-291-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2019-11-291-7/+0
* pseries: Move hash page table allocation to reset timeDavid Gibson2019-11-291-74/+56
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2019-11-291-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2019-11-291-45/+41
* hw: fix some debug message format stringsAlyssa Milburn2019-11-292-4/+6
* ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater2019-11-291-8/+8
* mptsas: fix wrong formulaPaolo Bonzini2019-11-291-1/+1
* mptsas: fix memory leakPaolo Bonzini2019-11-291-0/+1
OpenPOWER on IntegriCloud