Re: [Qemu-devel] [PATCH] vfio: fix a typo

2019-08-22 Thread Cornelia Huck
On Thu, 22 Aug 2019 14:49:09 +0800 Chen Zhang via Qemu-devel wrote: > Signed-off-by: Chen Zhang > --- > hw/vfio/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index dc3479c..c5e6fe6 100644 > --- a/hw/vfio/pci.c > +++ b/hw/vfio

Re: [Qemu-devel] [PATCH] vfio: fix a typo

2019-08-22 Thread Philippe Mathieu-Daudé
On 8/22/19 8:49 AM, Chen Zhang via Qemu-devel wrote: > Signed-off-by: Chen Zhang > --- > hw/vfio/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index dc3479c..c5e6fe6 100644 > --- a/hw/vfio/pci.c > +++ b/hw/vfio/pci.c > @@ -44,7

Re: [Qemu-devel] [PATCH] vfio: fix a typo

2019-08-22 Thread Li Qiang
Chen Zhang via Qemu-devel 于2019年8月22日周四 下午2:49写道: > Signed-off-by: Chen Zhang > Reviewed-by: Li Qiang > --- > hw/vfio/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index dc3479c..c5e6fe6 100644 > --- a/hw/vfio/pci.c > ++

[Qemu-devel] [PATCH] vfio: fix a typo

2019-08-21 Thread Chen Zhang via Qemu-devel
Signed-off-by: Chen Zhang --- hw/vfio/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index dc3479c..c5e6fe6 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -44,7 +44,7 @@ #define TYPE_VFIO_PCI "vfio-pci" #define PCI_VFIO(obj)OBJ