qemu-devel
[Top][All Lists]
Advanced

[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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]