Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen

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 (show unmerged sources)
Filename Size Changed
0001-net-move-the-tap-buffer-into-TAPState.patch 0000001793 1.75 KB
0002-net-increase-tap-buffer-size.patch 0000001383 1.35 KB
0003-e1000-fix-access-4-bytes-beyond-buffer-end.patch 0000001690 1.65 KB
0004-e1000-secrc-support.patch 0000001778 1.74 KB
0005-e1000-multi-buffer-packet-support.patch 0000004051 3.96 KB
0006-e1000-clear-EOP-for-multi-buffer-descriptors.patch 0000002393 2.34 KB
0007-e1000-verify-we-have-buffers-upfront.patch 0000003055 2.98 KB
0008-e1000-check-buffer-availability.patch 0000001585 1.55 KB
54c2553c-grant-table-use-uint16_t-consistently-for-offset-and-length.patch 0000001810 1.77 KB
54ca33bc-grant-table-refactor-grant-copy-to-reduce-duplicate-code.patch 0000011896 11.6 KB
54ca340e-grant-table-defer-releasing-pages-acquired-in-a-grant-copy.patch 0000004857 4.74 KB
54f4985f-libxl-fix-libvirtd-double-free.patch 0000002681 2.62 KB
55103616-vm-assist-prepare-for-discontiguous-used-bit-numbers.patch 0000003891 3.8 KB
551ac326-xentop-add-support-for-qdisk.patch 0000019315 18.9 KB
552d0f49-x86-traps-identify-the-vcpu-in-context-when-dumping-regs.patch 0000001029 1 KB
552d0fd2-x86-hvm-don-t-include-asm-spinlock-h.patch 0000001153 1.13 KB
552d0fe8-x86-mtrr-include-asm-atomic.h.patch 0000000651 651 Bytes
552d293b-x86-vMSI-X-honor-all-mask-requests.patch 0000001962 1.92 KB
552d2966-x86-vMSI-X-add-valid-bits-for-read-acceleration.patch 0000002174 2.12 KB
5537a4d8-libxl-use-DEBUG-log-level-instead-of-INFO.patch 0000000934 934 Bytes
5548e903-domctl-don-t-truncate-XEN_DOMCTL_max_mem-requests.patch 0000001168 1.14 KB
5548e95d-x86-allow-to-suppress-M2P-user-mode-exposure.patch 0000010375 10.1 KB
554c7aee-x86-provide-arch_fetch_and_add.patch 0000002002 1.96 KB
554c7b00-arm-provide-arch_fetch_and_add.patch 0000000884 884 Bytes
554cc211-libxl-add-qxl.patch 0000006477 6.33 KB
55534b0a-x86-provide-add_sized.patch 0000002753 2.69 KB
55534b25-arm-provide-add_sized.patch 0000002858 2.79 KB
5555a4f8-use-ticket-locks-for-spin-locks.patch 0000009043 8.83 KB
5555a5b9-x86-arm-remove-asm-spinlock-h.patch 0000007048 6.88 KB
5555a8ec-introduce-non-contiguous-allocation.patch 0000003993 3.9 KB
556d973f-unmodified-drivers-tolerate-IRQF_DISABLED-being-undefined.patch 0000000865 865 Bytes
5576f143-x86-adjust-PV-I-O-emulation-functions-types.patch 0000005779 5.64 KB
5576f178-kexec-add-more-pages-to-v1-environment.patch 0000001947 1.9 KB
55780be1-x86-EFI-adjust-EFI_MEMORY_WP-handling-for-spec-version-2.5.patch 0000003660 3.57 KB
55795a52-x86-vMSI-X-support-qword-MMIO-access.patch 0000003179 3.1 KB
557eb55f-gnttab-per-active-entry-locking.patch 0000018694 18.3 KB
557eb5b6-gnttab-introduce-maptrack-lock.patch 0000003071 3 KB
557eb620-gnttab-make-the-grant-table-lock-a-read-write-lock.patch 0000022718 22.2 KB
557ffab8-evtchn-factor-out-freeing-an-event-channel.patch 0000001386 1.35 KB
5582bf43-evtchn-simplify-port_is_valid.patch 0000002281 2.23 KB
5582bf81-evtchn-remove-the-locking-when-unmasking-an-event-channel.patch 0000001034 1.01 KB
5583d9c5-x86-MSI-X-cleanup.patch 0000010521 10.3 KB
5583da09-x86-MSI-track-host-and-guest-masking-separately.patch 0000013710 13.4 KB
5583da64-gnttab-use-per-VCPU-maptrack-free-lists.patch 0000009392 9.17 KB
5583da8c-gnttab-steal-maptrack-entries-from-other-VCPUs.patch 0000004739 4.63 KB
5587d711-evtchn-clear-xen_consumer-when-clearing-state.patch 0000003113 3.04 KB
5587d779-evtchn-defer-freeing-struct-evtchn-s-until-evtchn_destroy_final.patch 0000003088 3.02 KB
5587d7b7-evtchn-use-a-per-event-channel-lock-for-sending-events.patch 0000006781 6.62 KB
5587d7e2-evtchn-pad-struct-evtchn-to-64-bytes.patch 0000000909 909 Bytes
558bfaa0-x86-traps-avoid-using-current-too-early.patch 0000000868 868 Bytes
5592a116-nested-EPT-fix-the-handling-of-nested-EPT.patch 0000001652 1.61 KB
559b9dd6-x86-p2m-ept-don-t-unmap-in-use-EPT-pagetable.patch 0000002497 2.44 KB
559bc633-x86-cpupool-clear-proper-cpu_valid-bit-on-CPU-teardown.patch 0000003483 3.4 KB
559bc64e-credit1-properly-deal-with-CPUs-not-in-any-pool.patch 0000005580 5.45 KB
559bc87f-x86-hvmloader-avoid-data-corruption-with-xenstore-rw.patch 0000002371 2.32 KB
559bdde5-pull-in-latest-linux-earlycpio.patch 0000004305 4.2 KB
55a62eb0-xl-correct-handling-of-extra_config-in-main_cpupoolcreate.patch 0000001272 1.24 KB
55a66a1e-make-rangeset_report_ranges-report-all-ranges.patch 0000000879 879 Bytes
55a77e4f-dmar-device-scope-mem-leak-fix.patch 0000004126 4.03 KB
55b0a218-x86-PCI-CFG-write-intercept.patch 0000003956 3.86 KB
55b0a255-x86-MSI-X-maskall.patch 0000002366 2.31 KB
55b0a283-x86-MSI-X-teardown.patch 0000012161 11.9 KB
55b0a2ab-x86-MSI-X-enable.patch 0000013455 13.1 KB
55b0a2db-x86-MSI-track-guest-masking.patch 0000001647 1.61 KB
55c1d83d-x86-gdt-Drop-write-only-xalloc-d-array.patch 0000001842 1.8 KB
55c3232b-x86-mm-Make-hap-shadow-teardown-preemptible.patch 0000006064 5.92 KB
55dc78e9-x86-amd_ucode-skip-updates-for-final-levels.patch 0000003360 3.28 KB
55dc7937-x86-IO-APIC-don-t-create-pIRQ-mapping-from-masked-RTE.patch 0000003113 3.04 KB
55df2f76-IOMMU-skip-domains-without-page-tables-when-dumping.patch 0000000729 729 Bytes
55e43fd8-x86-NUMA-fix-setup_node.patch 0000002746 2.68 KB
55e43ff8-x86-NUMA-don-t-account-hotplug-regions.patch 0000004713 4.6 KB
55e593f1-x86-NUMA-make-init_node_heap-respect-Xen-heap-limit.patch 0000006731 6.57 KB
55f2e438-x86-hvm-fix-saved-pmtimer-and-hpet-values.patch 0000002685 2.62 KB
55f7f9d2-libxl-slightly-refine-pci-assignable-add-remove-handling.patch 0000004102 4.01 KB
55f9345b-x86-MSI-fail-if-no-hardware-support.patch 0000000852 852 Bytes
5604f239-x86-PV-properly-populate-descriptor-tables.patch 0000003056 2.98 KB
5604f2e6-vt-d-fix-IM-bit-mask-and-unmask-of-FECTL_REG.patch 0000002736 2.67 KB
560a4af9-x86-EPT-tighten-conditions-of-IOMMU-mapping-updates.patch 0000001930 1.88 KB
560a7c36-x86-p2m-pt-delay-freeing-of-intermediate-page-tables.patch 0000003783 3.69 KB
560a7c53-x86-p2m-pt-ignore-pt-share-flag-for-shadow-mode-guests.patch 0000000777 777 Bytes
560bd926-credit1-fix-tickling-when-it-happens-from-a-remote-pCPU.patch 0000005141 5.02 KB
560e6d34-x86-p2m-pt-tighten-conditions-of-IOMMU-mapping-updates.patch 0000006496 6.34 KB
CVE-2015-3259-xsa137.patch 0000007573 7.4 KB
CVE-2015-4106-xsa131-9.patch 0000001545 1.51 KB
CVE-2015-5154-qemut-check-array-bounds-before-writing-to-io_buffer.patch 0000002339 2.28 KB
CVE-2015-5154-qemut-clear-DRQ-after-handling-all-expected-accesses.patch 0000002176 2.13 KB
CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch 0000002028 1.98 KB
CVE-2015-5154-qemuu-check-array-bounds-before-writing-to-io_buffer.patch 0000002200 2.15 KB
CVE-2015-5154-qemuu-clear-DRQ-after-handling-all-expected-accesses.patch 0000002141 2.09 KB
CVE-2015-5154-qemuu-fix-START-STOP-UNIT-command-completion.patch 0000000908 908 Bytes
CVE-2015-5239-qemut-limit-client_cut_text-msg-payload-size.patch 0000001533 1.5 KB
CVE-2015-5239-qemuu-limit-client_cut_text-msg-payload-size.patch 0000001716 1.68 KB
CVE-2015-6815-qemut-e1000-fix-infinite-loop.patch 0000001184 1.16 KB
CVE-2015-6815-qemuu-e1000-fix-infinite-loop.patch 0000001177 1.15 KB
CVE-2015-7311-xsa142.patch 0000002513 2.45 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 0000001313 1.28 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 0000003062 2.99 KB
blktap-no-uninit.patch 0000000889 889 Bytes
blktap-pv-cdrom.patch 0000024008 23.4 KB
blktap.patch 0000001466 1.43 KB
blktapctrl-close-fifos.patch 0000000648 648 Bytes
blktapctrl-default-to-ioemu.patch 0000000944 944 Bytes
blktapctrl-disable-debug-printf.patch 0000001014 1014 Bytes
block-dmmd 0000004632 4.52 KB
block-iscsi 0000002109 2.06 KB
block-nbd 0000000673 673 Bytes
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-tapdisk-ioemu.patch 0000005376 5.25 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
hotplug-Linux-block-performance-fix.patch 0000006532 6.38 KB
init.pciback 0000002530 2.47 KB
init.xen_loop 0000000093 93 Bytes
ioemu-bdrv-open-CACHE_WB.patch 0000000818 818 Bytes
ioemu-blktap-barriers.patch 0000002227 2.17 KB
ioemu-blktap-fv-init.patch 0000000738 738 Bytes
ioemu-blktap-image-format.patch 0000003002 2.93 KB
ioemu-blktap-zero-size.patch 0000001146 1.12 KB
ioemu-disable-emulated-ide-if-pv.patch 0000002734 2.67 KB
ioemu-disable-scsi.patch 0000003510 3.43 KB
ioemu-hvm-pv-support.patch 0000002519 2.46 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 0000000902 902 Bytes
ipxe.tar.bz2 0002877505 2.74 MB
kernel-boot-hvm.patch 0000008688 8.48 KB
kmp_filelist 0000000042 42 Bytes
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000003868 3.78 KB
libxl.pvscsi.patch 0000045102 44 KB
libxl.set-migration-constraints-from-cmdline.patch 0000021158 20.7 KB
local_attach_support_for_phy.patch 0000002387 2.33 KB
log-guest-console.patch 0000004248 4.15 KB
logrotate.conf 0000000259 259 Bytes
magic_ioport_compat.patch 0000000746 746 Bytes
pci-attach-fix.patch 0000001036 1.01 KB
pvdrv_emulation_control.patch 0000001066 1.04 KB
pygrub-boot-legacy-sles.patch 0000002500 2.44 KB
pygrub-netware-xnloader.patch 0000000722 722 Bytes
qemu-dm-segfault.patch 0000002639 2.58 KB
qemu-ifup-set-mtu.patch 0000000556 556 Bytes
qemu-security-etch1.patch 0000001450 1.42 KB
qemu-xen-dir-remote.tar.bz2 0008191253 7.81 MB
qemu-xen-enable-spice-support.patch 0000000442 442 Bytes
qemu-xen-traditional-dir-remote.tar.bz2 0003231835 3.08 MB
qemu-xen-upstream-megasas-buildtime.patch 0000001025 1 KB
qemu-xen-upstream-qdisk-cache-unsafe.patch 0000001739 1.7 KB
seabios-dir-remote.tar.bz2 0000444471 434 KB
set-mtu-from-bridge-for-tap-interface.patch 0000001443 1.41 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom.tar.bz2 0017477740 16.7 MB
supported_module.patch 0000000420 420 Bytes
suspend_evtchn_lock.patch 0000002107 2.06 KB
sysconfig.pciback 0000000237 237 Bytes
tapdisk-ioemu-logfile.patch 0000001389 1.36 KB
tapdisk-ioemu-shutdown-fix.patch 0000002943 2.87 KB
tigervnc-long-press.patch 0000001243 1.21 KB
tmp_build.patch 0000001533 1.5 KB
udev-rules.patch 0000000844 844 Bytes
vif-bridge-no-iptables.patch 0000000350 350 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
x86-cpufreq-report.patch 0000002838 2.77 KB
x86-ioapic-ack-default.patch 0000000757 757 Bytes
xen-4.5.1-testing-src.tar.bz2 0004119504 3.93 MB
xen-c99-fix.patch 0000000681 681 Bytes
xen-destdir.patch 0000001727 1.69 KB
xen-disable-qemu-monitor.patch 0000003064 2.99 KB
xen-dom0-modules.service 0000000467 467 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 0000006171 6.03 KB
xen.build-compare.doc_html.patch 0000001200 1.17 KB
xen.build-compare.ipxe.patch 0000001523 1.49 KB
xen.build-compare.man.patch 0000000645 645 Bytes
xen.build-compare.mini-os.patch 0000001208 1.18 KB
xen.build-compare.seabios.patch 0000000732 732 Bytes
xen.build-compare.smbiosdate.patch 0000000930 930 Bytes
xen.build-compare.vgabios.patch 0000000585 585 Bytes
xen.build-compare.xen_compile_h.patch 0000001261 1.23 KB
xen.changes 0000344939 337 KB
xen.spec 0000043587 42.6 KB
xen.stubdom.newlib.patch 0000004388 4.29 KB
xen2libvirt.py 0000004835 4.72 KB
xen_pvonhvm.xen_emul_unplug.patch 0000001496 1.46 KB
xenalyze.hg.tar.bz2 0000126674 124 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000000912 912 Bytes
xenconsole-no-multiple-connections.patch 0000000929 929 Bytes
xendomains-libvirtd-conflict.patch 0000000732 732 Bytes
xenpaging.doc.patch 0000002658 2.6 KB
xenpaging.qemu.flush-cache.patch 0000001334 1.3 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xl-coredump-file-location.patch 0000000873 873 Bytes
xnloader.py 0000001875 1.83 KB
xsa139-qemuu.patch 0000001278 1.25 KB
xsa140-qemut-1.patch 0000003090 3.02 KB
xsa140-qemut-2.patch 0000018417 18 KB
xsa140-qemut-3.patch 0000001432 1.4 KB
xsa140-qemut-4.patch 0000002045 2 KB
xsa140-qemut-5.patch 0000001243 1.21 KB
xsa140-qemut-6.patch 0000001445 1.41 KB
xsa140-qemut-7.patch 0000001302 1.27 KB
xsa140-qemuu-1.patch 0000003063 2.99 KB
xsa140-qemuu-2.patch 0000018365 17.9 KB
xsa140-qemuu-3.patch 0000001415 1.38 KB
xsa140-qemuu-4.patch 0000002027 1.98 KB
xsa140-qemuu-5.patch 0000001223 1.19 KB
xsa140-qemuu-6.patch 0000001378 1.35 KB
xsa140-qemuu-7.patch 0000001282 1.25 KB
Latest Revision
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by