* configure --help lacks explanation of xen-pci-passthrough
@ 2018-04-19 7:29 ` Markus Armbruster
0 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2018-04-19 7:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Anthony Perard, xen-devel, Stefano Stabellini
$ ./configure --help | grep -C 3 xen-pci-passthrough
virtfs VirtFS
mpath Multipath persistent reservation passthrough
xen xen backend driver support
xen-pci-passthrough
brlapi BrlAPI (Braile)
curl curl connectivity
membarrier membarrier system call (for Linux 4.14+ or Windows)
This is the only --enable thing without an explanation. Okay, many of
the explanations suck, but that's no excuse. Xen guys, please provide
one.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] configure --help lacks explanation of xen-pci-passthrough
@ 2018-04-19 7:29 ` Markus Armbruster
0 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2018-04-19 7:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefano Stabellini, Anthony Perard, xen-devel
$ ./configure --help | grep -C 3 xen-pci-passthrough
virtfs VirtFS
mpath Multipath persistent reservation passthrough
xen xen backend driver support
xen-pci-passthrough
brlapi BrlAPI (Braile)
curl curl connectivity
membarrier membarrier system call (for Linux 4.14+ or Windows)
This is the only --enable thing without an explanation. Okay, many of
the explanations suck, but that's no excuse. Xen guys, please provide
one.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: configure --help lacks explanation of xen-pci-passthrough
2018-04-19 7:29 ` [Qemu-devel] " Markus Armbruster
@ 2018-05-03 16:41 ` Markus Armbruster
-1 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2018-05-03 16:41 UTC (permalink / raw)
To: qemu-devel; +Cc: Anthony Perard, xen-devel, Stefano Stabellini
Ping?
Markus Armbruster <armbru@redhat.com> writes:
> $ ./configure --help | grep -C 3 xen-pci-passthrough
> virtfs VirtFS
> mpath Multipath persistent reservation passthrough
> xen xen backend driver support
> xen-pci-passthrough
> brlapi BrlAPI (Braile)
> curl curl connectivity
> membarrier membarrier system call (for Linux 4.14+ or Windows)
>
> This is the only --enable thing without an explanation. Okay, many of
> the explanations suck, but that's no excuse. Xen guys, please provide
> one.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] configure --help lacks explanation of xen-pci-passthrough
@ 2018-05-03 16:41 ` Markus Armbruster
0 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2018-05-03 16:41 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefano Stabellini, Anthony Perard, xen-devel
Ping?
Markus Armbruster <armbru@redhat.com> writes:
> $ ./configure --help | grep -C 3 xen-pci-passthrough
> virtfs VirtFS
> mpath Multipath persistent reservation passthrough
> xen xen backend driver support
> xen-pci-passthrough
> brlapi BrlAPI (Braile)
> curl curl connectivity
> membarrier membarrier system call (for Linux 4.14+ or Windows)
>
> This is the only --enable thing without an explanation. Okay, many of
> the explanations suck, but that's no excuse. Xen guys, please provide
> one.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough
2018-04-19 7:29 ` [Qemu-devel] " Markus Armbruster
(?)
(?)
@ 2018-05-04 9:17 ` Anthony PERARD
2018-05-04 11:26 ` Markus Armbruster
-1 siblings, 1 reply; 6+ messages in thread
From: Anthony PERARD @ 2018-05-04 9:17 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefano Stabellini, Markus Armbruster, Anthony PERARD
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough
2018-05-04 9:17 ` [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough Anthony PERARD
@ 2018-05-04 11:26 ` Markus Armbruster
0 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2018-05-04 11:26 UTC (permalink / raw)
To: Anthony PERARD; +Cc: qemu-devel, Stefano Stabellini
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>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-05-04 11:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-19 7:29 configure --help lacks explanation of xen-pci-passthrough Markus Armbruster
2018-04-19 7:29 ` [Qemu-devel] " Markus Armbruster
2018-05-03 16:41 ` Markus Armbruster
2018-05-03 16:41 ` [Qemu-devel] " Markus Armbruster
2018-05-04 9:17 ` [Qemu-devel] [PATCH] configure: Add explanation for --enable-xen-pci-passthrough Anthony PERARD
2018-05-04 11:26 ` Markus Armbruster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.