[Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough

Anthony PERARD posted 1 patch 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180504091756.31302-1-anthony.perard@citrix.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough
Posted by Anthony PERARD 7 years, 5 months ago
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1443422e83..e961473e76 100755
--- a/configure
+++ b/configure
@@ -1586,7 +1586,7 @@ disabled with --disable-FEATURE, default is enabled if available:
   virtfs          VirtFS
   mpath           Multipath persistent reservation passthrough
   xen             xen backend driver support
-  xen-pci-passthrough
+  xen-pci-passthrough    PCI passthrough support for Xen
   brlapi          BrlAPI (Braile)
   curl            curl connectivity
   membarrier      membarrier system call (for Linux 4.14+ or Windows)
-- 
Anthony PERARD


Re: [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough
Posted by Markus Armbruster 7 years, 5 months ago
Anthony PERARD <anthony.perard@citrix.com> writes:

> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 1443422e83..e961473e76 100755
> --- a/configure
> +++ b/configure
> @@ -1586,7 +1586,7 @@ disabled with --disable-FEATURE, default is enabled if available:
>    virtfs          VirtFS
>    mpath           Multipath persistent reservation passthrough
>    xen             xen backend driver support
> -  xen-pci-passthrough
> +  xen-pci-passthrough    PCI passthrough support for Xen
>    brlapi          BrlAPI (Braile)
>    curl            curl connectivity
>    membarrier      membarrier system call (for Linux 4.14+ or Windows)

Reviewed-by: Markus Armbruster <armbru@redhat.com>