Re: [PATCH v2 2/2] virtio-pci: update virtio pci bar layout documentation

2020-04-23 Thread Gerd Hoffmann
On Wed, Apr 22, 2020 at 11:54:55PM +0200, Anthoine Bourgeois wrote: > The modern io bar was never documented. > > Signed-off-by: Anthoine Bourgeois > --- > hw/virtio/virtio-pci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c > index 4cb

[PATCH v2 2/2] virtio-pci: update virtio pci bar layout documentation

2020-04-22 Thread Anthoine Bourgeois
The modern io bar was never documented. Signed-off-by: Anthoine Bourgeois --- hw/virtio/virtio-pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c index 4cb784389c..d028c17c24 100644 --- a/hw/virtio/virtio-pci.c +++ b/hw/virtio/virtio-pci.c @