[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support
From: |
Alex Williamson |
Subject: |
Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support |
Date: |
Thu, 08 Sep 2011 14:52:33 -0700 |
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
> > > + default y if X86
> >
> > Hahah.. And Linus is going to tear your behind for that.
> >
> > Default should be 'n'
>
> It depends on VFIO, which presumably defaults to n.
Yes, exactly.
- [Qemu-devel] [RFC PATCH 0/5] VFIO-NG group/device/iommu framework, Alex Williamson, 2011/09/01
- [Qemu-devel] [RFC PATCH 1/5] iommu: Add iommu_device_group callback and iommu_group sysfs entry, Alex Williamson, 2011/09/01
- [Qemu-devel] [RFC PATCH 2/5] intel-iommu: Implement iommu_device_group, Alex Williamson, 2011/09/01
- [Qemu-devel] [RFC PATCH 3/5] VFIO: Base framework for new VFIO driver, Alex Williamson, 2011/09/01
- [Qemu-devel] [RFC PATCH 5/5] VFIO: Simple test tool, Alex Williamson, 2011/09/01
- [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support, Alex Williamson, 2011/09/01
- Re: [Qemu-devel] [RFC PATCH 0/5] VFIO-NG group/device/iommu framework, Alexander Graf, 2011/09/07