Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-25 Thread Alex Williamson
- Original Message - > > On 01/26/2015 10:06 AM, Alex Williamson wrote: > > > > - Original Message - > >> CC: qemu-triv...@nongnu.org > >> > >> On 01/22/2015 04:14 PM, Eric Auger wrote: > >>> Hi Chen, > >>> > >>> thanks for correcting this mistake I introduced when moving code fr

Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-25 Thread Chen Fan
On 01/26/2015 10:06 AM, Alex Williamson wrote: - Original Message - CC: qemu-triv...@nongnu.org On 01/22/2015 04:14 PM, Eric Auger wrote: Hi Chen, thanks for correcting this mistake I introduced when moving code from pci to common. so, can you check in this patch? I've got it queu

Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-25 Thread Alex Williamson
- Original Message - > CC: qemu-triv...@nongnu.org > > On 01/22/2015 04:14 PM, Eric Auger wrote: > > Hi Chen, > > > > thanks for correcting this mistake I introduced when moving code from > > pci to common. > > so, can you check in this patch? I've got it queued up and while it's clear

Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-25 Thread Chen Fan
CC: qemu-triv...@nongnu.org On 01/22/2015 04:14 PM, Eric Auger wrote: Hi Chen, thanks for correcting this mistake I introduced when moving code from pci to common. so, can you check in this patch? Thanks, Chen Best Regards Eric On 01/22/2015 04:50 AM, Chen Fan wrote: Signed-off-by: Che

Re: [Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-22 Thread Eric Auger
Hi Chen, thanks for correcting this mistake I introduced when moving code from pci to common. Best Regards Eric On 01/22/2015 04:50 AM, Chen Fan wrote: > Signed-off-by: Chen Fan > --- > hw/vfio/common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/vfio/common.c

[Qemu-devel] [PATCH] vfio: fix wrong initialize vfio_group_list

2015-01-21 Thread Chen Fan
Signed-off-by: Chen Fan --- hw/vfio/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index cf483ff..e71385e 100644 --- a/hw/vfio/common.c +++ b/hw/vfio/common.c @@ -32,7 +32,7 @@ #include "trace.h" struct vfio_group_head vfio_gro