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
*
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
*
block: Give always priority to unused entries in the qcow2 L2 cache
Alberto Garcia
2015-02-06
1
-1
/
+3
*
nbd: fix max_discard/max_transfer_length
Denis V. Lunev
2015-02-06
1
-0
/
+9
*
nbd: Improve error messages
Max Reitz
2015-02-06
3
-4
/
+4
*
block: fix off-by-one error in qcow and qcow2
Jeff Cody
2015-02-06
2
-2
/
+2
*
qed: check for header size overflow
Stefan Hajnoczi
2015-02-06
1
-0
/
+5
*
block/dmg: improve zeroes handling
Peter Wu
2015-02-06
1
-3
/
+15
*
block/dmg: support bzip2 block entry types
Peter Wu
2015-02-06
2
-1
/
+43
*
block/dmg: factor out block type check
Peter Wu
2015-02-06
1
-13
/
+23
*
block/dmg: use SectorNumber from BLKX header
Peter Wu
2015-02-06
1
-7
/
+5
*
block/dmg: fix sector data offset calculation
Peter Wu
2015-02-06
1
-6
/
+20
*
block/dmg: set virtual size to a non-zero value
Peter Wu
2015-02-06
1
-0
/
+8
*
block/dmg: process XML plists
Peter Wu
2015-02-06
1
-0
/
+75
*
block/dmg: validate chunk size to avoid overflow
Peter Wu
2015-02-06
1
-1
/
+6
*
block/dmg: process a buffer instead of reading ints
Peter Wu
2015-02-06
1
-30
/
+30
*
block/dmg: extract processing of resource forks
Peter Wu
2015-02-06
1
-38
/
+66
*
block/dmg: extract mish block decoding functionality
Peter Wu
2015-02-06
1
-95
/
+133
*
block/dmg: properly detect the UDIF trailer
Peter Wu
2015-02-06
1
-4
/
+43
*
block: add event when disk usage exceeds threshold
Francesco Romani
2015-02-06
3
-0
/
+129
*
block-backend: expose bs->bl.max_transfer_length
Peter Lieven
2015-02-06
1
-0
/
+5
*
block: add accounting for merged requests
Peter Lieven
2015-02-06
2
-0
/
+9
*
qed: Really remove unused field QEDAIOCB.finished
Fam Zheng
2015-02-06
1
-1
/
+0
*
block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes
Denis V. Lunev
2015-02-06
1
-0
/
+19
*
block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes
Denis V. Lunev
2015-02-06
1
-1
/
+13
*
block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroes
Denis V. Lunev
2015-02-06
1
-2
/
+13
*
block/raw-posix: refactor handle_aiocb_write_zeroes a bit
Denis V. Lunev
2015-02-06
1
-19
/
+27
*
block/raw-posix: create do_fallocate helper
Denis V. Lunev
2015-02-06
1
-8
/
+14
*
block/raw-posix: create translate_err helper to merge errno values
Denis V. Lunev
2015-02-06
1
-6
/
+13
*
block: vhdx - force FileOffsetMB field to '0' for certain block states
Jeff Cody
2015-01-23
1
-1
/
+12
*
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
2015-01-23
4
-6
/
+7
*
block: mirror - change string allocation to 2-bytes
Jeff Cody
2015-01-23
1
-1
/
+2
*
block: qapi - move string allocation from stack to the heap
Jeff Cody
2015-01-23
1
-3
/
+4
*
block: vmdk - move string allocations from stack to the heap
Jeff Cody
2015-01-23
1
-16
/
+23
[next]