Sign in
qemu
/
qemu
/
cc13eead53b2e4cf5f209fec606aebf11c1dc8a8
/
qemu-img.c
64bb01a
qemu-img convert: Fix progress output
by Kevin Wolf
· 11 years ago
67d065c
qemu-img: Remove unneeded include files
by Stefan Weil
· 11 years ago
e7a1d6c
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
6dedf05
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
by Peter Maydell
· 11 years ago
a283cb6
qemu-img: Allow -o help with incomplete argument list
by Kevin Wolf
· 11 years ago
626f84f
qemu-img amend: Support multiple -o options
by Kevin Wolf
· 11 years ago
2dc8328
qemu-img convert: Support multiple -o options
by Kevin Wolf
· 11 years ago
77386bf
qemu-img create: Support multiple -o options
by Kevin Wolf
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
87ea75d
qemu-option: Remove qemu_opts_create_nofail
by Peter Crosthwaite
· 11 years ago
802c3d4
qemu-img: make progress output more accurate during convert
by Peter Lieven
· 11 years ago
4058898
qemu-img: decrease progress update interval on convert
by Peter Lieven
· 11 years ago
24f833c
qemu-img: round down request length to an aligned sector
by Peter Lieven
· 11 years ago
f2521c9
qemu-img: dynamically adjust iobuffer size during convert
by Peter Lieven
· 11 years ago
049b098
qemu-img: fix usage instruction for qemu-img convert
by Peter Lieven
· 11 years ago
13c28af
qemu-img: add support for skipping zeroes in input during convert
by Peter Lieven
· 11 years ago
ef80654
qemu-img: add -l for snapshot in convert
by Wenchao Xia
· 11 years ago
7b4c478
snapshot: distinguish id and name in load_tmp
by Wenchao Xia
· 11 years ago
5a37b60
qemu-img: conditionally zero out target on convert
by Peter Lieven
· 11 years ago
11b6699
qemu-img: add support for fully allocated images
by Peter Lieven
· 11 years ago
36452f1
qemu-img: Fix overwriting 'ret' before using
by Fam Zheng
· 11 years ago
fefddf9
qemu-img: add special exit code if bdrv_check is not supported
by Peter Lieven
· 11 years ago
c745bfb
qemu-img: fix invalid JSON
by Paolo Bonzini
· 11 years ago
b70d8c2
qemu-img create: Emit filename on error
by Max Reitz
· 11 years ago
cc84d90
block: Error parameter for create functions
by Max Reitz
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
a89d89d
snapshot: distinguish id and name in snapshot delete
by Wenchao Xia
· 11 years ago
6f176b4
block: Image file option amendment
by Max Reitz
· 11 years ago
4c93a13b
qemu-img: add a "map" subcommand
by Paolo Bonzini
· 11 years ago
11212d8
block: make bdrv_has_zero_init return false for copy-on-write-images
by Paolo Bonzini
· 11 years ago
e4a86f8
qemu-img: always probe the input image for allocated sectors
by Paolo Bonzini
· 11 years ago
d663640
block: expect errors from bdrv_co_is_allocated
by Paolo Bonzini
· 11 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 11 years ago
b2e1049
add qemu-img convert -n option (skip target volume creation)
by Alexandre Derumier
· 11 years ago
526eda1
ignore SIGPIPE in qemu-img and qemu-io
by MORITA Kazutaka
· 12 years ago
fc11eb2
qemu-img: Error out for excess arguments
by Kevin Wolf
· 11 years ago
9828962
block: Don't parse protocol from file.filename
by Kevin Wolf
· 12 years ago
7c30f65
qemu-img: Add missing GCC_FMT_ATTR
by Stefan Weil
· 12 years ago
43526ec
block: add image info query function bdrv_query_image_info()
by Wenchao Xia
· 12 years ago
fb0ed45
block: add snapshot info query function bdrv_query_snapshot_info_list()
by Wenchao Xia
· 12 years ago
5e00984
cutils: Support 'P' and 'E' suffixes in strtosz()
by Kevin Wolf
· 12 years ago
5b91704
block: dump snapshot and image info to specified output
by Wenchao Xia
· 12 years ago
f364ec6
block: move qmp and info dump related code to block/qapi.c
by Wenchao Xia
· 12 years ago
54f106d
qemu-img: do not zero-pad the compressed write buffer
by Stefan Hajnoczi
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
d14ed18
qemu-img: Add compare subcommand
by Miroslav Rezanina
· 12 years ago
f382d43
qemu-img: Add "Quiet mode" option
by Miroslav Rezanina
· 12 years ago
e6439d7
qemu-img: add compressed clusters to BlockFragInfo
by Stefan Hajnoczi
· 12 years ago
c9fc508
qemu-img: fix missing space in qemu-img check output
by Stefan Hajnoczi
· 12 years ago
8599ea4
qemu-img: add json output option to the check command
by Federico Simoncelli
· 12 years ago
c6bb9ad
qemu-img: find the image end offset during check
by Federico Simoncelli
· 12 years ago
7944339
qemu-img: report size overflow error message
by liguang
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
e478b44
use qemu_opts_create_nofail
by Dong Xu Wang
· 12 years ago
a930091
qemu-img: img_create(): drop unneeded goto and ret variable
by Luiz Capitulino
· 12 years ago
9b37525
qemu-img: img_create(): pass Error object to bdrv_img_create()
by Luiz Capitulino
· 12 years ago
71c7981
block: bdrv_img_create(): add Error ** argument
by Luiz Capitulino
· 12 years ago
2592c59
tools: initialize main loop before block layer
by Paolo Bonzini
· 12 years ago
9699bf0
qemu-img: Add --backing-chain option to info command
by Stefan Hajnoczi
· 12 years ago
a616673
qemu-img rebase: use empty string to rebase without backing file
by Alex Bligh
· 12 years ago
1f71049
qemu-img: Fix division by zero for zero size images
by Kevin Wolf
· 12 years ago
109820d
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
0546b8c
Spelling fixes in comments and documentation
by Stefan Weil
· 12 years ago
f0536bb
Don't require encryption password for 'qemu-img info' command
by Daniel P. Berrange
· 12 years ago
c054b3f
qemu-img: Add json output option to the info command.
by Benoît Canet
· 12 years ago
058f8f1
block: add BLOCK_O_CHECK for qemu-img check
by Stefan Hajnoczi
· 12 years ago
20caf0f
qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function
by Dong Xu Wang
· 12 years ago
c8057f9
Support 'help' as a synonym for '?' in command line options
by Peter Maydell
· 12 years ago
f8d6bba
block: Replace bdrv_get_format() by bdrv_get_format_name()
by Markus Armbruster
· 13 years ago
ccf3471
qemu-img check: Print fixed clusters and recheck
by Kevin Wolf
· 13 years ago
4534ff5
qemu-img check -r for repairing images
by Kevin Wolf
· 13 years ago
fa170c1
qemu-img: Fix segmentation fault
by Charles Arnold
· 13 years ago
dc5a137
qemu-img: make "info" backing file output correct and easier to use
by Paolo Bonzini
· 13 years ago
80ccf93
qemu-img: let 'qemu-img convert' flush data
by Liu Yuan
· 13 years ago
64c7916
qemu-img: add dirty flag status
by Dong Xu Wang
· 13 years ago
f8111c2
qemu-img: add image fragmentation statistics
by Dong Xu Wang
· 13 years ago
259b217
qcow2: Add error messages in qcow2_truncate
by Kevin Wolf
· 13 years ago
67d384e
qemu-img: fix segment fault when the image format is qed
by Zhi Yong Wu
· 13 years ago
1a6d39f
cutils: extract buffer_is_zero() from qemu-img.c
by Stefan Hajnoczi
· 13 years ago
87a1b3e
qemu-img rebase: Fix for undersized backing files
by Kevin Wolf
· 13 years ago
e36b369
qemu-img: Tighten parsing of size arguments
by Markus Armbruster
· 13 years ago
41521fa
qemu-img: Don't allow preallocation and compression at the same time
by Kevin Wolf
· 13 years ago
a22f123
qemu-img: Require larger zero areas for sparse handling
by Kevin Wolf
· 13 years ago
3fba9d8
qemu-img: print error codes when convert fails
by Stefan Hajnoczi
· 13 years ago
bb1c059
qemu-img: Use qemu_blockalign
by Kevin Wolf
· 13 years ago
92196b2
block: add cache=directsync parameter to -drive
by Stefan Hajnoczi
· 13 years ago
c3993cd
block: parse cache mode flags in a single place
by Stefan Hajnoczi
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
4a1d5e1
block: add bdrv_get_allocated_file_size() operation
by Fam Zheng
· 14 years ago
661a0f7
qemu-img: Add cache command line option
by Federico Simoncelli
· 14 years ago
9d42e15
qemu-img: Don't prepend qemu-img to error messages twice.
by Markus Armbruster
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
f6a00aa
qemu_img: is_not_zero() optimization
by Dmitry Konishchev
· 14 years ago
4ee9641
qemu-img.c: Remove superfluous parenthesis
by Jes Sorensen
· 14 years ago
Next »