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
*
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
2012-02-09
1
-0
/
+3
*
qcow2: Keep unknown header extension when rewriting header
Kevin Wolf
2012-02-09
2
-2
/
+50
*
qcow2: Update whole header at once
Kevin Wolf
2012-02-09
2
-60
/
+95
*
vpc: Round up image size during fixed image creation
Kevin Wolf
2012-02-09
1
-13
/
+10
*
vpc: Add support for Fixed Disk type
Charles Arnold
2012-02-09
1
-91
/
+194
*
iSCSI: add configuration variables for iSCSI
Ronnie Sahlberg
2012-02-09
1
-10
/
+129
*
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
2012-02-09
2
-8
/
+103
*
qed: replace is_write with flags field
Stefan Hajnoczi
2012-02-09
2
-8
/
+13
*
qcow: Use bdrv functions to replace file operation
Li Zhi Hui
2012-01-26
1
-17
/
+31
*
qcow: Return real error code in qcow_open
Li Zhi Hui
2012-01-26
1
-19
/
+37
*
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
2012-01-26
1
-2
/
+6
*
block: add support for partial streaming
Marcelo Tosatti
2012-01-26
1
-4
/
+87
*
block: rate-limit streaming operations
Stefan Hajnoczi
2012-01-26
1
-6
/
+59
*
block: add image streaming block job
Stefan Hajnoczi
2012-01-26
1
-0
/
+133
*
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2012-01-26
2
-4
/
+4
*
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
2012-01-26
1
-0
/
+22
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
3
-0
/
+7
*
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
2012-01-13
1
-0
/
+3
*
move corking functions to osdep.c
Paolo Bonzini
2011-12-22
1
-18
/
+2
*
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
2011-12-22
1
-0
/
+25
*
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
2011-12-22
1
-8
/
+37
*
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
2011-12-22
1
-0
/
+4
*
nbd: allow multiple in-flight requests
Paolo Bonzini
2011-12-22
1
-13
/
+56
*
nbd: split requests
Paolo Bonzini
2011-12-22
1
-6
/
+46
*
nbd: switch to asynchronous operation
Paolo Bonzini
2011-12-22
1
-65
/
+123
*
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
2011-12-22
1
-209
/
+21
*
block/cow: Return real error code
Li Zhi Hui
2011-12-15
1
-15
/
+29
*
qcow2: Allow >4 GB VM state
Kevin Wolf
2011-12-15
2
-3
/
+33
*
rbd: always set out parameter in qemu_rbd_snap_list
Josh Durgin
2011-12-15
1
-1
/
+2
*
block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close
Li Zhi Hui
2011-12-15
1
-0
/
+1
*
block: qemu_aio_get does not return NULL
Paolo Bonzini
2011-12-15
3
-36
/
+19
*
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-15
4
-95
/
+31
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-2
/
+2
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
12
-219
/
+362
|
\
|
*
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
|
*
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
2011-12-05
1
-1
/
+1
|
*
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+4
|
*
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
|
*
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-2
/
+2
|
*
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
3
-11
/
+18
|
*
qed: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+11
|
*
qcow2: Fix error path in qcow2_snapshot_load_tmp
Kevin Wolf
2011-12-05
1
-12
/
+22
|
*
qcow2: Fix order in qcow2_snapshot_delete
Kevin Wolf
2011-12-05
1
-15
/
+33
|
*
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
Kevin Wolf
2011-12-05
2
-18
/
+50
|
*
qcow2: Return real error in qcow2_snapshot_goto
Kevin Wolf
2011-12-05
1
-11
/
+40
|
*
qcow2: Rework qcow2_snapshot_create error handling
Kevin Wolf
2011-12-05
1
-14
/
+41
|
*
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
Kevin Wolf
2011-12-05
1
-15
/
+11
|
*
qcow2: Update snapshot table information at once
Kevin Wolf
2011-12-05
1
-12
/
+10
|
*
qcow2: Return real error code in qcow2_write_snapshots
Kevin Wolf
2011-12-05
1
-10
/
+38
|
*
qcow2: Return real error code in qcow2_read_snapshots
Kevin Wolf
2011-12-05
2
-7
/
+23
[next]