Re: [PATCH 035/103] qemuBuildVirtioDevStr: Extract code for determining device model

2021-10-07 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: Extract the code into 'qemuBuildVirtioDevGetConfig' so that we can later reuse it when converting individual device code into the more modern JSON approach as the extracted code will be necessary either way. Signed-off-by: Peter Krempa ---

[PATCH 035/103] qemuBuildVirtioDevStr: Extract code for determining device model

2021-10-07 Thread Peter Krempa
Extract the code into 'qemuBuildVirtioDevGetConfig' so that we can later reuse it when converting individual device code into the more modern JSON approach as the extracted code will be necessary either way. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 157