Re: [PATCH 7/7] qemu: Forbid most duplicated watchdogs

2023-04-20 Thread Michal Prívozník
On 4/20/23 08:42, Martin Kletzander wrote: > On Wed, Apr 19, 2023 at 04:53:36PM +0200, Michal Prívozník wrote: >> On 4/19/23 16:07, Martin Kletzander wrote: >>> Most of them are platform devices and only i6300esb can be plugged >>> multiple times into different PCI slots. >>> >>> Signed-off-by:

Re: [PATCH 7/7] qemu: Forbid most duplicated watchdogs

2023-04-20 Thread Martin Kletzander
On Wed, Apr 19, 2023 at 04:53:36PM +0200, Michal Prívozník wrote: On 4/19/23 16:07, Martin Kletzander wrote: Most of them are platform devices and only i6300esb can be plugged multiple times into different PCI slots. Signed-off-by: Martin Kletzander --- src/qemu/qemu_validate.c | 18

Re: [PATCH 7/7] qemu: Forbid most duplicated watchdogs

2023-04-19 Thread Michal Prívozník
On 4/19/23 16:07, Martin Kletzander wrote: > Most of them are platform devices and only i6300esb can be plugged > multiple times into different PCI slots. > > Signed-off-by: Martin Kletzander > --- > src/qemu/qemu_validate.c | 18 ++ > 1 file changed, 10 insertions(+), 8

[PATCH 7/7] qemu: Forbid most duplicated watchdogs

2023-04-19 Thread Martin Kletzander
Most of them are platform devices and only i6300esb can be plugged multiple times into different PCI slots. Signed-off-by: Martin Kletzander --- src/qemu/qemu_validate.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/qemu/qemu_validate.c