Re: [PATCH v4 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT

2023-10-29 Thread Alistair Francis
On Thu, Oct 26, 2023 at 7:23 AM Sunil V L wrote: > > With common function to add virtio in DSDT created now, update microvm > code also to use it instead of duplicate code. > > Suggested-by: Andrew Jones > Signed-off-by: Sunil V L Acked-by: Alistair Francis Alistair > --- >

[PATCH v4 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT

2023-10-25 Thread Sunil V L
With common function to add virtio in DSDT created now, update microvm code also to use it instead of duplicate code. Suggested-by: Andrew Jones Signed-off-by: Sunil V L --- hw/i386/acpi-microvm.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git