Re: [Qemu-devel] [RFC v4 03/13] hw/vfio/pci: Remove unneeded include files

2014-07-23 Thread Eric Auger
On 07/08/2014 08:55 PM, Alex Williamson wrote: > On Mon, 2014-07-07 at 13:27 +0100, Eric Auger wrote: >> Signed-off-by: Eric Auger >> --- >> hw/vfio/pci.c | 12 >> 1 file changed, 12 deletions(-) >> >> diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c >> index 5c7bfd5..a7df3de 100644 >> ---

Re: [Qemu-devel] [RFC v4 03/13] hw/vfio/pci: Remove unneeded include files

2014-07-09 Thread Alex Williamson
On Mon, 2014-07-07 at 13:27 +0100, Eric Auger wrote: > Signed-off-by: Eric Auger > --- > hw/vfio/pci.c | 12 > 1 file changed, 12 deletions(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c > index 5c7bfd5..a7df3de 100644 > --- a/hw/vfio/pci.c > +++ b/hw/vfio/pci.c > @@ -18,26 +18,1

[Qemu-devel] [RFC v4 03/13] hw/vfio/pci: Remove unneeded include files

2014-07-07 Thread Eric Auger
Signed-off-by: Eric Auger --- hw/vfio/pci.c | 12 1 file changed, 12 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 5c7bfd5..a7df3de 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -18,26 +18,14 @@ * Copyright (C) 2008, IBM, Muli Ben-Yehuda (m...@il.ibm.com) */