
11 Oct
2021
11 Oct
'21
12:08 p.m.
On a Thursday in 2021, Peter Krempa wrote:
Internally format the PCI controller properties into JSON, but convert it back to a string as preparation for upcoming refactors.
The following types are declared for the properties we use by QEMU:
'nec-usb-xhci' p2=<uint32> - (default: 4) p3=<uint32> - (default: 4)
'ich9-usb-uhci6' masterbus=<str> firstport=<uint32> - (default: 0)
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_command.c | 61 +++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 20 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano