summaryrefslogtreecommitdiff
path: root/Documentation/faq
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2022-08-08 13:36:02 -0700
committerIlya Maximets <i.maximets@ovn.org>2022-08-15 13:07:13 +0200
commit83c9518e7c67fb73ab17f6db50f398dc78403814 (patch)
tree7290abe2d043c4f30d55975f6f2d25608a9feadc /Documentation/faq
parentac1332216eb3a1857b942457e1b44a22512b092d (diff)
downloadopenvswitch-83c9518e7c67fb73ab17f6db50f398dc78403814.tar.gz
xenserver: Remove xenserver.
Remove the current xenserver implementation - it is obsolete and since 3.0 we do not support kernel module builds [1]. 1. https://mail.openvswitch.org/pipermail/ovs-dev/2022-July/395789.html [i.maximets] Can be added back if people willing to maintain it will be found. Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/faq')
-rw-r--r--Documentation/faq/general.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/faq/general.rst b/Documentation/faq/general.rst
index efbc213de..bd56363b7 100644
--- a/Documentation/faq/general.rst
+++ b/Documentation/faq/general.rst
@@ -44,11 +44,11 @@ Q: What is Open vSwitch?
Q: What virtualization platforms can use Open vSwitch?
A: Open vSwitch can currently run on any Linux-based virtualization
- platform (kernel 3.10 and newer), including: KVM, VirtualBox, Xen, Xen
- Cloud Platform, XenServer. As of Linux 3.3 it is part of the mainline
- kernel. The bulk of the code is written in platform- independent C and is
- easily ported to other environments. We welcome inquires about integrating
- Open vSwitch with other virtualization platforms.
+ platform (kernel 3.10 and newer), including: KVM and VirtualBox.
+ As of Linux 3.3 it is part of the mainline kernel. The bulk of the
+ code is written in platform- independent C and is easily ported to
+ other environments. We welcome inquires about integrating Open
+ vSwitch with other virtualization platforms.
Q: How can I try Open vSwitch?
@@ -58,8 +58,7 @@ Q: How can I try Open vSwitch?
Debian, Ubuntu, Fedora.
You may also download and run a virtualization platform that already has
- Open vSwitch integrated. For example, download a recent ISO for XenServer
- or Xen Cloud Platform. Be aware that the version integrated with a
+ Open vSwitch integrated. Be aware that the version integrated with a
particular platform may not be the most recent Open vSwitch release.
Q: Does Open vSwitch only work on Linux?