index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: fix the macro QCOW_MAX_L1_SIZE's use
Wen Congyang
2015-03-12
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-03-10
1
-1
/
+1
|
\
|
*
iscsi: Fix check for username
Stefan Weil
2015-03-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-03-10
11
-275
/
+893
|
\
\
|
*
|
block/raw-posix: fix launching with failed disks
Stefan Hajnoczi
2015-03-10
1
-2
/
+27
|
*
|
sheepdog: Fix misleading error messages in sd_snapshot_create()
Markus Armbruster
2015-03-10
1
-3
/
+2
|
*
|
block/vdi: Add locking for parallel requests
Max Reitz
2015-03-10
1
-0
/
+25
|
*
|
sheepdog: fix confused return values
Liu Yuan
2015-03-10
1
-0
/
+11
|
*
|
block-backend: Add wrappers for blocksizes and geometry probing
Ekaterina Tumanova
2015-03-10
1
-0
/
+10
|
*
|
block: Add driver methods to probe blocksizes and geometry
Ekaterina Tumanova
2015-03-10
2
-0
/
+115
|
*
|
raw-posix: Factor block size detection out of raw_probe_alignment()
Ekaterina Tumanova
2015-03-10
1
-16
/
+35
|
*
|
blkdebug: fix "once" rule
John Snow
2015-03-10
1
-2
/
+4
|
*
|
qcow2: Allow creation with refcount order != 4
Max Reitz
2015-03-10
1
-0
/
+18
|
*
|
qcow2: Use symbolic macros in qcow2_amend_options
Max Reitz
2015-03-10
1
-15
/
+16
|
*
|
qcow2: refcount_order parameter for qcow2_create2
Max Reitz
2015-03-10
1
-11
/
+36
|
*
|
qcow2: Open images with refcount order != 4
Max Reitz
2015-03-10
1
-4
/
+4
|
*
|
qcow2: More helpers for refcount modification
Max Reitz
2015-03-10
1
-2
/
+119
|
*
|
qcow2: Helper function for refcount modification
Max Reitz
2015-03-10
2
-53
/
+81
|
*
|
qcow2: Helper for refcount array reallocation
Max Reitz
2015-03-10
1
-49
/
+81
|
*
|
qcow2: Use 64 bits for refcount values
Max Reitz
2015-03-10
3
-25
/
+23
|
*
|
qcow2: Use unsigned addend for update_refcount()
Max Reitz
2015-03-10
3
-24
/
+52
|
*
|
qcow2: Only return status from qcow2_get_refcount
Max Reitz
2015-03-10
3
-44
/
+53
|
*
|
qcow2: Do not return new value after refcount update
Max Reitz
2015-03-10
1
-10
/
+15
|
*
|
qcow2: Add refcount_bits to format-specific info
Max Reitz
2015-03-10
1
-1
/
+3
|
*
|
qcow2: Add two new fields to BDRVQcowState
Max Reitz
2015-03-10
3
-2
/
+7
|
*
|
qcow2: Remove unused struct QCowCreateState
Kevin Wolf
2015-03-09
1
-11
/
+0
|
*
|
block/raw-posix: fix compilation warning on OSX
Denis V. Lunev
2015-03-09
1
-0
/
+2
|
*
|
sheepdog: selectable object size support
Teruaki Ishizaki
2015-03-09
1
-22
/
+133
|
*
|
vpc: Implement bdrv_co_get_block_status()
Kevin Wolf
2015-03-09
1
-2
/
+48
|
*
|
vpc: Fix size in fixed image creation
Kevin Wolf
2015-03-09
1
-7
/
+3
|
|
/
*
|
nbd: fix resource leak
Gonglei
2015-03-10
1
-0
/
+1
*
|
block: remove superfluous '\n' around error_report/error_setg
Gonglei
2015-03-10
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-03-03
1
-9
/
+11
|
\
|
*
iscsi: Handle write protected case in reopen
Fam Zheng
2015-02-27
1
-9
/
+11
*
|
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
2
-2
/
+3
*
|
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
3
-3
/
+5
|
/
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-26
/
+13
|
\
|
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-26
/
+13
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...
Peter Maydell
2015-02-25
1
-3
/
+3
|
\
\
|
*
|
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2015-02-18
1
-3
/
+3
|
|
/
*
|
block: Remove "growable" from BDS
Max Reitz
2015-02-16
4
-9
/
+3
*
|
block: Clamp BlockBackend requests
Max Reitz
2015-02-16
1
-0
/
+152
*
|
block: Add Error parameter to bdrv_find_protocol()
Max Reitz
2015-02-16
1
-1
/
+1
*
|
block: Add blk_new_open()
Max Reitz
2015-02-16
1
-0
/
+34
*
|
block: Lift some BDS functions to the BlockBackend
Max Reitz
2015-02-16
1
-0
/
+38
*
|
block: vmdk - fixed sizeof() error
Jeff Cody
2015-02-16
1
-2
/
+1
*
|
nbd: fix the co_queue multi-adding bug
Bin Wu
2015-02-16
1
-12
/
+13
*
|
nbd: Drop BDS backpointer
Max Reitz
2015-02-16
3
-89
/
+83
|
/
*
block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices
Programmingkid
2015-02-06
1
-1
/
+14
*
qcow2: Rewrite qcow2_alloc_bytes()
Max Reitz
2015-02-06
1
-39
/
+39
[next]