Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.4684

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
0001-libxc-Rework-extra-module-initialisation.patch 0000006245 6.1 KB
0001-net-move-the-tap-buffer-into-TAPState.patch 0000001793 1.75 KB
0001-xenstore-let-write_node-and-some-callers-return-errn.patch 0000004294 4.19 KB
0002-libxc-Prepare-a-start-info-structure-for-hvmloader.patch 0000009540 9.32 KB
0002-net-increase-tap-buffer-size.patch 0000001383 1.35 KB
0002-xenstore-undo-function-rename.patch 0000003699 3.61 KB
0003-configure-define-SEABIOS_PATH-and-OVMF_PATH.patch 0000001418 1.38 KB
0003-e1000-fix-access-4-bytes-beyond-buffer-end.patch 0000001690 1.65 KB
0003-xenstore-rework-of-transaction-handling.patch 0000030530 29.8 KB
0004-e1000-secrc-support.patch 0000001778 1.74 KB
0004-firmware-makefile-install-BIOS-blob.patch 0000001393 1.36 KB
0005-e1000-multi-buffer-packet-support.patch 0000004051 3.96 KB
0005-libxl-Load-guest-BIOS-from-file.patch 0000008075 7.89 KB
0006-e1000-clear-EOP-for-multi-buffer-descriptors.patch 0000002393 2.34 KB
0006-xen-Move-the-hvm_start_info-C-representation-from-li.patch 0000004890 4.78 KB
0007-e1000-verify-we-have-buffers-upfront.patch 0000003055 2.98 KB
0007-hvmloader-Grab-the-hvm_start_info-pointer.patch 0000002104 2.05 KB
0008-e1000-check-buffer-availability.patch 0000001585 1.55 KB
0008-hvmloader-Locate-the-BIOS-blob.patch 0000004960 4.84 KB
0009-hvmloader-Check-modules-whereabouts-in-perform_tests.patch 0000001674 1.63 KB
0010-hvmloader-Load-SeaBIOS-from-hvm_start_info-modules.patch 0000003705 3.62 KB
0011-hvmloader-Load-OVMF-from-modules.patch 0000004244 4.14 KB
0012-hvmloader-Specific-bios_load-function-required.patch 0000001813 1.77 KB
0013-hvmloader-Always-build-in-SeaBIOS-and-OVMF-loader.patch 0000001980 1.93 KB
0014-configure-do-not-depend-on-SEABIOS_PATH-or-OVMF_PATH.patch 0000002836 2.77 KB
57580bbd-kexec-allow-relaxed-placement-via-cmdline.patch 0000005851 5.71 KB
576001df-x86-time-use-local-stamp-in-TSC-calibration-fast-path.patch 0000001946 1.9 KB
5769106e-x86-generate-assembler-equates-for-synthesized.patch 0000005751 5.62 KB
57a1e603-x86-time-adjust-local-system-time-initialization.patch 0000003708 3.62 KB
57a1e64c-x86-time-introduce-and-use-rdtsc_ordered.patch 0000008733 8.53 KB
57a2f6ac-x86-time-calibrate-TSC-against-platform-timer.patch 0000009314 9.1 KB
57a30261-x86-support-newer-Intel-CPU-models.patch 0000006984 6.82 KB
583816f4-x86-vmx-Don-t-deliver-MC-with-an-error-code.patch 0000000982 982 Bytes
5842eaf7-stubdom-remove-EXTRA_CFLAGS-meant-for-building-tools.patch 0000001085 1.06 KB
58a59f4b-libxl-correct-xenstore-entry-for-empty-cdrom.patch 0000001610 1.57 KB
58ac1f3f-VMX-dont-leak-host-syscall-MSRs.patch 0000003567 3.48 KB
58b5a2de-x86-correct-Xens-idea-of-its-memory-layout.patch 0000003558 3.47 KB
58b6fd42-credit2-always-mark-a-tickled-pCPU-as-tickled.patch 0000002404 2.35 KB
58b6fd42-credit2-dont-miss-accounting-during-credit-reset.patch 0000003279 3.2 KB
58cbf682-x86-EFI-avoid-overrunning-mb_modules.patch 0000000821 821 Bytes
58cf9200-x86-EFI-avoid-IOMMU-faults-on-tail-gap.patch 0000004130 4.03 KB
58cf9260-x86-EFI-avoid-Xen-when-looking-for-mod-kexec-pos.patch 0000002949 2.88 KB
58cf9277-x86-time-dont-use-vTSC-if-host-guest-freqs-match.patch 0000002245 2.19 KB
58d25ea2-xenstore-add-missing-checks-for-allocation-failure.patch 0000001811 1.77 KB
58da51e7-xenstored-Log-when-the-write-transaction-rate-limit.patch 0000003680 3.59 KB
58da51e7-xenstored-apply-a-write-transaction-rate-limit.patch 0000013580 13.3 KB
CVE-2013-4533-qemut-pxa2xx-buffer-overrun-on-incoming-migration.patch 0000001794 1.75 KB
CVE-2013-4534-qemut-openpic-buffer-overrun-on-incoming-migration.patch 0000001899 1.85 KB
CVE-2013-4537-qemut-ssi-sd-fix-buffer-overrun-on-invalid-state-load.patch 0000001377 1.34 KB
CVE-2013-4538-qemut-ssd0323-fix-buffer-overun-on-invalid-state.patch 0000001038 1.01 KB
CVE-2013-4539-qemut-tsc210x-fix-buffer-overrun-on-invalid-state-load.patch 0000001665 1.63 KB
CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch 0000001545 1.51 KB
CVE-2014-0222-qemut-qcow1-validate-l2-table-size.patch 0000001647 1.61 KB
CVE-2014-3640-qemut-slirp-NULL-pointer-deref-in-sosendto.patch 0000001601 1.56 KB
CVE-2015-4037-qemut-smb-config-dir-name.patch 0000001554 1.52 KB
CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch 0000002028 1.98 KB
CVE-2015-5278-qemut-Infinite-loop-in-ne2000_receive-function.patch 0000001204 1.18 KB
CVE-2015-6815-qemut-e1000-fix-infinite-loop.patch 0000001184 1.16 KB
CVE-2015-7512-qemut-net-pcnet-buffer-overflow-in-non-loopback-mode.patch 0000001091 1.07 KB
CVE-2015-8345-qemut-eepro100-infinite-loop-fix.patch 0000002383 2.33 KB
CVE-2015-8504-qemut-vnc-avoid-floating-point-exception.patch 0000001137 1.11 KB
CVE-2016-1714-qemut-fw_cfg-add-check-to-validate-current-entry-value.patch 0000002031 1.98 KB
CVE-2016-1981-qemut-e1000-eliminate-infinite-loops-on-out-of-bounds-transfer.patch 0000004302 4.2 KB
CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch 0000001841 1.8 KB
CVE-2016-2841-qemut-ne2000-infinite-loop-in-ne2000_receive.patch 0000001136 1.11 KB
CVE-2016-4439-qemut-scsi-esp-OOB-write-while-writing-to-cmdbuf-in-esp_reg_write.patch 0000001246 1.22 KB
CVE-2016-4441-qemut-scsi-esp-OOB-write-while-writing-to-cmdbuf-in-get_cmd.patch 0000001843 1.8 KB
CVE-2016-5238-qemut-scsi-esp-OOB-write-when-using-non-DMA-mode-in-get_cmd.patch 0000001301 1.27 KB
CVE-2016-5338-qemut-scsi-esp-OOB-rw-access-while-processing-ESP_FIFO.patch 0000002575 2.51 KB
CVE-2016-6351-qemut-scsi-esp-make-cmdbuf-big-enough-for-maximum-CDB-size.patch 0000002555 2.5 KB
CVE-2016-7908-qemut-net-Infinite-loop-in-mcf_fec_do_tx.patch 0000001803 1.76 KB
CVE-2016-7909-qemut-net-pcnet-infinite-loop-in-pcnet_rdra_addr.patch 0000001098 1.07 KB
CVE-2016-8667-qemut-dma-rc4030-divide-by-zero-error-in-set_next_tick.patch 0000001044 1.02 KB
CVE-2016-8669-qemut-char-divide-by-zero-error-in-serial_update_parameters.patch 0000001185 1.16 KB
CVE-2016-8910-qemut-net-rtl8139-infinite-loop-while-transmit-in-Cplus-mode.patch 0000001201 1.17 KB
CVE-2016-9603-qemut-xsa211.patch 0000008418 8.22 KB
CVE-2016-9921-qemut-display-cirrus_vga-divide-by-zero-in-cirrus_do_copy.patch 0000002703 2.64 KB
CVE-2017-6505-qemut-usb-an-infinite-loop-issue-in-ohci_service_ed_list.patch 0000001480 1.45 KB
CVE-2017-7718-qemut-display-cirrus-OOB-read-access-issue.patch 0000001696 1.66 KB
README.SUSE 0000030178 29.5 KB
VNC-Support-for-ExtendedKeyEvent-client-message.patch 0000005002 4.88 KB
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001368 1.34 KB
altgr_2.patch 0000001869 1.83 KB
baselibs.conf 0000000009 9 Bytes
bdrv_default_rwflag.patch 0000001092 1.07 KB
bdrv_open2_fix_flags.patch 0000005021 4.9 KB
bdrv_open2_flags_2.patch 0000002185 2.13 KB
blktap.patch 0000001466 1.43 KB
blktap2-no-uninit.patch 0000000423 423 Bytes
block-dmmd 0000009770 9.54 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
capslock_enable.patch 0000000632 632 Bytes
cdrom-removable.patch 0000003489 3.41 KB
etc_pam.d_xen-api 0000000265 265 Bytes
hibernate.patch 0000001420 1.39 KB
init.pciback 0000002530 2.47 KB
init.xen_loop 0000000093 93 Bytes
ioemu-disable-emulated-ide-if-pv.patch 0000002734 2.67 KB
ioemu-disable-scsi.patch 0000004049 3.95 KB
ioemu-hvm-pv-support.patch 0000003305 3.23 KB
ioemu-vnc-resize.patch 0000001145 1.12 KB
ioemu-watchdog-ib700-timer.patch 0000001439 1.41 KB
ioemu-watchdog-linkage.patch 0000002901 2.83 KB
ioemu-watchdog-support.patch 0000031665 30.9 KB
ipxe-enable-nics.patch 0000000371 371 Bytes
ipxe-no-error-logical-not-parentheses.patch 0000001078 1.05 KB
ipxe-use-rpm-opt-flags.patch 0000001118 1.09 KB
ipxe.tar.bz2 0002877525 2.74 MB
kernel-boot-hvm.patch 0000008627 8.42 KB
kmp_filelist 0000000042 42 Bytes
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000003912 3.82 KB
libxl.pvscsi.patch 0000086051 84 KB
libxl.set-migration-constraints-from-cmdline.patch 0000021566 21.1 KB
log-guest-console.patch 0000004247 4.15 KB
logrotate.conf 0000000259 259 Bytes
mini-os.tar.bz2 0000255793 250 KB
pvdrv_emulation_control.patch 0000001066 1.04 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
qemu-dm-segfault.patch 0000001803 1.76 KB
qemu-ifup-set-mtu.patch 0000000556 556 Bytes
qemu-security-etch1.patch 0000001450 1.42 KB
qemu-xen-traditional-dir-remote.tar.bz2 0003239052 3.09 MB
stdvga-cache.patch 0000000750 750 Bytes
stubdom-have-iovec.patch 0000000800 800 Bytes
stubdom.tar.bz2 0017477633 16.7 MB
supported_module.patch 0000000420 420 Bytes
suse-xendomains-service.patch 0000000806 806 Bytes
suspend_evtchn_lock.patch 0000002107 2.06 KB
sysconfig.pciback 0000000237 237 Bytes
tmp_build.patch 0000001336 1.3 KB
vif-bridge-no-iptables.patch 0000000350 350 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
vif-route.patch 0000000527 527 Bytes
x86-cpufreq-report.patch 0000002854 2.79 KB
x86-ioapic-ack-default.patch 0000000757 757 Bytes
xen-4.7.2-testing-src.tar.bz2 0004481242 4.27 MB
xen-arch-kconfig-nr_cpus.patch 0000000399 399 Bytes
xen-destdir.patch 0000002160 2.11 KB
xen-disable-qemu-monitor.patch 0000003064 2.99 KB
xen-dom0-modules.service 0000000468 468 Bytes
xen-hvm-default-bridge.patch 0000003491 3.41 KB
xen-qemu-iscsi-fix.patch 0000002843 2.78 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.build-compare.doc_html.patch 0000001203 1.17 KB
xen.build-compare.man.patch 0000000645 645 Bytes
xen.changes 0000405338 396 KB
xen.libxl.dmmd.patch 0000004656 4.55 KB
xen.spec 0000046500 45.4 KB
xen.stubdom.newlib.patch 0000004010 3.92 KB
xen2libvirt.py 0000004835 4.72 KB
xen_pvonhvm.xen_emul_unplug.patch 0000001496 1.46 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000000912 912 Bytes
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xenpaging.doc.patch 0000002658 2.6 KB
xenpaging.qemu.flush-cache.patch 0000001332 1.3 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xnloader.py 0000001875 1.83 KB
xs-01-temporary-context.patch 0000010003 9.77 KB
xs-02-get_parent-context.patch 0000002854 2.79 KB
xs-03-read_node-context.patch 0000004605 4.5 KB
xs-04-get_node-context.patch 0000006787 6.63 KB
xs-05-watch-firing-context.patch 0000006680 6.52 KB
xs-06-talloc-report.patch 0000003520 3.44 KB
xs-07-do_mkdir-error.patch 0000001182 1.15 KB
xs-08-add_change_node-fix.patch 0000001478 1.44 KB
xs-09-add_change_node-params.patch 0000005569 5.44 KB
xs-10-call-add_change_node.patch 0000002354 2.3 KB
xs-11-tdb-record-header.patch 0000004224 4.13 KB
xs-12-node-gen-count.patch 0000004533 4.43 KB
xs-13-read-directory-part-support.patch 0000004541 4.43 KB
xs-14-command-array.patch 0000006740 6.58 KB
xs-15-command-return-val.patch 0000026827 26.2 KB
xs-16-function-static.patch 0000011639 11.4 KB
xs-17-arg-parsing.patch 0000007952 7.77 KB
xs-18-default-buffer.patch 0000011425 11.2 KB
xs-19-handle-alloc-failures.patch 0000018349 17.9 KB
xs-20-tdb-version.patch 0000000916 916 Bytes
xs-21-empty-tdb-database.patch 0000003537 3.45 KB
xs-22-reopen_log-fix.patch 0000000859 859 Bytes
xs-23-XS_DEBUG-rename.patch 0000004013 3.92 KB
xs-24-xenstored_control.patch 0000006125 5.98 KB
xs-25-control-enhance.patch 0000005403 5.28 KB
xs-26-log-control.patch 0000004080 3.98 KB
xs-27-memory-report.patch 0000003048 2.98 KB
xs-28-remove-talloc-report.patch 0000004003 3.91 KB
xs-29-define-off_t.patch 0000000619 619 Bytes
xsa212.patch 0000003667 3.58 KB
xsa213.patch 0000006288 6.14 KB
xsa214.patch 0000001841 1.8 KB
Latest Revision
Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) committed (revision 1)
Release from SUSE:Maintenance:4684 / xen.SUSE_SLE-12-SP2_Update
Comments 0
openSUSE Build Service is sponsored by