Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.8389

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
5a33a12f-domctl-improve-locking-during-domain-destruction.patch 0000002225 2.17 KB
5a6703cb-x86-move-invocations-of-hvm_flush_guest_tlbs.patch 0000002061 2.01 KB
5a79d7ed-libxc-packed-initrd-dont-fail-domain-creation.patch 0000004305 4.2 KB
5a9985bd-x86-invpcid-support.patch 0000004015 3.92 KB
5ad4923e-x86-correct-S3-resume-ordering.patch 0000001830 1.79 KB
5ad49293-x86-suppress-BTI-mitigations-around-S3.patch 0000002227 2.17 KB
5ad600d4-x86-pv-introduce-x86emul_read_dr.patch 0000004394 4.29 KB
5ad600d4-x86-pv-introduce-x86emul_write_dr.patch 0000005325 5.2 KB
5ad8c3a7-x86-spec_ctrl-update-retpoline-decision-making.patch 0000005349 5.22 KB
5adda097-x86-HPET-fix-race-triggering-ASSERT.patch 0000001688 1.65 KB
5adda0d5-x86-HVM-never-retain-emulated-insn-cache.patch 0000001704 1.66 KB
5adde9ed-xpti-fix-double-fault-handling.patch 0000001327 1.3 KB
5ae06fad-SVM-fix-intercepts-for-SYS-CALL-ENTER-MSRs.patch 0000005481 5.35 KB
5ae31917-x86-cpuidle-init-stats-lock-once.patch 0000002353 2.3 KB
5aeaeae4-introduce-vcpu_sleep_nosync_locked.patch 0000001726 1.69 KB
5aeaeaf0-sched-fix-races-in-vcpu-migration.patch 0000006686 6.53 KB
5aeb2c57-x86-retval-checks-of-set-guest-trapbounce.patch 0000002791 2.73 KB
5aec7393-1-x86-xpti-avoid-copy.patch 0000009061 8.85 KB
5aec7393-2-x86-xpti-write-cr3.patch 0000003953 3.86 KB
5aec744a-3-x86-xpti-per-domain-flag.patch 0000010295 10.1 KB
5aec744a-4-x86-xpti-use-invpcid.patch 0000006514 6.36 KB
5aec744a-5-x86-xpti-no-global-pages.patch 0000007562 7.38 KB
5aec744a-6-x86-xpti-cr3-valid-flag.patch 0000011114 10.9 KB
5aec744a-7-x86-xpti-pv_guest_cr4_to_real_cr4.patch 0000002547 2.49 KB
5aec744b-8-x86-xpti-cr3-helpers.patch 0000002946 2.88 KB
5aec74a8-9-x86-xpti-use-pcid.patch 0000013649 13.3 KB
5af03009-x86-pv-hide-more-EFER-bits-from-PV.patch 0000002857 2.79 KB
5af1daa9-1-x86-traps-fix-dr6-handing-in-DB-handler.patch 0000002955 2.89 KB
5af1daa9-2-x86-pv-move-exception-injection-into-test_all_events.patch 0000003744 3.66 KB
5af1daa9-3-x86-traps-use-IST-for-DB.patch 0000005155 5.03 KB
5af1daa9-4-x86-traps-fix-handling-of-DB-in-hypervisor-context.patch 0000002934 2.87 KB
5af1daa9-x86-HVM-guard-against-bogus-emulator-ioreq-state.patch 0000002879 2.81 KB
5af1daa9-x86-vpt-support-IO-APIC-routed-intr.patch 0000009043 8.83 KB
5af97999-viridian-cpuid-leaf-40000003.patch 0000002213 2.16 KB
5afc13ae-1-x86-read-MSR_ARCH_CAPABILITIES-once.patch 0000003505 3.42 KB
5afc13ae-2-x86-express-Xen-SPEC_CTRL-choice-as-variable.patch 0000004105 4.01 KB
5afc13ae-3-x86-merge-bti_ist_info-use_shadow_spec_ctrl.patch 0000011933 11.7 KB
5afc13ae-4-x86-fold-XEN_IBRS-ALTERNATIVES.patch 0000009394 9.17 KB
5afc13ae-5-x86-rename-bits-of-spec_ctrl-infrastructure.patch 0000010904 10.6 KB
5afc13ae-6-x86-elide-MSR_SPEC_CTRL-handling-in-idle.patch 0000002364 2.31 KB
5afc13ae-7-x86-split-X86_FEATURE_SC_MSR.patch 0000005309 5.18 KB
5afc13ae-8-x86-explicitly-set-Xen-default-SPEC_CTRL.patch 0000004020 3.93 KB
5afc13ae-9-x86-cpuid-improve-guest-policies-for-speculative.patch 0000004807 4.69 KB
5afc13ae-A-x86-introduce-spec-ctrl-cmdline-opt.patch 0000013505 13.2 KB
5b02c786-x86-AMD-mitigations-for-GPZ-SP4.patch 0000003662 3.58 KB
5b02c786-x86-Intel-mitigations-for-GPZ-SP4.patch 0000008743 8.54 KB
5b02c786-x86-msr-virtualise-SPEC_CTRL-SSBD.patch 0000002236 2.18 KB
5b0bc9da-x86-XPTI-fix-S3-resume.patch 0000000832 832 Bytes
5b0d2286-libxc-x86-PV-dont-hand-through-CPUID-leaf-0x80000008.patch 0000000970 970 Bytes
5b0d2d91-x86-suppress-sync-when-XPTI-off.patch 0000000961 961 Bytes
5b0d2dbc-x86-correct-default_xen_spec_ctrl.patch 0000002476 2.42 KB
5b0d2ddc-x86-CPUID-dont-override-tool-stack-hidden-STIBP.patch 0000002039 1.99 KB
5b150ef9-x86-fix-error-handling-of-pv-dr7-shadow.patch 0000001668 1.63 KB
5b21825d-1-x86-support-fully-eager-FPU-context-switching.patch 0000002145 2.09 KB
5b21825d-2-x86-spec-ctrl-mitigations-for-LazyFPU.patch 0000007852 7.67 KB
5b238b92-x86-HVM-account-for-fully-eager-FPU.patch 0000001532 1.5 KB
5b2b7172-x86-EFI-fix-FPU-state-handling-around-runtime-calls.patch 0000002404 2.35 KB
5b31e004-x86-HVM-emul-attempts-FPU-set-fpu_initialised.patch 0000001010 1010 Bytes
5b323e3c-x86-EFI-fix-FPU-state-handling-around-runtime-calls.patch 0000003379 3.3 KB
5b34882d-x86-mm-dont-bypass-preemption-checks.patch 0000002088 2.04 KB
5b348874-x86-refine-checks-in-DB-handler.patch 0000004596 4.49 KB
5b348897-libxl-qemu_disk_scsi_drive_string-break-out-common.patch 0000002748 2.68 KB
5b3488a2-libxl-restore-passing-ro-to-qemu-for-SCSI-disks.patch 0000002542 2.48 KB
5b34891a-x86-HVM-dont-cause-NM-to-be-raised.patch 0000003727 3.64 KB
5b348954-x86-guard-against-NM.patch 0000001193 1.17 KB
5b34b8fe-VMX-defer-vmx_vmcs_exit-as-long-as-possible.patch 0000001602 1.56 KB
5b3cab8e-1-VMX-MSR_DEBUGCTL-handling.patch 0000008738 8.53 KB
5b3cab8e-2-VMX-improve-MSR-load-save-API.patch 0000008495 8.3 KB
5b3cab8e-3-VMX-cleanup-MSR-load-save-infra.patch 0000005216 5.09 KB
5b3cab8f-1-VMX-factor-out-locate_msr_entry.patch 0000003131 3.06 KB
5b3cab8f-2-VMX-remote-access-to-MSR-lists.patch 0000012011 11.7 KB
5b3cab8f-3-VMX-improve-LBR-MSR-handling.patch 0000006715 6.56 KB
5b3cab8f-4-VMX-pass-MSR-value-into-vmx_msr_add.patch 0000004793 4.68 KB
5b3cab8f-5-VMX-load-only-guest-MSR-entries.patch 0000006773 6.61 KB
5b3f8fa5-port-array_index_nospec-from-Linux.patch 0000006226 6.08 KB
5b4488e7-x86-spec-ctrl-cmdline-handling.patch 0000001194 1.17 KB
5b471517-page_alloc-correct-first_dirty-calc-in-block-merging.patch 0000002410 2.35 KB
5b4c9a60-allow-cpu_down-to-be-called-earlier.patch 0000001670 1.63 KB
5b4db308-SVM-fix-cleanup-svm_inject_event.patch 0000004274 4.17 KB
5b5040c3-cpupools-fix-state-when-downing-a-CPU-failed.patch 0000001919 1.87 KB
5b5040f2-x86-AMD-distinguish-CU-from-HT.patch 0000004223 4.12 KB
5b505fe5-VMX-fix-find-msr-build.patch 0000001755 1.71 KB
5b508775-1-x86-distinguish-CPU-offlining-and-removal.patch 0000012906 12.6 KB
5b508775-2-x86-possibly-bring-up-all-CPUs.patch 0000004831 4.72 KB
5b508775-3-x86-cmdline-opt-to-avoid-use-of-secondary-HTs.patch 0000003259 3.18 KB
5b508ce8-VMX-dont-clobber-dr6-while-debug-state-is-lazy.patch 0000001091 1.07 KB
5b50df16-1-x86-xstate-use-guest-CPUID-policy.patch 0000004390 4.29 KB
5b50df16-2-x86-make-xstate-calculation-errors-more-obvious.patch 0000001875 1.83 KB
5b56feb1-x86-hvm-disallow-unknown-EFER-bits.patch 0000001340 1.31 KB
5b56feb2-x86-XPTI-parsing-on-fixed-Intel-HW.patch 0000002614 2.55 KB
5b62ca93-VMX-avoid-hitting-BUG_ON.patch 0000001107 1.08 KB
5b6d8ce2-x86-XPTI-parsing.patch 0000002577 2.52 KB
CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch 0000001545 1.51 KB
README.SUSE 0000029917 29.2 KB
aarch64-maybe-uninitialized.patch 0000000756 756 Bytes
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001371 1.34 KB
baselibs.conf 0000000009 9 Bytes
bin-python3-conversion.patch 0000021905 21.4 KB
blktap2-no-uninit.patch 0000000423 423 Bytes
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 0000037866 37 KB
disable-building-pv-shim.patch 0000000432 432 Bytes
etc_pam.d_xen-api 0000000265 265 Bytes
hibernate.patch 0000001324 1.29 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 0002877726 2.74 MB
libxc.sr.superpage.patch 0000028278 27.6 KB
libxl.Add-a-version-check-of-QEMU-for-QMP-commands.patch 0000002775 2.71 KB
libxl.LIBXL_DESTROY_TIMEOUT.patch 0000000695 695 Bytes
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000009021 8.81 KB
libxl.pvscsi.patch 0000083297 81.3 KB
libxl.qmp-Tell-QEMU-about-live-migration-or-snapshot.patch 0000004454 4.35 KB
libxl.set-migration-constraints-from-cmdline.patch 0000024147 23.6 KB
logrotate.conf 0000000259 259 Bytes
migration-python3-conversion.patch 0000005004 4.89 KB
mini-os.tar.bz2 0000306364 299 KB
pygrub-boot-legacy-sles.patch 0000002506 2.45 KB
pygrub-handle-one-line-menu-entries.patch 0000002474 2.42 KB
pygrub-netware-xnloader.patch 0000000722 722 Bytes
pygrub-python3-conversion.patch 0000025867 25.3 KB
replace-obsolete-network-configuration-commands-in-s.patch 0000009610 9.38 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom-have-iovec.patch 0000000800 800 Bytes
stubdom.tar.bz2 0019598950 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 0000000530 530 Bytes
x86-cpufreq-report.patch 0000002860 2.79 KB
x86-ioapic-ack-default.patch 0000000760 760 Bytes
xen-4.10.1-testing-src.tar.bz2 0004862603 4.64 MB
xen-arch-kconfig-nr_cpus.patch 0000000399 399 Bytes
xen-destdir.patch 0000002185 2.13 KB
xen-dom0-modules.service 0000000468 468 Bytes
xen-supportconfig 0000002968 2.9 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.bug1079730.patch 0000006912 6.75 KB
xen.build-compare.doc_html.patch 0000001207 1.18 KB
xen.build-compare.man.patch 0000000677 677 Bytes
xen.changes 0000451402 441 KB
xen.fuzz-_FORTIFY_SOURCE.patch 0000001708 1.67 KB
xen.libxl.dmmd.patch 0000005830 5.69 KB
xen.spec 0000044500 43.5 KB
xen.stubdom.newlib.patch 0000004443 4.34 KB
xen2libvirt.py 0000004837 4.72 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000001052 1.03 KB
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xenpaging.doc.patch 0000002658 2.6 KB
xenstore-run-in-studomain.patch 0000002470 2.41 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xnloader.py 0000001903 1.86 KB
xsa269.patch 0000004061 3.97 KB
xsa273-1.patch 0000010444 10.2 KB
xsa273-2.patch 0000007405 7.23 KB
xsa273-3.patch 0000007294 7.12 KB
xsa273-4.patch 0000008177 7.99 KB
xsa273-5.patch 0000008553 8.35 KB
xsa273-6.patch 0000004721 4.61 KB
xsa273-7.patch 0000003182 3.11 KB
xsa273-8.patch 0000006436 6.29 KB
Latest Revision
Johannes Segitz's avatar Johannes Segitz (jsegitz) committed (revision 1)
Release from SUSE:Maintenance:8389 / xen.SUSE_SLE-15_Update
Comments 0
openSUSE Build Service is sponsored by