Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.31135

Xen is a virtual machine monitor for x86 that supports execution of
multiple guest operating systems with unprecedented levels of
performance and resource isolation.

This package contains the Xen Hypervisor. (tm)

Modern computers are sufficiently powerful to use virtualization to
present the illusion of many smaller virtual machines (VMs), each
running a separate operating system instance. Successful partitioning
of a machine to support the concurrent execution of multiple operating
systems poses several challenges. Firstly, virtual machines must be
isolated from one another: It is not acceptable for the execution of
one to adversely affect the performance of another. This is
particularly true when virtual machines are owned by mutually
untrusting users. Secondly, it is necessary to support a variety of
different operating systems to accommodate the heterogeneity of popular
applications. Thirdly, the performance overhead introduced by
virtualization should be small.

Xen uses a technique called paravirtualization: The guest OS is
modified, mainly to enhance performance.

The Xen hypervisor (microkernel) does not provide device drivers for
your hardware (except for CPU and memory). This job is left to the
kernel that's running in domain 0. Thus the domain 0 kernel is
privileged; it has full hardware access. It's started immediately after
Xen starts up. Other domains have no access to the hardware; instead
they use virtual interfaces that are provided by Xen (with the help of
the domain 0 kernel).

Xen does support booting other Operating Systems; ports of NetBSD
(Christian Limpach), FreeBSD (Kip Macy), and Plan 9 (Ron Minnich)
exist. A port of Windows XP was developed for an earlier version of
Xen, but is not available for release due to license restrictions.

In addition to this package you need to install the kernel-xen and
xen-tools to use Xen. Xen 3 also supports running unmodified guests
using full virtualization, if appropriate hardware is present. Install
xen-tools-ioemu if you want to use this.

[Hypervisor is a trademark of IBM]

