Re: [PATCH] microvm: add device tree support.

2021-10-21 Thread Michael S. Tsirkin
On Thu, Oct 21, 2021 at 02:57:24PM +0200, Gerd Hoffmann wrote: > On Thu, Oct 14, 2021 at 09:36:17PM +0200, Gerd Hoffmann wrote: > > Allows edk2 detect virtio-mmio devices and pcie ecam. > > See comment in hw/i386/microvm-dt.c for more details. > > Anyone picking this up? > Or should I do a one-pat

Re: [PATCH] microvm: add device tree support.

2021-10-21 Thread Gerd Hoffmann
On Thu, Oct 14, 2021 at 09:36:17PM +0200, Gerd Hoffmann wrote: > Allows edk2 detect virtio-mmio devices and pcie ecam. > See comment in hw/i386/microvm-dt.c for more details. Anyone picking this up? Or should I do a one-patch pull request? take care, Gerd

Re: [PATCH] microvm: add device tree support.

2021-10-14 Thread Sergio Lopez
On Thu, Oct 14, 2021 at 09:36:17PM +0200, Gerd Hoffmann wrote: > Allows edk2 detect virtio-mmio devices and pcie ecam. > See comment in hw/i386/microvm-dt.c for more details. > > Signed-off-by: Gerd Hoffmann > --- > hw/i386/microvm-dt.h | 8 + > include/hw/i386/microvm.h

[PATCH] microvm: add device tree support.

2021-10-14 Thread Gerd Hoffmann
Allows edk2 detect virtio-mmio devices and pcie ecam. See comment in hw/i386/microvm-dt.c for more details. Signed-off-by: Gerd Hoffmann --- hw/i386/microvm-dt.h | 8 + include/hw/i386/microvm.h | 4 + hw/i386/microvm-dt.c | 341 ++