Sign in
qemu
/
qemu
/
cee35138b59c6d6b0808c5fa644e3f063832860f
/
qemu-img.c
8848132
qemu-img: allow compressed not-in-order writes
by Vladimir Sementsov-Ogievskiy
· 7 years ago
e0b371e
qemu-img: Fix assert when mapping unaligned raw file
by Eric Blake
· 7 years ago
46e8d27
qemu-img: Remove deprecated -s snapshot_id_or_name option
by Thomas Huth
· 7 years ago
351c8ef
qemu-img: Special post-backing convert handling
by Max Reitz
· 7 years ago
d16699b
qemu-img: Resolve relative backing paths in rebase
by Max Reitz
· 7 years ago
d402b6a
qemu-img: Recognize no creation support in -o help
by Max Reitz
· 7 years ago
5164135
qemu-img: Add print_amend_option_help()
by Max Reitz
· 7 years ago
7f3fb00
qemu-option: Pull out "Supported options" print
by Max Reitz
· 7 years ago
d1402b5
block: Add Error parameter to bdrv_amend_options
by Max Reitz
· 7 years ago
1f99668
qemu-img: Amendment support implies create_opts
by Max Reitz
· 7 years ago
ee5306d
qemu-img: Convert with copy offloading
by Fam Zheng
· 7 years ago
30a5c88
job: Move progress fields to Job
by Kevin Wolf
· 7 years ago
df956ae
job: Add job_is_ready()
by Kevin Wolf
· 7 years ago
3d70ff5
job: Move completion and cancellation to Job
by Kevin Wolf
· 7 years ago
4ad3518
job: Move single job finalisation to Job
by Kevin Wolf
· 7 years ago
bb02b65
job: Move BlockJobCreateFlags to Job
by Kevin Wolf
· 7 years ago
dbe5e6c
job: Replace BlockJob.completed with job_is_completed()
by Kevin Wolf
· 7 years ago
80fa2c7
job: Add reference counting
by Kevin Wolf
· 7 years ago
1838614
qemu-img: remove references to GEN_DOCS
by John Snow
· 7 years ago
4615f87
qemu-img: Use only string options in img_open_opts
by Max Reitz
· 7 years ago
5279b30
qemu-img: Check post-truncation size
by Max Reitz
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
7e563bf
Polish the version strings containing the package version
by Thomas Huth
· 7 years ago
58e2e17
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
be8fbd4
qemu-img: Make resize error message more general
by Max Reitz
· 7 years ago
bd006b9
Include qapi/qmp/qbool.h exactly where needed
by Markus Armbruster
· 7 years ago
fc81fa1
Include qapi/qmp/qstring.h exactly where needed
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
a82400c
Drop superfluous includes of qapi/qmp/qerror.h
by Markus Armbruster
· 7 years ago
79d4658
qemu-img: Map bench buffer
by Fam Zheng
· 7 years ago
0b62bcb
block: Add errp to bdrv_snapshot_goto()
by Kevin Wolf
· 7 years ago
033d9fc
qemu-img: Change img_compare() to be byte-based
by Eric Blake
· 7 years ago
4153628
qemu-img: Change img_rebase() to be byte-based
by Eric Blake
· 7 years ago
dc61cd3
qemu-img: Change compare_sectors() to be byte-based
by Eric Blake
· 7 years ago
c41508e
qemu-img: Change check_empty_sectors() to byte-based
by Eric Blake
· 7 years ago
0608e40
qemu-img: Drop redundant error message in compare
by Eric Blake
· 7 years ago
debb38a
qemu-img: Add find_nonzero()
by Eric Blake
· 7 years ago
391cb1a
qemu-img: Speed up compare on pre-allocated larger file
by Eric Blake
· 7 years ago
7daddc6
qemu-img: Simplify logic in img_compare()
by Eric Blake
· 7 years ago
3182664
block: Convert bdrv_get_block_status_above() to bytes
by Eric Blake
· 7 years ago
237d78f
block: Convert bdrv_get_block_status() to bytes
by Eric Blake
· 7 years ago
5e344dd
qemu-img: Switch get_block_status() to byte-based
by Eric Blake
· 7 years ago
298a166
block: Allow NULL file for bdrv_get_block_status()
by Eric Blake
· 7 years ago
4ffca89
qemu-img: add --shrink flag for resize
by Pavel Butsykin
· 7 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 7 years ago
5b5f825
qapi: Generate FOO_str() macro for QAPI enum FOO
by Markus Armbruster
· 7 years ago
06c60b6
qapi: Drop superfluous qapi_enum_parse() parameter max
by Markus Armbruster
· 7 years ago
f5048cb
maint: Include bug-reporting info in --help output
by Eric Blake
· 7 years ago
c2a3d7d
maint: Reorder include directives for qemu-{nbd, io}
by Eric Blake
· 8 years ago
6e6e55f
qemu-img: Check for backing image if specified during create
by John Snow
· 8 years ago
49bcce4
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into staging
by Peter Maydell
· 8 years ago
187f47e
qobject: Catch another straggler for use of qdict_put_str()
by Eric Blake
· 8 years ago
dc5f690
qemu-img: Expose PreallocMode for resizing
by Max Reitz
· 8 years ago
3a691c5
block: Add PreallocMode to blk_truncate()
by Max Reitz
· 8 years ago
fd03c2b
qemu-img: add measure subcommand
by Stefan Hajnoczi
· 8 years ago
788cf9f
block: rip out all traces of password prompting
by Daniel P. Berrange
· 8 years ago
0cb8d47
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
by Daniel P. Berrange
· 8 years ago
51b0a48
block: Make bdrv_is_allocated_above() byte-based
by Eric Blake
· 8 years ago
d6a644b
block: Make bdrv_is_allocated() byte-based
by Eric Blake
· 8 years ago
6b4df54
qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
by Daniel P. Berrange
· 8 years ago
2a24570
qemu-img: don't shadow opts variable in img_dd()
by Stefan Hajnoczi
· 8 years ago
4172a00
fix: avoid an infinite loop or a dangling pointer problem in img_commit
by sochin.jiang
· 8 years ago
0748b35
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
by Stefan Hajnoczi
· 8 years ago
adb998c
qemu-img: Fix leakage of options on error
by Fam Zheng
· 8 years ago
29cf933
qemu-img: copy *key-secret opts when opening newly created files
by Daniel P. Berrange
· 8 years ago
305b4c6
qemu-img: introduce --target-image-opts for 'convert' command
by Daniel P. Berrange
· 8 years ago
ea204dd
qemu-img: fix --image-opts usage with dd command
by Daniel P. Berrange
· 8 years ago
83d4bf9
qemu-img: add support for --object with 'dd' command
by Daniel P. Berrange
· 8 years ago
579cf1d
block: Use QDict helpers for --force-share
by Eric Blake
· 8 years ago
b91127e
qemu-img: wait for convert coroutines to complete
by Anton Nefedov
· 8 years ago
335e993
qemu-img: Add --force-share option to subcommands
by Fam Zheng
· 8 years ago
46f5ac2
qobject: Use simpler QDict/QList scalar insertion macros
by Eric Blake
· 8 years ago
db933fb
qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressed
by Lidong Chen
· 8 years ago
9f1b92a
qemu-img: improve convert_iteration_sectors()
by Vladimir Sementsov-Ogievskiy
· 8 years ago
ed3d2ec
block: Add errp to b{lk,drv}_truncate()
by Max Reitz
· 8 years ago
48758a8
qemu-img/convert: Move bs_n > 1 && -B check down
by Max Reitz
· 8 years ago
3258b91
qemu-img/convert: Use @opts for one thing only
by Max Reitz
· 8 years ago
9fd77f9
qemu-img: simplify img_convert
by Peter Lieven
· 8 years ago
78bbd91
block: Make errp the last parameter of commit_active_start
by Fam Zheng
· 8 years ago
9217283
block: Make errp the last parameter of bdrv_img_create
by Fam Zheng
· 8 years ago
c919297
qemu-img: print short help on getopt failure
by Stefan Hajnoczi
· 8 years ago
f707762
qemu-img: fix switch indentation in img_amend()
by Stefan Hajnoczi
· 8 years ago
4581c16
qemu-img: show help for invalid global options
by Stefan Hajnoczi
· 8 years ago
0db832f
commit: Add filter-node-name to block-commit
by Kevin Wolf
· 8 years ago
4ef85a9
mirror: Use real permissions in mirror/active commit block job
by Kevin Wolf
· 8 years ago
5588060
block: Add BDRV_O_RESIZE for blk_new_open()
by Kevin Wolf
· 8 years ago
2d9187b
qemu-img: make convert async
by Peter Lieven
· 8 years ago
f46bfdb
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
by Markus Armbruster
· 8 years ago
f17fd4f
util/cutils: Return qemu_strtosz*() error and value separately
by Markus Armbruster
· 8 years ago
4fcdf65
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
by Markus Armbruster
· 8 years ago
606caa0
qemu-img: Wrap cvtnum() around qemu_strtosz()
by Markus Armbruster
· 8 years ago
466dea1
util/cutils: New qemu_strtosz()
by Markus Armbruster
· 8 years ago
10d6eda
qemu-img: Avoid setting ret to unused value in img_convert()
by Peter Maydell
· 8 years ago
8b3c679
qemu-img: Use qemu_strtoul() rather than raw strtoul()
by Peter Maydell
· 8 years ago
6b33f3a
qemu-img: Improve commit invalid base message
by Max Reitz
· 8 years ago
ece9086
qemu-img: remove dead check
by Paolo Bonzini
· 8 years ago
4baaa8c
qemu-img: fix in-flight count for qemu-img bench
by Paolo Bonzini
· 8 years ago
47970df
Replication/Blockjobs: Create replication jobs as internal
by John Snow
· 8 years ago
9e944cb
qemu-img: call aio_context_acquire/release around block job
by Paolo Bonzini
· 8 years ago
Next »