aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei3-21/+31
2016-02-25exec: store RAMBlock pointer into memory regionGonglei3-0/+5
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis3-9/+14
2016-02-22dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu3-6/+46
2016-02-22Dump: add hmp command "info dump"Peter Xu3-0/+32
2016-02-22Dump: add qmp command "query-dump"Peter Xu3-6/+76
2016-02-22DumpState: adding total_size and written_size fieldsPeter Xu2-0/+41
2016-02-22dump-guest-memory: add "detach" supportPeter Xu4-1/+34
2016-02-22dump-guest-memory: disable dump when in INMIGRATE statePeter Xu1-0/+5
2016-02-22dump-guest-memory: introduce dump_process() helper function.Peter Xu2-10/+24
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu3-0/+31
2016-02-22dump-guest-memory: using static DumpState, add DumpStatusPeter Xu3-5/+36
2016-02-22dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu5-10/+23
2016-02-22dump-guest-memory: cleanup: removing dump_{error|cleanup}().Peter Xu1-46/+32
2016-02-22scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng1-2/+3
2016-02-19qemu-options.hx: Improve documentation of chardev multiplexing modePeter Maydell2-12/+63
2016-02-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-...Peter Maydell25-348/+1144
2016-02-18hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao1-15/+21
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao1-6/+5
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao1-1/+1
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao1-21/+19
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann1-9/+12
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann1-5/+76
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann1-0/+37
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell1-0/+30
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell1-92/+64
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell1-14/+66
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell1-16/+54
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell4-26/+45
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2-31/+69
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell4-5/+252
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell1-5/+5
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell2-22/+80
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell1-6/+0
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang1-4/+2
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang1-4/+27
2016-02-18target-arm: Add PMUSERENR_EL0 registerAlistair Francis1-0/+6
2016-02-18target-arm: Add the pmovsclr_el0 and pmintenclr_el1 registersAlistair Francis1-0/+12
2016-02-18target-arm: Add the pmceid0 and pmceid1 registersAlistair Francis4-0/+22
2016-02-18target-arm: UNDEF in the UNPREDICTABLE SRS-from-System casePeter Maydell2-4/+13
2016-02-18target-arm: Combine user-only and softmmu get/set_r13_banked()Peter Maydell1-19/+0
2016-02-18target-arm: Move bank_number() into internals.hPeter Maydell2-26/+25
2016-02-18target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell2-33/+37
2016-02-18target-arm: Clean up trap/undef handling of SRSPeter Maydell1-5/+61
2016-02-18target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell3-2/+20
2016-02-18target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell1-9/+30
2016-02-18target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell1-3/+24