Re: [PATCH 056/103] qemuBuildPanicCommandLine: Generate via JSON

2021-10-08 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: Format a JSON object with the device properties and then use qemuBuildDeviceCommandlineFromJSON to convert it to the standard commandline for now. The 'ioport' property of 'pvpanic' is a number in QEMU: ioport=- (default: 1285)

[PATCH 056/103] qemuBuildPanicCommandLine: Generate via JSON

2021-10-07 Thread Peter Krempa
Format a JSON object with the device properties and then use qemuBuildDeviceCommandlineFromJSON to convert it to the standard commandline for now. The 'ioport' property of 'pvpanic' is a number in QEMU: ioport=- (default: 1285) Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c