aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23qdev-monitor: Factor out find_device_state()Kevin Wolf
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-23block: Fix 'since' for compressed Drive/BlockdevBackupKevin Wolf
2016-09-23block: rename "read-only" to BDRV_OPT_READ_ONLYAlberto Garcia
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia
2016-09-23block: Don't queue the same BDS twice in bdrv_reopen_queue_child()Alberto Garcia
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23block: Update bs->open_flags earlier in bdrv_open_common()Alberto Garcia
2016-09-23block: Set BDRV_O_ALLOW_RDWR and snapshot_options before storing the flagsAlberto Garcia
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia
2016-09-23tests: allow to specify list of formats to test for check-block.shDenis V. Lunev
2016-09-23hmp: Remove dead code in hmp_qemu_io()Kevin Wolf
2016-09-23qcow2: fix encryption during cow of sectorsDaniel P. Berrange
2016-09-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160922'...Peter Maydell
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell
2016-09-22disas/arm.c: Remove unused macro definitionsPeter Maydell
2016-09-22vmstateify ssi-sdDr. David Alan Gilbert
2016-09-22vmstateify ssd0323 displayDr. David Alan Gilbert
2016-09-22dma: xlnx-zynq-devcfg: Fix up XLNX_ZYNQ_DEVCFG_R_MAXNathan Rossi
2016-09-22loader: Add AddressSpace loading support to targphysAlistair Francis
2016-09-22loader: Add AddressSpace loading support to uImagesAlistair Francis
2016-09-22loader: Add AddressSpace loading support to ELFsAlistair Francis
2016-09-22loader: Allow a custom AddressSpace when loading ROMsAlistair Francis
2016-09-22loader: Use the specified MemoryRegionAlistair Francis
2016-09-22loader: Allow ELF loader to auto-detect the ELF archAlistair Francis
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis
2016-09-22cadence_gem: Correct indentationAlistair Francis
2016-09-22cadence_gem: Add queue supportAlistair Francis
2016-09-22cadence_gem: Add support for screeningAlistair Francis
2016-09-22cadence_gem: Add the num-priority-queues propertyAlistair Francis
2016-09-22cadence_gem: QOMify Cadence GEMAlistair Francis
2016-09-22tests: Add ptimer testsDmitry Osipenko
2016-09-22hw/ptimer: Suppress error messages under qtestDmitry Osipenko
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater
2016-09-22arm: add Cortex A7 CPU parametersAndrey Yurovsky