Re: [PATCH 2/3] conf: Improve parsing of usb-net devices

2024-04-02 Thread Peter Krempa
On Tue, Apr 02, 2024 at 02:01:17 +0530, Rayhan Faizel wrote: The summary is misleading, as assigning addresses is distinct from parsing. > This patch will allow usb-net devices to be automatically assigned a USB > address (and skip any attempt to assign a PCI one). > > Signed-off-by: Rayhan

[PATCH 2/3] conf: Improve parsing of usb-net devices

2024-04-01 Thread Rayhan Faizel
This patch will allow usb-net devices to be automatically assigned a USB address (and skip any attempt to assign a PCI one). Signed-off-by: Rayhan Faizel --- docs/formatdomain.rst | 2 +- src/conf/domain_conf.c | 9 - src/qemu/qemu_domain_address.c | 5 + 3 files