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
/
qemu-img.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-img: fix invalid JSON
Paolo Bonzini
2013-09-12
1
-1
/
+1
*
qemu-img create: Emit filename on error
Max Reitz
2013-09-12
1
-1
/
+1
*
block: Error parameter for create functions
Max Reitz
2013-09-12
1
-11
/
+5
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-7
/
+14
*
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
2013-09-12
1
-4
/
+7
*
block: Image file option amendment
Max Reitz
2013-09-12
1
-0
/
+84
*
qemu-img: add a "map" subcommand
Paolo Bonzini
2013-09-06
1
-0
/
+191
*
block: make bdrv_has_zero_init return false for copy-on-write-images
Paolo Bonzini
2013-09-06
1
-8
/
+1
*
qemu-img: always probe the input image for allocated sectors
Paolo Bonzini
2013-09-06
1
-21
/
+19
*
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
1
-2
/
+14
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
1
-13
/
+13
*
add qemu-img convert -n option (skip target volume creation)
Alexandre Derumier
2013-09-06
1
-15
/
+38
*
ignore SIGPIPE in qemu-img and qemu-io
MORITA Kazutaka
2013-08-06
1
-0
/
+4
*
qemu-img: Error out for excess arguments
Kevin Wolf
2013-08-06
1
-7
/
+10
*
block: Don't parse protocol from file.filename
Kevin Wolf
2013-07-15
1
-2
/
+2
*
qemu-img: Add missing GCC_FMT_ATTR
Stefan Weil
2013-06-21
1
-1
/
+1
*
block: add image info query function bdrv_query_image_info()
Wenchao Xia
2013-06-07
1
-5
/
+6
*
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
2013-06-07
1
-1
/
+4
*
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-06-06
1
-4
/
+6
*
block: dump snapshot and image info to specified output
Wenchao Xia
2013-06-04
1
-4
/
+5
*
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
2013-06-04
1
-152
/
+4
*
qemu-img: do not zero-pad the compressed write buffer
Stefan Hajnoczi
2013-04-22
1
-6
/
+2
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
1
-3
/
+3
*
qemu-img: Add compare subcommand
Miroslav Rezanina
2013-02-22
1
-1
/
+289
*
qemu-img: Add "Quiet mode" option
Miroslav Rezanina
2013-02-22
1
-48
/
+106
*
qemu-img: add compressed clusters to BlockFragInfo
Stefan Hajnoczi
2013-02-22
1
-2
/
+5
*
qemu-img: fix missing space in qemu-img check output
Stefan Hajnoczi
2013-02-22
1
-4
/
+5
*
qemu-img: add json output option to the check command
Federico Simoncelli
2013-02-22
1
-63
/
+169
*
qemu-img: find the image end offset during check
Federico Simoncelli
2013-02-22
1
-0
/
+4
*
qemu-img: report size overflow error message
liguang
2013-01-02
1
-3
/
+7
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
use qemu_opts_create_nofail
Dong Xu Wang
2012-12-11
1
-1
/
+1
*
qemu-img: img_create(): drop unneeded goto and ret variable
Luiz Capitulino
2012-12-11
1
-10
/
+4
*
qemu-img: img_create(): pass Error object to bdrv_img_create()
Luiz Capitulino
2012-12-11
1
-2
/
+9
*
block: bdrv_img_create(): add Error ** argument
Luiz Capitulino
2012-12-11
1
-1
/
+1
*
tools: initialize main loop before block layer
Paolo Bonzini
2012-11-06
1
-2
/
+1
*
qemu-img: Add --backing-chain option to info command
Stefan Hajnoczi
2012-10-24
1
-14
/
+153
*
qemu-img rebase: use empty string to rebase without backing file
Alex Bligh
2012-10-24
1
-10
/
+19
*
qemu-img: Fix division by zero for zero size images
Kevin Wolf
2012-10-24
1
-8
/
+15
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-09-17
1
-54
/
+203
|
\
|
*
Don't require encryption password for 'qemu-img info' command
Daniel P. Berrange
2012-09-12
1
-10
/
+11
|
*
qemu-img: Add json output option to the info command.
BenoƮt Canet
2012-09-12
1
-44
/
+192
*
|
Spelling fixes in comments and documentation
Stefan Weil
2012-09-14
1
-1
/
+1
|
/
*
block: add BLOCK_O_CHECK for qemu-img check
Stefan Hajnoczi
2012-08-10
1
-1
/
+1
*
qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function
Dong Xu Wang
2012-08-06
1
-11
/
+17
*
Support 'help' as a synonym for '?' in command line options
Peter Maydell
2012-08-02
1
-2
/
+2
*
block: Replace bdrv_get_format() by bdrv_get_format_name()
Markus Armbruster
2012-06-15
1
-3
/
+2
[next]