Re: [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable

2020-12-03 Thread Sergio Lopez
On Thu, Dec 03, 2020 at 11:54:15AM +0100, Gerd Hoffmann wrote: > This will allow to increase the number of transports in > case we have enough irq lines available for them all. > > Signed-off-by: Gerd Hoffmann > --- > include/hw/i386/microvm.h | 2 +- > hw/i386/microvm.c | 9 +++-- >

[PATCH v3 04/12] microvm: make number of virtio transports runtime changeable

2020-12-03 Thread Gerd Hoffmann
This will allow to increase the number of transports in case we have enough irq lines available for them all. Signed-off-by: Gerd Hoffmann --- include/hw/i386/microvm.h | 2 +- hw/i386/microvm.c | 9 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/include/hw/i386