index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...
Peter Maydell
7
-20
/
+85
2016-02-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...
Peter Maydell
3
-13
/
+12
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
4
-0
/
+27
2016-02-03
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
3
-2
/
+8
2016-02-03
virtio-gpu: maintain command queue
Gerd Hoffmann
2
-17
/
+37
2016-02-03
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
1
-1
/
+2
2016-02-03
console: block rendering until client is done
Gerd Hoffmann
2
-0
/
+12
2016-02-03
zap qemu_egl_has_ext in include/ui/egl-helpers.h
Gerd Hoffmann
1
-1
/
+0
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
3
-13
/
+12
2016-02-02
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
52
-323
/
+1302
2016-02-02
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Jeff Cody
3
-0
/
+139
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
3
-12
/
+16
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...
Peter Maydell
1
-4
/
+7
2016-02-02
iotests: Add "qemu-img map" test for VMDK extents
Fam Zheng
2
-0
/
+35
2016-02-02
qemu-img: Make MapEntry a QAPI struct
Fam Zheng
2
-29
/
+69
2016-02-02
qemu-img: In "map", use the returned "file" from bdrv_get_block_status
Fam Zheng
1
-1
/
+1
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Fix calculation of block status's offset
Fam Zheng
1
-2
/
+4
2016-02-02
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
1
-0
/
+2
2016-02-02
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2
-0
/
+2
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
17
-35
/
+66
2016-02-02
block: acquire in bdrv_query_image_info
Paolo Bonzini
1
-2
/
+7
2016-02-02
iotests: Add test for block jobs and BDS ejection
Max Reitz
3
-0
/
+246
2016-02-02
iotests: Add test for multiple BB on BDS tree
Max Reitz
3
-0
/
+101
2016-02-02
block: Rewrite bdrv_close_all()
Max Reitz
1
-8
/
+26
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
2
-0
/
+16
2016-02-02
blockdev: Keep track of monitor-owned BDS
Max Reitz
4
-1
/
+37
2016-02-02
block: Add list of all BlockDriverStates
Max Reitz
2
-0
/
+9
2016-02-02
block: Make bdrv_close() static
Max Reitz
2
-2
/
+3
2016-02-02
blockdev: Use blk_remove_bs() in do_drive_del()
Max Reitz
1
-1
/
+1
2016-02-02
block: Use blk_remove_bs() in blk_delete()
Max Reitz
1
-4
/
+3
2016-02-02
block: Remove BDS close notifier
Max Reitz
5
-19
/
+0
2016-02-02
nbd: Switch from close to eject notifier
Max Reitz
2
-35
/
+18
2016-02-02
virtio-scsi: Catch BDS-BB removal/insertion
Max Reitz
2
-0
/
+65
2016-02-02
virtio-blk: Functions for op blocker management
Max Reitz
1
-18
/
+59
2016-02-02
block: Add BB-BDS remove/insert notifiers
Max Reitz
2
-0
/
+22
2016-02-02
iotests: Add test for eject under NBD server
Max Reitz
3
-0
/
+109
2016-02-02
block: Release named dirty bitmaps in bdrv_close()
Max Reitz
1
-8
/
+31
2016-02-02
block: Remove unused struct definition BlockFinishData
Fam Zheng
1
-8
/
+0
2016-02-02
iotests: Add test for a nonexistent NBD export
Max Reitz
3
-0
/
+81
2016-02-02
iotests: Make redirecting qemu's stderr optional
Max Reitz
1
-2
/
+13
2016-02-02
iotests: Make _filter_nbd support more URL types
Max Reitz
1
-1
/
+2
[next]