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
2015-05-12
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...
Peter Maydell
1
-3
/
+0
2015-05-11
qobject: Clean up around qtype_code
Markus Armbruster
1
-3
/
+0
2015-05-08
sheepdog: fix resource leak with sd_snapshot_create
zhanghailiang
1
-0
/
+1
2015-04-28
block: move I/O request processing to block/io.c
Stefan Hajnoczi
2
-1
/
+2541
2015-04-28
vmdk: Widen before shifting 32 bit header field
Fam Zheng
1
-1
/
+1
2015-04-28
block/dmg: make it modular
Michael Tokarev
1
-1
/
+2
2015-04-28
block/mirror: Always call block_job_sleep_ns()
Max Reitz
1
-3
/
+0
2015-04-28
block: Ensure consistent bitmap function prototypes
John Snow
2
-17
/
+11
2015-04-28
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
2
-22
/
+137
2015-04-28
qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
John Snow
1
-9
/
+1
2015-04-28
qmp: Ensure consistent granularity type
John Snow
1
-2
/
+2
2015-04-28
qapi: Add optional field "name" to block dirty bitmap
Fam Zheng
1
-1
/
+1
2015-04-28
block/iscsi: use the allocationmap also if cache.direct=on
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: bump year in copyright notice
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: handle SCSI_STATUS_TASK_SET_FULL
Peter Lieven
1
-2
/
+5
2015-04-28
block/iscsi: increase retry count
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: optimize WRITE10/16 if cache.writeback is not set
Peter Lieven
1
-3
/
+15
2015-04-28
block/iscsi: store DPOFUA bit from the modesense command
Peter Lieven
1
-0
/
+3
2015-04-28
block/iscsi: rename iscsi_write_protected and let it return void
Peter Lieven
1
-5
/
+5
2015-04-28
block/iscsi: change all iscsilun properties from uint8_t to bool
Peter Lieven
1
-7
/
+7
2015-04-28
block/iscsi: do not forget to logout from target
Peter Lieven
1
-0
/
+6
2015-04-28
qmp: fill in the image field in BlockDeviceInfo
Alberto Garcia
1
-21
/
+25
2015-04-28
block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
Alberto Garcia
1
-2
/
+6
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
9
-28
/
+29
2015-04-28
block: add bdrv_get_device_or_node_name()
Alberto Garcia
1
-4
/
+1
2015-04-28
blockjob: Update function name in comments
Fam Zheng
2
-2
/
+2
2015-04-28
blockjob: Allow nested pause
Fam Zheng
1
-1
/
+1
2015-04-28
block/null: Support reopen
Fam Zheng
1
-0
/
+8
2015-04-28
block/null: Latency simulation by adding new option "latency-ns"
Fam Zheng
1
-6
/
+52
2015-04-28
vhdx: Fix zero-fill iov length
Kevin Wolf
1
-2
/
+2
2015-04-28
blkdebug: Add bdrv_truncate()
Kevin Wolf
1
-0
/
+6
2015-04-28
block-backend: Expose bdrv_write_zeroes()
Kevin Wolf
1
-0
/
+11
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
5
-7
/
+7
2015-04-28
savevm: create snapshot failed when id_str already exists
Yi Wang
1
-4
/
+2
2015-04-09
block/iscsi: handle zero events from iscsi_which_events
Peter Lieven
1
-6
/
+27
2015-04-08
qcow2: Fix header update with overridden backing file
Kevin Wolf
2
-7
/
+28
2015-03-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+10
2015-03-19
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...
Peter Maydell
1
-1
/
+1
2015-03-19
raw-posix: Deprecate aio=threads fallback without O_DIRECT
Kevin Wolf
1
-0
/
+8
2015-03-19
raw-posix: Deprecate host floppy passthrough
Markus Armbruster
1
-0
/
+2
2015-03-19
block/qapi: Fix Sparse warning
Stefan Weil
1
-1
/
+1
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2
-3
/
+1
2015-03-18
nbd: Fix nbd_establish_connection()'s return value
Max Reitz
1
-1
/
+1
2015-03-16
block/vpc: remove disabled code from get_sector_offset
Peter Lieven
1
-32
/
+0
2015-03-16
block/vpc: rename footer->size -> footer->current_size
Peter Lieven
1
-4
/
+5
2015-03-16
block/vpc: make calculate_geometry spec conform
Peter Lieven
1
-19
/
+22
2015-03-16
vpc: Ignore geometry for large images
Kevin Wolf
1
-6
/
+4
2015-03-16
block/vpc: optimize vpc_co_get_block_status
Peter Lieven
1
-10
/
+8
2015-03-16
qcow2: Respect new_block in alloc_refcount_block()
Max Reitz
1
-2
/
+14
2015-03-16
block: Fix block-set-write-threshold not to use funky error class
Markus Armbruster
1
-1
/
+1
[next]