Re: [PATCH 2/5] docs: differentiate between block driver create and runtime opts

2023-02-03 Thread Eric Blake
On Wed, Feb 01, 2023 at 04:12:31PM -0500, Stefan Hajnoczi wrote: > Options available with qemu-img create -o ... are called create options. > They affect how the image file is created on disk. > > Options available with --blockdev ... are called runtime options. They > affect how the open

[PATCH 2/5] docs: differentiate between block driver create and runtime opts

2023-02-01 Thread Stefan Hajnoczi
Options available with qemu-img create -o ... are called create options. They affect how the image file is created on disk. Options available with --blockdev ... are called runtime options. They affect how the open blockdev behaves. The documentation makes no distinction is made between the two.