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
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-29
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-5
/
+6
2016-03-28
block: never cancel a streaming job without running stream_complete()
Alberto Garcia
1
-5
/
+6
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
19
-12
/
+19
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
34
-1
/
+34
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
3
-10
/
+10
2016-03-17
quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
Alberto Garcia
1
-8
/
+9
2016-03-17
block: Use blk_co_pwritev() in blk_co_write_zeroes()
Kevin Wolf
1
-4
/
+5
2016-03-17
block: Use blk_aio_prwv() for aio_read/write/write_zeroes
Kevin Wolf
1
-13
/
+92
2016-03-17
block: Use blk_prw() in blk_pread()/blk_pwrite()
Kevin Wolf
1
-15
/
+21
2016-03-17
block: Use blk_co_pwritev() in blk_write_zeroes()
Kevin Wolf
1
-9
/
+8
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2
-16
/
+10
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2
-13
/
+31
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2
-8
/
+61
2016-03-17
block: Use BdrvChild in BlockBackend
Kevin Wolf
1
-101
/
+153
2016-03-17
block: Add blk_next_root_bs()
Max Reitz
1
-0
/
+24
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
2
-26
/
+38
2016-03-17
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
1
-17
/
+0
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
10
-33
/
+21
2016-03-17
blockdev: Separate BB name management
Max Reitz
1
-31
/
+61
2016-03-17
blockdev: Add list of all BlockBackends
Max Reitz
1
-1
/
+23
2016-03-17
blockdev: Rename blk_backends
Max Reitz
1
-9
/
+11
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
4
-34
/
+10
2016-03-17
block: Add blk_commit_all()
Max Reitz
1
-0
/
+5
2016-03-17
block: Use blk_next() in block-backend.c
Max Reitz
1
-6
/
+6
2016-03-17
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
1
-13
/
+0
2016-03-16
block/sheepdog: fix argument passed to qemu_strtoul()
Jeff Cody
1
-4
/
+7
2016-03-14
quorum: Fix crash in quorum_aio_cb()
Alberto Garcia
1
-5
/
+7
2016-03-14
block: Move block dirty bitmap code to separate files
Fam Zheng
2
-1
/
+388
2016-03-14
backup: Use Bitmap to replace "s->bitmap"
Fam Zheng
1
-5
/
+6
2016-03-14
vpc: Use BB functions in .bdrv_create()
Kevin Wolf
1
-16
/
+21
2016-03-14
vmdk: Use BB functions in .bdrv_create()
Kevin Wolf
1
-34
/
+43
2016-03-14
vhdx: Use BB functions in .bdrv_create()
Kevin Wolf
1
-13
/
+16
2016-03-14
vdi: Use BB functions in .bdrv_create()
Kevin Wolf
1
-9
/
+14
2016-03-14
sheepdog: Use BB functions in .bdrv_create()
Kevin Wolf
1
-19
/
+24
2016-03-14
qed: Use BB functions in .bdrv_create()
Kevin Wolf
1
-13
/
+15
2016-03-14
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
1
-29
/
+33
2016-03-14
qcow: Use BB functions in .bdrv_create()
Kevin Wolf
1
-11
/
+14
2016-03-14
parallels: Use BB functions in .bdrv_create()
Kevin Wolf
1
-11
/
+14
2016-03-14
block: Introduce blk_set_allow_write_beyond_eof()
Kevin Wolf
1
-7
/
+16
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
8
-11
/
+22
2016-03-14
vmdk: Switch to heap arrays for vmdk_parent_open
Fam Zheng
1
-6
/
+11
2016-03-14
vmdk: Switch to heap arrays for vmdk_read_cid
Fam Zheng
1
-1
/
+4
2016-03-14
vmdk: Switch to heap arrays for vmdk_write_cid
Fam Zheng
1
-11
/
+14
2016-03-14
quorum: modify vote rules for flush operation
Changlong Xie
1
-5
/
+16
2016-03-14
qmp event: Refactor QUORUM_REPORT_BAD
Changlong Xie
1
-5
/
+12
2016-03-14
block/vpc: give option to force the current_size field in .bdrv_create
Jeff Cody
1
-7
/
+35
2016-03-14
block/vpc: choose size calculation method based on creator_app field
Jeff Cody
1
-5
/
+82
2016-03-14
block/qapi: Include empty drives in query-blockstats
Kevin Wolf
1
-15
/
+33
[next]