Re: [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

2019-10-17 Thread Thomas Huth
On 11/10/2019 10.56, Stefan Hajnoczi wrote: > The Legacy virtio-pci interface always uses BAR 0. VIRTIO 1.0 may need > to use a different BAR index, so make it configurable. > > Signed-off-by: Stefan Hajnoczi > --- > tests/libqos/virtio-pci.h | 2 ++ > tests/libqos/virtio-pci.c | 3 ++- > 2

Re: [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

2019-10-14 Thread Sergio Lopez
Stefan Hajnoczi writes: > On Fri, Oct 11, 2019 at 02:06:01PM +0200, Sergio Lopez wrote: >> >> Stefan Hajnoczi writes: >> >> > The Legacy virtio-pci interface always uses BAR 0. VIRTIO 1.0 may need >> > to use a different BAR index, so make it configurable. >> > >> > Signed-off-by: Stefan

Re: [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

2019-10-14 Thread Stefan Hajnoczi
On Fri, Oct 11, 2019 at 02:06:01PM +0200, Sergio Lopez wrote: > > Stefan Hajnoczi writes: > > > The Legacy virtio-pci interface always uses BAR 0. VIRTIO 1.0 may need > > to use a different BAR index, so make it configurable. > > > > Signed-off-by: Stefan Hajnoczi > > --- > >

Re: [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

2019-10-11 Thread Sergio Lopez
Stefan Hajnoczi writes: > The Legacy virtio-pci interface always uses BAR 0. VIRTIO 1.0 may need > to use a different BAR index, so make it configurable. > > Signed-off-by: Stefan Hajnoczi > --- > tests/libqos/virtio-pci.h | 2 ++ > tests/libqos/virtio-pci.c | 3 ++- > 2 files changed, 4

[PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

2019-10-11 Thread Stefan Hajnoczi
The Legacy virtio-pci interface always uses BAR 0. VIRTIO 1.0 may need to use a different BAR index, so make it configurable. Signed-off-by: Stefan Hajnoczi --- tests/libqos/virtio-pci.h | 2 ++ tests/libqos/virtio-pci.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git