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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2014-12-10
qcow2: Fix header extension size check
Kevin Wolf
3
-1
/
+5
2014-12-10
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT
Stefan Hajnoczi
1
-0
/
+4
2014-12-10
blockdev: acquire AioContext in QMP 'transaction' actions
Stefan Hajnoczi
2
-1
/
+53
2014-12-10
blockdev: drop unnecessary DriveBackupState field assignment
Stefan Hajnoczi
1
-2
/
+0
2014-12-10
blockdev: update outdated qmp_transaction() comments
Stefan Hajnoczi
1
-10
/
+6
2014-12-10
qemu-iotests: Test writing non-raw image headers to raw image
Kevin Wolf
4
-0
/
+364
2014-12-10
qemu-iotests: Fix stderr handling in common.qemu
Kevin Wolf
1
-1
/
+2
2014-12-10
raw: Prohibit dangerous writes for probed images
Kevin Wolf
3
-3
/
+69
2014-12-10
block: Read only one sector for format probing
Kevin Wolf
2
-3
/
+5
2014-12-10
block: Factor bdrv_probe_all() out of find_image_format()
Markus Armbruster
1
-13
/
+35
2014-12-10
qtests: Specify image format explicitly
Kevin Wolf
12
-18
/
+21
2014-12-10
qemu-iotests: Add qemu-io format option in Python tests
Kevin Wolf
3
-36
/
+36
2014-12-10
qemu-iotests: Use qemu-io -f $IMGFMT
Kevin Wolf
10
-24
/
+36
2014-12-10
qemu-io: Allow explicitly specifying format
Kevin Wolf
1
-8
/
+20
2014-12-10
tests: Use "command -v" instead of which(1) in shell scripts
Fam Zheng
2
-5
/
+5
2014-12-10
qemu-nbd: Use BlockBackend where reasonable
Max Reitz
1
-5
/
+5
2014-12-10
nbd: Use BlockBackend internally
Max Reitz
1
-28
/
+28
2014-12-10
nbd: Change external interface to BlockBackend
Max Reitz
4
-17
/
+18
2014-12-10
block: Add blk_add_close_notifier() for BB
Max Reitz
2
-0
/
+6
2014-12-10
block: Add AioContextNotifier functions to BB
Max Reitz
2
-0
/
+26
2014-12-10
block: Lift more functions into BlockBackend
Max Reitz
2
-0
/
+18
2014-12-10
ahci: replace SATA FIS type magic numbers with constants
Stefan Hajnoczi
2
-4
/
+7
2014-12-10
ahci: avoid #ifdef DEBUG_AHCI bitrot
Stefan Hajnoczi
1
-10
/
+8
2014-12-10
iotests: Plain blkdebug filename generation
Max Reitz
2
-1
/
+22
2014-12-10
blkdebug: Simplify and improve filename generation
Max Reitz
2
-73
/
+30
2014-12-10
monitor: Fix HMP tab completion
Kevin Wolf
1
-1
/
+1
2014-12-10
block/hmp: Allow node-name in 'info block'
Kevin Wolf
2
-4
/
+33
2014-12-10
block/hmp: Allow info = NULL in print_block_info()
Kevin Wolf
1
-9
/
+25
2014-12-10
block/hmp: Factor out print_block_info()
Kevin Wolf
1
-95
/
+97
2014-12-10
block/qapi: Add cache information to query-block
Kevin Wolf
5
-1
/
+60
2014-12-10
blockdev: acquire AioContext in change-backing-file
Stefan Hajnoczi
2
-6
/
+14
2014-12-10
blockdev: acquire AioContext in eject, change, and block_passwd
Stefan Hajnoczi
2
-7
/
+30
2014-12-10
blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE
Stefan Hajnoczi
1
-0
/
+4
2014-12-10
blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
Stefan Hajnoczi
2
-3
/
+15
2014-12-10
iotests: Use -qmp-pretty in 067
Max Reitz
2
-58
/
+723
2014-12-10
iotests: _filter_qmp for pretty JSON output
Max Reitz
1
-1
/
+3
2014-12-10
chardev: Add -qmp-pretty
Max Reitz
2
-5
/
+18
2014-12-10
qjson: Drop trailing space for pretty formatting
Max Reitz
1
-4
/
+6
2014-12-10
qmp: Add optional switch "query-nodes" in query-blockstats
Fam Zheng
4
-10
/
+25
2014-12-10
block: Include "node-name" if present in query-blockstats
Fam Zheng
2
-1
/
+9
2014-12-10
block: Add bdrv_get_node_name
Fam Zheng
2
-0
/
+6
2014-12-10
block: Add bdrv_next_node
Fam Zheng
2
-0
/
+9
2014-12-09
Open 2.3 development tree
Peter Maydell
1
-1
/
+1
2014-12-09
Update version for v2.2.0 release
v2.2.0
Peter Maydell
1
-1
/
+1
2014-12-04
Update version for v2.2.0-rc5 release
v2.2.0-rc5
Peter Maydell
1
-1
/
+1
2014-12-04
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2014-8106-20141204...
Peter Maydell
1
-17
/
+48
2014-12-01
Update version for v2.2.0-rc4 release
v2.2.0-rc4
Peter Maydell
1
-1
/
+1
2014-12-01
vhost: Fix vhostfd leak in error branch
Gonglei
2
-0
/
+3
2014-12-01
cirrus: don't overflow CirrusVGAState->cirrus_bltbuf
Gerd Hoffmann
1
-0
/
+4
2014-12-01
cirrus: fix blit region check
Gerd Hoffmann
1
-17
/
+44
[next]