aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-03target-arm: Don't report presence of EL2 if it doesn't existPeter Maydell
2016-02-03libvixl: Avoid std::abs() of 64-bit typePeter Maydell
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov
2016-02-03target-arm: Implement the S2 MMU inputsize > pamax checkEdgar E. Iglesias
2016-02-03target-arm: Rename check_s2_startlevel to check_s2_mmu_setupEdgar E. Iglesias
2016-02-03target-arm: Apply S2 MMU startlevel table size check to AArch64Edgar E. Iglesias
2016-02-03hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias
2016-02-03target-arm: Make various system registers visible to EL3Peter Maydell
2016-02-03virt-acpi-build: add always-on property for timerAndrew Jones
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell
2016-02-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...Peter Maydell
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann
2016-02-03console: block rendering until client is doneGerd Hoffmann
2016-02-03zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller
2016-02-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell
2016-02-02block: qemu-iotests - add test for snapshot, commit, snapshot bugJeff Cody
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...Peter Maydell
2016-02-02iotests: Add "qemu-img map" test for VMDK extentsFam Zheng
2016-02-02qemu-img: Make MapEntry a QAPI structFam Zheng
2016-02-02qemu-img: In "map", use the returned "file" from bdrv_get_block_statusFam Zheng
2016-02-02block: Use returned *file in bdrv_co_get_block_statusFam Zheng
2016-02-02vmdk: Return extent's file in bdrv_get_block_statusFam Zheng
2016-02-02vmdk: Fix calculation of block status's offsetFam Zheng
2016-02-02vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng
2016-02-02vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng
2016-02-02sheepdog: Assign bs to file in sd_co_get_block_statusFam Zheng
2016-02-02qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng
2016-02-02parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng
2016-02-02iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng
2016-02-02raw: Assign bs to file in raw_co_get_block_statusFam Zheng
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng
2016-02-02qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini
2016-02-02iotests: Add test for block jobs and BDS ejectionMax Reitz
2016-02-02iotests: Add test for multiple BB on BDS treeMax Reitz
2016-02-02block: Rewrite bdrv_close_all()Max Reitz
2016-02-02block: Add blk_remove_all_bs()Max Reitz
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz
2016-02-02block: Add list of all BlockDriverStatesMax Reitz
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz
2016-02-02block: Use blk_remove_bs() in blk_delete()Max Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02nbd: Switch from close to eject notifierMax Reitz