Re: [PATCH v2 02/13] qemuxmlconftest: Test various combinations of config

2025-06-24 Thread Jiri Denemark via Devel
On Mon, Jun 23, 2025 at 21:59:07 +0200, Peter Krempa wrote: > From: Peter Krempa > > Add multiple USB disks to the definition testing a matrix of 'disk' and > 'cdrom' elements with user-aliases, 'serial' and 'removable' > properties configured. > > This patch also removes the 'ide' disk which i

[PATCH v2 02/13] qemuxmlconftest: Test various combinations of config

2025-06-23 Thread Peter Krempa via Devel
From: Peter Krempa Add multiple USB disks to the definition testing a matrix of 'disk' and 'cdrom' elements with user-aliases, 'serial' and 'removable' properties configured. This patch also removes the 'ide' disk which is not related to what we're testing here. Signed-off-by: Peter Krempa --