Refresh
Refresh
Source Files
Filename Size Changed
5e15e174-libxl-dont-needlessly-report-highmem-in-use.patch 0000002652 2.59 KB
5fca3b32-tools-libs-ctrl-fix-dumping-of-ballooned-guest.patch 0000003637 3.55 KB
5ffc58c4-ACPI-reduce-verbosity-by-default.patch 0000006019 5.88 KB
602ffae9-tools-libs-light-fix-xl-save--c-handling.patch 0000001350 1.32 KB
60ba695e-tools-libs-ctrl-fix-xc_core_arch_map_p2m-to-support.patch 0000019945 19.5 KB
6148455f-VT-d-PCI-segment-numbers-16-bits.patch 0000000819 819 Bytes
61532102-PCI-bridge-with-subord-bus-0xFF.patch 0000001397 1.36 KB
61655b5a-AMD-IOMMU-hidden-devices-flush.patch 0000001646 1.61 KB
616d66bd-x86-HVM-cleanup-after-failed-viridian_vcpu_init.patch 0000000750 750 Bytes
616e7cfe-x86-paging-restrict-paddr-width-reported.patch 0000001765 1.72 KB
61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch 0000001119 1.09 KB
61dd5f64-limit-support-statement-for-Linux-and-Windows-frontends.patch 0000004717 4.61 KB
64ba268b-xenstore-fix-XSA-417.patch 0000001135 1.11 KB
64e5b4ac-x86-AMD-extend-Zenbleed-check.patch 0000001409 1.38 KB
README.SUSE 0000032571 31.8 KB
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001371 1.34 KB
baselibs.conf 0000000009 9 Bytes
bin-python3-conversion.patch 0000014750 14.4 KB
block-dmmd 0000009571 9.35 KB
block-npiv 0000003588 3.5 KB
block-npiv-common.sh 0000007967 7.78 KB
block-npiv-vport 0000002101 2.05 KB
boot.local.xenU 0000001987 1.94 KB
boot.xen 0000002385 2.33 KB
build-python3-conversion.patch 0000022529 22 KB
disable-building-pv-shim.patch 0000000458 458 Bytes
etc_pam.d_xen-api 0000000265 265 Bytes
hibernate.patch 0000001324 1.29 KB
ignore-ip-command-script-errors.patch 0000001594 1.56 KB
init.pciback 0000002530 2.47 KB
init.xen_loop 0000000093 93 Bytes
ipxe-enable-nics.patch 0000000371 371 Bytes
ipxe-no-error-logical-not-parentheses.patch 0000001025 1 KB
ipxe-use-rpm-opt-flags.patch 0000001125 1.1 KB
ipxe.tar.bz2 0003669858 3.5 MB
libxc.migrate_tracking.patch 0000006723 6.57 KB
libxc.sr.superpage.patch 0000028796 28.1 KB
libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch 0000003713 3.63 KB
libxl-dont-try-to-free-a-NULL-list-of-vcpus.patch 0000001014 1014 Bytes
libxl.LIBXL_HOTPLUG_TIMEOUT.patch 0000011851 11.6 KB
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000009145 8.93 KB
libxl.helper_done-crash.patch 0000002072 2.02 KB
libxl.libxl__domain_pvcontrol.patch 0000000816 816 Bytes
libxl.max_event_channels.patch 0000000838 838 Bytes
libxl.pvscsi.patch 0000083431 81.5 KB
libxl.set-migration-constraints-from-cmdline.patch 0000024122 23.6 KB
logrotate.conf 0000000282 282 Bytes
migration-python3-conversion.patch 0000005004 4.89 KB
mini-os.tar.bz2 0000310523 303 KB
pygrub-boot-legacy-sles.patch 0000002465 2.41 KB
pygrub-handle-one-line-menu-entries.patch 0000002477 2.42 KB
pygrub-netware-xnloader.patch 0000000730 730 Bytes
replace-obsolete-network-configuration-commands-in-s.patch 0000009662 9.44 KB
reproducible.patch 0000001716 1.68 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom-have-iovec.patch 0000000803 803 Bytes
stubdom.tar.bz2 0019598658 18.7 MB
suse-xendomains-service.patch 0000000806 806 Bytes
suspend_evtchn_lock.patch 0000002115 2.07 KB
sysconfig.pciback 0000000237 237 Bytes
tmp_build.patch 0000001866 1.82 KB
vif-bridge-no-iptables.patch 0000000350 350 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
vif-route.patch 0000000856 856 Bytes
x86-cpufreq-report.patch 0000002860 2.79 KB
x86-ioapic-ack-default.patch 0000000604 604 Bytes
xen-4.13.5-testing-src.tar.bz2 0005065691 4.83 MB
xen-arch-kconfig-nr_cpus.patch 0000000419 419 Bytes
xen-destdir.patch 0000002185 2.13 KB
xen-dom0-modules.service 0000000468 468 Bytes
xen-supportconfig 0000003155 3.08 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.bug1026236.suse_vtsc_tolerance.patch 0000002414 2.36 KB
xen.build-compare.doc_html.patch 0000001203 1.17 KB
xen.changes 0000549928 537 KB
xen.libxl.dmmd.patch 0000005600 5.47 KB
xen.spec 0000045270 44.2 KB
xen.stubdom.newlib.patch 0000004459 4.35 KB
xen.sysconfig-fillup.patch 0000002969 2.9 KB
xen2libvirt.py 0000004853 4.74 KB
xen_maskcalc.py 0000014036 13.7 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000001052 1.03 KB
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xendomains-wait-disks.LICENSE 0000035141 34.3 KB
xendomains-wait-disks.README.md 0000002363 2.31 KB
xendomains-wait-disks.sh 0000005158 5.04 KB
xenstore-launch.patch 0000004961 4.84 KB
xenstore-run-in-studomain.patch 0000001947 1.9 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xl-conf-disable-autoballoon.patch 0000000495 495 Bytes
xl-save-pc.patch 0000006108 5.96 KB
xnloader.py 0000001903 1.86 KB
xsa427.patch 0000003555 3.47 KB
xsa428-1.patch 0000001115 1.09 KB
xsa428-2.patch 0000003571 3.49 KB
xsa429.patch 0000001833 1.79 KB
xsa433.patch 0000004062 3.97 KB
xsa434-1.patch 0000003175 3.1 KB
xsa434-2.patch 0000006804 6.64 KB
xsa434-3.patch 0000004682 4.57 KB
xsa435-0-01.patch 0000005961 5.82 KB
xsa435-0-02.patch 0000011777 11.5 KB
xsa435-0-03.patch 0000002675 2.61 KB
xsa435-0-04.patch 0000007565 7.39 KB
xsa435-0-05.patch 0000002030 1.98 KB
xsa435-0-06.patch 0000003924 3.83 KB
xsa435-0-07.patch 0000003341 3.26 KB
xsa435-0-08.patch 0000003293 3.22 KB
xsa435-0-09.patch 0000004838 4.72 KB
xsa435-0-10.patch 0000002916 2.85 KB
xsa435-0-11.patch 0000003102 3.03 KB
xsa435-0-12.patch 0000008190 8 KB
xsa435-0-13.patch 0000001434 1.4 KB
xsa435-0-14.patch 0000002087 2.04 KB
xsa435-0-15.patch 0000000962 962 Bytes
xsa435-0-16.patch 0000003187 3.11 KB
xsa435-0-17.patch 0000004103 4.01 KB
xsa435-0-18.patch 0000004374 4.27 KB
xsa435-0-19.patch 0000008231 8.04 KB
xsa435-0-20.patch 0000037932 37 KB
xsa435-0-21.patch 0000009267 9.05 KB
xsa435-0-22.patch 0000017371 17 KB
xsa435-0-23.patch 0000011581 11.3 KB
xsa435-0-24.patch 0000001329 1.3 KB
xsa435-0-25.patch 0000008771 8.57 KB
xsa435-0-26.patch 0000008761 8.56 KB
xsa435-0-27.patch 0000005829 5.69 KB
xsa435-0-28.patch 0000050210 49 KB
xsa435-0-29.patch 0000005197 5.08 KB
xsa435-0-30.patch 0000003667 3.58 KB
xsa435-0-31.patch 0000015117 14.8 KB
xsa435-0-32.patch 0000008561 8.36 KB
xsa435-0-33.patch 0000003452 3.37 KB
xsa435-0-34.patch 0000005082 4.96 KB
xsa435-0-35.patch 0000001351 1.32 KB
xsa435-0-36.patch 0000007413 7.24 KB
xsa435-0-37.patch 0000004602 4.49 KB
xsa435-0-38.patch 0000003010 2.94 KB
xsa435-0-39.patch 0000003583 3.5 KB
xsa435-0-40.patch 0000001629 1.59 KB
xsa435-0-41.patch 0000002408 2.35 KB
xsa435-0-42.patch 0000009145 8.93 KB
xsa435-0-43.patch 0000001998 1.95 KB
xsa435-0-44.patch 0000002882 2.81 KB
xsa435-0-45.patch 0000004493 4.39 KB
xsa435-0-46.patch 0000008039 7.85 KB
xsa435-0-47.patch 0000006404 6.25 KB
xsa435-0-48.patch 0000002651 2.59 KB
xsa435-0-49.patch 0000002442 2.38 KB
xsa435-0-50.patch 0000007546 7.37 KB
xsa435-0-51.patch 0000008449 8.25 KB
xsa435-0-52.patch 0000005509 5.38 KB
xsa435-0-53.patch 0000020062 19.6 KB
xsa435-0-54.patch 0000003008 2.94 KB
xsa435-0-55.patch 0000005392 5.27 KB
xsa435-1.patch 0000002030 1.98 KB
xsa435-2.patch 0000005352 5.23 KB
xsa435-3.patch 0000008518 8.32 KB
xsa438.patch 0000014400 14.1 KB
xsa439-1.patch 0000002252 2.2 KB
xsa439-2.patch 0000002277 2.22 KB
xsa439-3.patch 0000002661 2.6 KB
xsa439-4.patch 0000003098 3.03 KB
xsa439-5.patch 0000002200 2.15 KB
xsa439-6.patch 0000003458 3.38 KB
xsa439-7.patch 0000002562 2.5 KB
xsa439-8.patch 0000002529 2.47 KB
xsa439-9.patch 0000008090 7.9 KB
xsa440.patch 0000002084 2.04 KB
xsa442.patch 0000007266 7.1 KB
xsa443-01.patch 0000001907 1.86 KB
xsa443-02.patch 0000001174 1.15 KB
xsa443-03.patch 0000004967 4.85 KB
xsa443-04.patch 0000002138 2.09 KB
xsa443-05.patch 0000002019 1.97 KB
xsa443-06.patch 0000002036 1.99 KB
xsa443-07.patch 0000004265 4.17 KB
xsa443-08.patch 0000004477 4.37 KB
xsa443-09.patch 0000012166 11.9 KB
xsa443-10.patch 0000008470 8.27 KB
xsa443-11.patch 0000005938 5.8 KB
xsa444-1.patch 0000003778 3.69 KB
xsa444-2.patch 0000003188 3.11 KB
Latest Revision
Marco Strigl's avatar Marco Strigl (mstrigl) committed (revision 1)
Release from SUSE:Maintenance:31135 / xen.SUSE_SLE-15-SP2_Update
Comments 0
openSUSE Build Service is sponsored by