Re: [PATCH 11/18] qemuBuildSCSIHostdevDevStr: Pass in backend alias

2020-07-15 Thread Ján Tomko
On a Friday in 2020, Peter Krempa wrote: Don't (re)generate the backend alias (alias of the -drive backend for now) internally but rather pass it in. Later on it will be replaced by the nodename when blockdev is used depending on the capabilities. Signed-off-by: Peter Krempa ---

[PATCH 11/18] qemuBuildSCSIHostdevDevStr: Pass in backend alias

2020-07-10 Thread Peter Krempa
Don't (re)generate the backend alias (alias of the -drive backend for now) internally but rather pass it in. Later on it will be replaced by the nodename when blockdev is used depending on the capabilities. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 14 --