Re: [PATCH v2 1/7] libqos: extract Legacy virtio-pci.c code

2019-10-16 Thread Thomas Huth
On 11/10/2019 10.56, Stefan Hajnoczi wrote: > The current libqos virtio-pci.c code implements the VIRTIO Legacy > interface. Extract existing code in preparation for VIRTIO 1.0 support. > > Signed-off-by: Stefan Hajnoczi > --- > tests/libqos/virtio-pci.h | 2 -- > tests/libqos/virtio-pci.c |

Re: [PATCH v2 1/7] libqos: extract Legacy virtio-pci.c code

2019-10-11 Thread Sergio Lopez
Stefan Hajnoczi writes: > The current libqos virtio-pci.c code implements the VIRTIO Legacy > interface. Extract existing code in preparation for VIRTIO 1.0 support. > > Signed-off-by: Stefan Hajnoczi > --- > tests/libqos/virtio-pci.h | 2 -- > tests/libqos/virtio-pci.c | 25

[PATCH v2 1/7] libqos: extract Legacy virtio-pci.c code

2019-10-11 Thread Stefan Hajnoczi
The current libqos virtio-pci.c code implements the VIRTIO Legacy interface. Extract existing code in preparation for VIRTIO 1.0 support. Signed-off-by: Stefan Hajnoczi --- tests/libqos/virtio-pci.h | 2 -- tests/libqos/virtio-pci.c | 25 ++--- 2 files changed, 10