[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: |
Konrad Rzeszutek Wilk |
Subject: |
Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support |
Date: |
Wed, 7 Sep 2011 14:55:05 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, Sep 01, 2011 at 01:50:50PM -0600, Alex Williamson wrote:
> Signed-off-by: Alex Williamson <address@hidden>
> ---
>
> 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 insertions(+), 0 deletions(-)
> create mode 100644 drivers/vfio/vfio_pci.c
>
> diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig
> index a150521..b17bdbd 100644
> --- a/drivers/vfio/Kconfig
> +++ b/drivers/vfio/Kconfig
> @@ -3,3 +3,10 @@ menuconfig VFIO
> depends on IOMMU_API
> help
> 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'
- [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 4/5] VFIO: Add PCI device support,
Konrad Rzeszutek Wilk <=
- Re: [Qemu-devel] [RFC PATCH 0/5] VFIO-NG group/device/iommu framework, Alexander Graf, 2011/09/07