slackbuilds/system/xen
Mario Preksavec d2e5cb7cd0
system/xen: Add logic for sysconfig *enhanced* systems.
Signed-off-by: Mario Preksavec <mario@slackware.hr>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-07 13:59:17 +07:00
..
dom0 system/xen: Updated for version 4.16.1. 2022-04-24 01:47:07 +07:00
domU system/xen: Updated for version 4.15.2. 2022-04-02 18:18:39 +07:00
openvswitch
patches system/xen: Updated for version 4.16.1. 2022-04-24 01:47:07 +07:00
xsa system/xen: Updated for version 4.15.2. 2022-04-02 18:18:39 +07:00
README system/xen: Wrap README at 72 columns. 2022-03-17 12:38:14 -04:00
README.SLACKWARE
doinst.sh system/xen: Add logic for sysconfig *enhanced* systems. 2022-05-07 13:59:17 +07:00
slack-desc
xen.SlackBuild system/xen: Add logic for sysconfig *enhanced* systems. 2022-05-07 13:59:17 +07:00
xen.info system/xen: Updated for version 4.16.1. 2022-04-24 01:47:07 +07:00

README

The Xen hypervisor, a powerful open source industry standard for
virtualization, offers a powerful, efficient, and secure feature
set for virtualization of x86, x86_64, IA64, ARM, and other CPU
architectures. It supports a wide range of guest operating systems
including Windows, Linux, Solaris, and various versions of the BSD
operating systems.

This script has a few optional dependencies:

  mbootpack - creates LILO compatible kernel images
  libssh - mostly used by libvirt, enable with USE_LIBSSH=yes
           (previously known as USE_LIBSSH2)
  ocaml-findlib - autodetected, builds oxenstored binary
  spice - enable with USE_SPICE=yes

Linking with the stock libraries:

  gtk - enable with USE_GTK=yes
  audio - enable with USE_AUDIO=yes
          (or a comma-delimited list: oss alsa sdl pa)

Reading material:

  README.SLACKWARE - explains Xen daemons and system startup
  README.dom0 - explains setting up privileged Xen domain (host)
  README.domU - talks about unprivileged Xen domain (guest)
  README.openvswitch-extended - additional Open vSwitch use case
  README.xsa - building Xen with latest security fixes

Toggle additional features:

  BUILD_STUBDOM=yes - enables lightweight service/driver domains
  INSTALL_OPENVSWITCH_EXTENDED=yes - systemwide install
  WITH_OVMF=no - disables guest domain EFI/UEFI support