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-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
2015-03-12
qcow2: fix the macro QCOW_MAX_L1_SIZE's use
Wen Congyang
2
-2
/
+2
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
11
-275
/
+893
2015-03-10
block/raw-posix: fix launching with failed disks
Stefan Hajnoczi
1
-2
/
+27
2015-03-10
sheepdog: Fix misleading error messages in sd_snapshot_create()
Markus Armbruster
1
-3
/
+2
2015-03-10
block/vdi: Add locking for parallel requests
Max Reitz
1
-0
/
+25
2015-03-10
sheepdog: fix confused return values
Liu Yuan
1
-0
/
+11
2015-03-10
block-backend: Add wrappers for blocksizes and geometry probing
Ekaterina Tumanova
1
-0
/
+10
2015-03-10
block: Add driver methods to probe blocksizes and geometry
Ekaterina Tumanova
2
-0
/
+115
2015-03-10
raw-posix: Factor block size detection out of raw_probe_alignment()
Ekaterina Tumanova
1
-16
/
+35
2015-03-10
blkdebug: fix "once" rule
John Snow
1
-2
/
+4
2015-03-10
qcow2: Allow creation with refcount order != 4
Max Reitz
1
-0
/
+18
2015-03-10
qcow2: Use symbolic macros in qcow2_amend_options
Max Reitz
1
-15
/
+16
2015-03-10
qcow2: refcount_order parameter for qcow2_create2
Max Reitz
1
-11
/
+36
2015-03-10
qcow2: Open images with refcount order != 4
Max Reitz
1
-4
/
+4
2015-03-10
qcow2: More helpers for refcount modification
Max Reitz
1
-2
/
+119
2015-03-10
qcow2: Helper function for refcount modification
Max Reitz
2
-53
/
+81
2015-03-10
qcow2: Helper for refcount array reallocation
Max Reitz
1
-49
/
+81
2015-03-10
qcow2: Use 64 bits for refcount values
Max Reitz
3
-25
/
+23
2015-03-10
qcow2: Use unsigned addend for update_refcount()
Max Reitz
3
-24
/
+52
2015-03-10
qcow2: Only return status from qcow2_get_refcount
Max Reitz
3
-44
/
+53
2015-03-10
qcow2: Do not return new value after refcount update
Max Reitz
1
-10
/
+15
2015-03-10
qcow2: Add refcount_bits to format-specific info
Max Reitz
1
-1
/
+3
2015-03-10
qcow2: Add two new fields to BDRVQcowState
Max Reitz
3
-2
/
+7
2015-03-10
iscsi: Fix check for username
Stefan Weil
1
-1
/
+1
2015-03-10
nbd: fix resource leak
Gonglei
1
-0
/
+1
2015-03-10
block: remove superfluous '\n' around error_report/error_setg
Gonglei
1
-3
/
+3
2015-03-09
qcow2: Remove unused struct QCowCreateState
Kevin Wolf
1
-11
/
+0
2015-03-09
block/raw-posix: fix compilation warning on OSX
Denis V. Lunev
1
-0
/
+2
2015-03-09
sheepdog: selectable object size support
Teruaki Ishizaki
1
-22
/
+133
2015-03-09
vpc: Implement bdrv_co_get_block_status()
Kevin Wolf
1
-2
/
+48
2015-03-09
vpc: Fix size in fixed image creation
Kevin Wolf
1
-7
/
+3
2015-03-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-9
/
+11
2015-02-27
iscsi: Handle write protected case in reopen
Fam Zheng
1
-9
/
+11
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2
-2
/
+3
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
3
-3
/
+5
[next]