Re: [PATCH v3] qemu-options: finesse the recommendations around -blockdev

2023-04-06 Thread Markus Armbruster
Alex Bennée writes: > We are a bit premature in recommending -blockdev/-device as the best > way to configure block devices. It seems there are times the more > human friendly -drive still makes sense especially when -snapshot is > involved. > > Improve the language to hopefully make things clear

[PATCH v3] qemu-options: finesse the recommendations around -blockdev

2023-04-06 Thread Alex Bennée
We are a bit premature in recommending -blockdev/-device as the best way to configure block devices. It seems there are times the more human friendly -drive still makes sense especially when -snapshot is involved. Improve the language to hopefully make things clearer. Suggested-by: Michael Tokare