Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.13549

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
5ca7660f-x86-entry-drop-unused-includes.patch 0000001951 1.91 KB
5cab2a6b-x86-ACPI-also-parse-AMD-tables-early.patch 0000002219 2.17 KB
5cab2ab7-x86-IOMMU-introduce-init-ops.patch 0000003929 3.84 KB
5cab2ae8-x86-IOMMU-abstract-iommu_supports_eim.patch 0000004284 4.18 KB
5cab2b4e-x86-IOMMU-abstract-iommu_enable_x2apic_IR.patch 0000006268 6.12 KB
5cab2b95-x86-IOMMU-initialize-iommu_ops-in.patch 0000003797 3.71 KB
5cac9a4b-x86-IOMMU-abstract-adjust_vtd_irq_affinities.patch 0000002786 2.72 KB
5cdeac7f-AMD-IOMMU-adjust-IOMMU-list-head-init.patch 0000001148 1.12 KB
5cf8da09-adjust-sysdom-creation-call-earlier-on-x86.patch 0000010210 9.97 KB
5d0cf4e4-AMD-IOMMU-initialize-IRQ-tasklet-once.patch 0000001199 1.17 KB
5d149bb0-AMD-IOMMU-dont-add-IOMMUs.patch 0000002212 2.16 KB
5d1b3fab-AMD-IOMMU-restrict-feature-logging.patch 0000001355 1.32 KB
5d358508-x86-IRQ-desc-affinity-represents-request.patch 0000004209 4.11 KB
5d358534-x86-IRQ-consolidate-arch-cpu_mask-use.patch 0000007606 7.43 KB
5d358a67-AMD-IOMMU-pass-IOMMU-to-iterate_ivrs_entries-cb.patch 0000004961 4.84 KB
5d358a92-AMD-IOMMU-pass-IOMMU-to-amd_iommu_alloc_intremap_table.patch 0000002450 2.39 KB
5d39811c-x86-IOMMU-dont-restrict-IRQ-affinities.patch 0000003110 3.04 KB
5d417813-AMD-IOMMU-bitfield-extended-features.patch 0000014793 14.4 KB
5d417838-AMD-IOMMU-bitfield-control-reg.patch 0000019537 19.1 KB
5d41785b-AMD-IOMMU-bitfield-IRTE.patch 0000009721 9.49 KB
5d41787e-AMD-IOMMU-pass-IOMMU-to-gfu-intremap-entry.patch 0000006196 6.05 KB
5d4178ad-AMD-IOMMU-128bit-non-guest-APIC-IRTE.patch 0000016966 16.6 KB
5d4178fc-AMD-IOMMU-split-amd_iommu_init_one.patch 0000001857 1.81 KB
5d41793f-AMD-IOMMU-allow-enabling-without-IRQ.patch 0000002025 1.98 KB
5d417a16-AMD-IOMMU-adjust-IRQ-setup-for-x2APIC.patch 0000006555 6.4 KB
5d417ab6-AMD-IOMMU-enable-x2APIC-mode.patch 0000009448 9.23 KB
5d417b38-AMD-IOMMU-correct-IRTE-updating.patch 0000004924 4.81 KB
5d417b6a-AMD-IOMMU-dont-needlessly-log-headers.patch 0000004286 4.19 KB
5d419d49-x86-spec-ctrl-report-proper-status.patch 0000001652 1.61 KB
5d43253c-x86-ucode-always-collect_cpu_info-at-boot.patch 0000002088 2.04 KB
5d4a9d25-AMD-IOMMU-drop-not-found-message.patch 0000001137 1.11 KB
5d4aa36f-x86-apic-enable-x2APIC-mode-earlier.patch 0000001831 1.79 KB
5d4afa7a-credit2-fix-memory-leak.patch 0000000613 613 Bytes
5d4d850a-introduce-bss-percpu-page-aligned.patch 0000004741 4.63 KB
5d516531-x86-xpti-dont-leak-TSS-adjacent-data.patch 0000007070 6.9 KB
5d5bf475-x86-PV-fix-handling-of-iommu-mappings.patch 0000001451 1.42 KB
5d6524ca-x86-mm-correctly-init-M2P-entries.patch 0000002210 2.16 KB
5d67ceaf-x86-properly-gate-PKU-clearing.patch 0000000777 777 Bytes
5d70bfba-x86-shadow-dont-enable-with-too-small-allocation.patch 0000001423 1.39 KB
5d779811-x86-fix-CPUID7-0-eax-levelling-MSR.patch 0000001428 1.39 KB
5d77b40f-fix-hvm_all_ioreq_servers_add_vcpu-cleanup.patch 0000000808 808 Bytes
5d80e7c0-AMD-IOMMU-free-shared-IRT-once.patch 0000002473 2.42 KB
5d80e80d-AMD-IOMMU-valid-flag-for-IVRS-mappings.patch 0000003215 3.14 KB
5d80e82e-AMD-IOMMU-alloc_intremap_table-callers-handle-errors.patch 0000002104 2.05 KB
5d80e857-x86-PCI-read-MSI-X-table-entry-count-early.patch 0000007222 7.05 KB
5d80ea13-vpci-honor-read-only-devices.patch 0000001375 1.34 KB
5d89d8d9-libxc-x86-avoid-overflow-in-CPUID-APIC-ID.patch 0000003800 3.71 KB
5d8b715f-ACPI-cpuidle-bump-max-num-of-states.patch 0000000958 958 Bytes
5d8b72e5-AMD-IOMMU-dont-blindly-alloc-intremap-tables.patch 0000017770 17.4 KB
5d8b730e-AMD-IOMMU-phantom-funcs-share-intremap-tables.patch 0000007938 7.75 KB
5d8b733b-x86-PCI-read-max-MSI-vector-count-early.patch 0000005827 5.69 KB
5d8b736d-AMD-IOMMU-replace-INTREMAP_ENTRIES.patch 0000011191 10.9 KB
5d8b7393-AMD-IOMMU-restrict-intremap-table-sizes.patch 0000010391 10.1 KB
5d8ce179-sched-dont-leak-XEN_RUNSTATE_UPDATE.patch 0000004447 4.34 KB
5d947b01-x86-crash-force-unlock-console.patch 0000001385 1.35 KB
5d948bdb-IOMMU-add-missing-HVM-check.patch 0000000944 944 Bytes
5d9ee2a8-AMD-IOMMU-alloc-1-devtab-per-PCI-seg.patch 0000006123 5.98 KB
5d9ee2f0-AMD-IOMMU-allocate_buffer-avoid-memset.patch 0000004582 4.47 KB
5d9ee312-AMD-IOMMU-prefill-all-DTEs.patch 0000010674 10.4 KB
5d9ef2a1-EFI-deref-pointer-in-set_color.patch 0000000675 675 Bytes
5d9ef2c5-EFI-gfx-mode-for-MB2-boot.patch 0000001485 1.45 KB
5d9ef2ef-PCI-clear-maskall-fields-on-assign.patch 0000003081 3.01 KB
5d9f454a-x86-EFI-pixel-reserved-0.patch 0000001507 1.47 KB
5db07974-x86-update-time-info-on-TSC-adjustments.patch 0000001646 1.61 KB
5db2b4a2-x86-is_xen_fixed_mfn-off-by-1.patch 0000001282 1.25 KB
5db892ac-VT-x-correct-BDF93-workaround.patch 0000004880 4.77 KB
5db892ac-VT-x-fix-Haswell-Broadwell-LBR-TSX-errata.patch 0000004736 4.63 KB
5dbaf89f-dont-use-BUG-for-parameter-checking.patch 0000007338 7.17 KB
5dbaf8e0-x86-PV-check-GDT-LDT-limits-during-emulation.patch 0000003548 3.46 KB
5dbaf990-x86-mm-L1TF-checks-dont-leave-partial-entry.patch 0000003461 3.38 KB
5dbaf9b2-x86-mm-dont-re-set-PGT_pinned-on-partial-page.patch 0000003636 3.55 KB
5dbaf9ce-x86-mm-split-partial_pte-tristate.patch 0000021796 21.3 KB
5dbaf9f5-x86-mm-use-flags-for-_put_page_type.patch 0000004496 4.39 KB
5dbafa13-x86-mm-rework-get_page_and_type_from_mfn-conditional.patch 0000002917 2.85 KB
5dbafa46-x86-mm-alloc_lN_table-clear-partial_flags-when-preempting.patch 0000004145 4.05 KB
5dbafa5c-x86-mm-always-retain-general-ref-on-partial.patch 0000014940 14.6 KB
5dbafa7f-x86-mm-collapse-PTF_partial_.patch 0000008823 8.62 KB
5dbafaa4-x86-mm-properly-handle-linear-pt-promotion-failure.patch 0000003651 3.57 KB
5dbafabd-x86-mm-fix-nested-devalidation-on-error.patch 0000007127 6.96 KB
5dbafad5-x86-mm-dont-drop-type-ref-unless.patch 0000015322 15 KB
5dbafb0d-Arm-p2m-avoid-aliasing-guest-physical-frame.patch 0000002911 2.84 KB
5dbafb4e-Arm-p2m-avoid-off-by-1-check-on-max_mapped_gfn.patch 0000002983 2.91 KB
5dbafb72-Arm-p2m-dont-check-p2m_get_root_pointer-ret-with-BUG_ON.patch 0000002204 2.15 KB
5dbafba5-passthrough-quarantine-PCI-devices.patch 0000016689 16.3 KB
5dbafbda-Arm32-entry-Split-__DEFINE_ENTRY_TRAP.patch 0000002872 2.8 KB
5dbafbfd-Arm32-entry-fold-SAVE_ALL-into-vector-macro.patch 0000004042 3.95 KB
5dbafc3a-Arm32-dont-unmask-interrupts-on-trap-without-level-change.patch 0000007324 7.15 KB
5dbafc4f-Arm64-dont-unmask-interrupts-on-trap-without-level-change.patch 0000003808 3.72 KB
5dbc0d64-x86-fix-CONFIG_PV-build-following-XSA-299.patch 0000002351 2.3 KB
5dca846c-x86-fix-clear_IO_APIC_pin-raw-writes.patch 0000002053 2 KB
5dca84a2-AMD-IOMMU-dont-needlessly-trigger-errors-on-unmap.patch 0000003561 3.48 KB
5dcae816-VT-d-hide-superpages-for-SandyBridge.patch 0000002668 2.61 KB
5dcae816-VT-x-runtime-modification-of-exec-sp.patch 0000003627 3.54 KB
5dcae816-VT-x-work-around-executable-EPT-superpages.patch 0000008783 8.58 KB
5dcae816-x86-introduce-tsx-option.patch 0000007630 7.45 KB
5dcae816-x86-spec-ctrl-mitigate-TAA.patch 0000008449 8.25 KB
5dd6b229-add-va_end-to-hypercall_create_continuation.patch 0000001317 1.29 KB
5dd8126b-x86-vLAPIC-allow-APIC_SPIV_FOCUS_DISABLED.patch 0000001331 1.3 KB
5dd93ce0-vVMX-fix-livelock-with-XSA-304-fix.patch 0000005243 5.12 KB
5ddbb3d3-x86-mm-adjust-linear-usage-accounting.patch 0000003108 3.04 KB
5ddcff90-libxc-x86-dont-bump-ApicIdCoreSize-past-7.patch 0000002600 2.54 KB
5ddd2555-IOMMU-always-quarantine-PCI-devs.patch 0000004265 4.17 KB
5ddd25f9-EFI-fix-efi=attr-handling.patch 0000001062 1.04 KB
5ddfa851-VMX-always-sync-PIR-to-IRR.patch 0000002569 2.51 KB
5ddfd62b-x86-internal-IRQs-honor-PEOI-stack.patch 0000006695 6.54 KB
5de0007e-SVM-always-intercept-ICEBP.patch 0000004868 4.75 KB
5de0007e-SVM-write-correct-eip-into-outgoing-task.patch 0000006449 6.3 KB
5de0007e-VMX-early-task-switch-failures-semantics.patch 0000003155 3.08 KB
5de1632a-x86-IOMMU-scratch-page-in-quarantine-dom.patch 0000010086 9.85 KB
5de19115-rationalize-max-grant_frames-maptrack_frames.patch 0000014619 14.3 KB
5de52a86-x86-PSR-dont-write-out-of-range-COS.patch 0000002392 2.34 KB
5de65f84-gnttab-map-always-do-IOMMU-part.patch 0000004385 4.28 KB
5de65fc4-x86-avoid-HPET-use-on-certain-Intel.patch 0000002965 2.9 KB
CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch 0000001545 1.51 KB
README.SUSE 0000032571 31.8 KB
aarch64-maybe-uninitialized.patch 0000000759 759 Bytes
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001371 1.34 KB
baselibs.conf 0000000009 9 Bytes
bin-python3-conversion.patch 0000015372 15 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 0000035837 35 KB
disable-building-pv-shim.patch 0000000386 386 Bytes
etc_pam.d_xen-api 0000000265 265 Bytes
fix-xenpvnetboot.patch 0000000827 827 Bytes
gcc9-ignore-warnings.patch 0000000710 710 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 0003669858 3.5 MB
libxc.sr.superpage.patch 0000028278 27.6 KB
libxl.LIBXL_HOTPLUG_TIMEOUT.patch 0000010886 10.6 KB
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000008017 7.83 KB
libxl.helper_done-crash.patch 0000002072 2.02 KB
libxl.prepare-environment-for-domcreate_stream_done.patch 0000001357 1.33 KB
libxl.pvscsi.patch 0000081026 79.1 KB
libxl.set-migration-constraints-from-cmdline.patch 0000022167 21.6 KB
logrotate.conf 0000000259 259 Bytes
migration-python3-conversion.patch 0000005004 4.89 KB
mini-os.tar.bz2 0000310523 303 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 0000025883 25.3 KB
replace-obsolete-network-configuration-commands-in-s.patch 0000009610 9.38 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 0000000530 530 Bytes
x86-cpufreq-report.patch 0000002860 2.79 KB
x86-ioapic-ack-default.patch 0000000604 604 Bytes
xen-4.12.1-testing-src.tar.bz2 0005097848 4.86 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 0000002968 2.9 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.bug1026236.suse_vtsc_tolerance.patch 0000002262 2.21 KB
xen.build-compare.doc_html.patch 0000001203 1.17 KB
xen.changes 0000492954 481 KB
xen.libxl.dmmd.patch 0000005793 5.66 KB
xen.spec 0000046501 45.4 KB
xen.stubdom.newlib.patch 0000004459 4.35 KB
xen2libvirt.py 0000004853 4.74 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000001052 1.03 KB
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xenstore-launch.patch 0000000869 869 Bytes
xenstore-run-in-studomain.patch 0000002470 2.41 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xl-conf-disable-autoballoon.patch 0000000495 495 Bytes
xnloader.py 0000001903 1.86 KB
xsa307.patch 0000004105 4.01 KB
xsa308.patch 0000003071 3 KB
xsa309.patch 0000001763 1.72 KB
xsa310-1.patch 0000005001 4.88 KB
xsa310-2.patch 0000003822 3.73 KB
xsa310-3.patch 0000002866 2.8 KB
xsa311.patch 0000006549 6.4 KB
Latest Revision
Marcus Meissner's avatar Marcus Meissner (msmeissn) committed (revision 1)
Release from SUSE:Maintenance:13549 / xen.SUSE_SLE-15-SP1_Update
Comments 0
openSUSE Build Service is sponsored by