]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-img: rebase: refresh options/--help (short option change)
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 31 May 2025 17:16:00 +0000 (20:16 +0300)
committerKevin Wolf <kwolf@redhat.com>
Tue, 15 Jul 2025 18:49:01 +0000 (20:49 +0200)
commitc1563952521d4d5947b4279efe8dcc432791287e
treeae337c87fd856ccffb4559402271306be5019c7c
parent9fd7e6658cd42cc09905f0b950cd6e9acfc81354
qemu-img: rebase: refresh options/--help (short option change)

Add missing long options and --help output,
reorder options for consistency.

Use -B for --backing-format, keep -F for
backwards compatibility.

Options added:
 --format, --cache - for the image in question
 --backing, --backing-format, --backing-cache, --backing-unsafe -
   for the new backing file
(was eg CACHE vs SRC_CACHE, which is unclear).

Probably should rename local variables.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Message-ID: <20250531171609.197078-19-mjt@tls.msk.ru>
[kwolf: Removed command description from the argument list]
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
docs/tools/qemu-img.rst
qemu-img.c