Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support

2011-09-08 Thread Alex Williamson
On Thu, 2011-09-08 at 10:52 +0300, Avi Kivity wrote: > On 09/07/2011 09:55 PM, Konrad Rzeszutek Wilk wrote: > > > If you don't know what to do here, say N. > > > + > > > +menuconfig VFIO_PCI > > > +bool "VFIO support for PCI devices" > > > +depends on VFIO&& PCI > > >

Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support

2011-09-08 Thread Avi Kivity
On 09/07/2011 09:55 PM, Konrad Rzeszutek Wilk wrote: >If you don't know what to do here, say N. > + > +menuconfig VFIO_PCI > + bool "VFIO support for PCI devices" > + depends on VFIO&& PCI > + default y if X86 Hahah.. And Linus is going to tear your behind for that. Default should be

Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support

2011-09-07 Thread Konrad Rzeszutek Wilk
On Thu, Sep 01, 2011 at 01:50:50PM -0600, Alex Williamson wrote: > Signed-off-by: Alex Williamson > --- > > drivers/vfio/Kconfig|7 ++ > drivers/vfio/Makefile |1 > drivers/vfio/vfio_main.c| 10 +++ > drivers/vfio/vfio_pci.c | 124 >

[Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support

2011-09-01 Thread Alex Williamson
Signed-off-by: Alex Williamson --- drivers/vfio/Kconfig|7 ++ drivers/vfio/Makefile |1 drivers/vfio/vfio_main.c| 10 +++ drivers/vfio/vfio_pci.c | 124 +++ drivers/vfio/vfio_private.h |5 ++ 5 files changed, 147 inser