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
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
README.SuSE 0000025059 24.5 KB
VNC-Support-for-ExtendedKeyEvent-client-message.patch 0000005002 4.88 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-pv-cdrom.patch 0000024008 23.4 KB
blktap.patch 0000002013 1.97 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 0000004976 4.86 KB
block-iscsi 0000002109 2.06 KB
block-nbd 0000000673 673 Bytes
block-npiv 0000003691 3.6 KB
block-npiv-common.sh 0000008277 8.08 KB
block-npiv-vport 0000002101 2.05 KB
boot.local.xenU 0000001987 1.94 KB
boot.xen 0000002385 2.33 KB
bridge-bonding.patch 0000001712 1.67 KB
bridge-opensuse.patch 0000000898 898 Bytes
bridge-record-creation.patch 0000001206 1.18 KB
bridge-vlan.patch 0000001953 1.91 KB
build-tapdisk-ioemu.patch 0000005056 4.94 KB
capslock_enable.patch 0000000632 632 Bytes
cdrom-removable.patch 0000018703 18.3 KB
change-vnc-passwd.patch 0000006203 6.06 KB
disable-wget-check.patch 0000010810 10.6 KB
domUloader.py 0000018850 18.4 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
init.xend 0000002302 2.25 KB
init.xendomains 0000009624 9.4 KB
ioemu-bdrv-open-CACHE_WB.patch 0000000818 818 Bytes
ioemu-blktap-barriers.patch 0000002227 2.17 KB
ioemu-blktap-fv-init.patch 0000000869 869 Bytes
ioemu-blktap-image-format.patch 0000003002 2.93 KB
ioemu-blktap-zero-size.patch 0000001808 1.77 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.tar.bz2 0002877265 2.74 MB
kernel-boot-hvm.patch 0000008688 8.48 KB
kmp_filelist 0000000042 42 Bytes
libxen_permissive.patch 0000000766 766 Bytes
log-guest-console.patch 0000004248 4.15 KB
logrotate.conf 0000000259 259 Bytes
magic_ioport_compat.patch 0000000746 746 Bytes
network-nat-open-SuSEfirewall2-FORWARD.patch 0000000698 698 Bytes
pvdrv_emulation_control.patch 0000001066 1.04 KB
pygrub-boot-legacy-sles.patch 0000001299 1.27 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 0007571075 7.22 MB
qemu-xen-traditional-dir-remote.tar.bz2 0003213079 3.06 MB
qemu-xen-upstream-blkif-discard.patch 0000005381 5.25 KB
seabios-dir-remote.tar.bz2 0000366253 358 KB
set-mtu-from-bridge-for-tap-interface.patch 0000001443 1.41 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom.tar.bz2 0017477089 16.7 MB
supported_module.patch 0000000420 420 Bytes
suspend_evtchn_lock.patch 0000002401 2.34 KB
sysconfig.pciback 0000000237 237 Bytes
tapdisk-ioemu-logfile.patch 0000001389 1.36 KB
tapdisk-ioemu-shutdown-fix.patch 0000002943 2.87 KB
tmp-initscript-modprobe.patch 0000001802 1.76 KB
tmp_build.patch 0000001258 1.23 KB
udev-rules.patch 0000000835 835 Bytes
vif-bridge-no-iptables.patch 0000000430 430 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
x86-cpufreq-report.patch 0000002769 2.7 KB
x86-dom-print.patch 0000001359 1.33 KB
x86-extra-trap-info.patch 0000002127 2.08 KB
x86-ioapic-ack-default.patch 0000000757 757 Bytes
xen-4.4.0-testing-src.tar.bz2 0004350072 4.15 MB
xen-destdir.patch 0000004208 4.11 KB
xen-disable-qemu-monitor.patch 0000003064 2.99 KB
xen-hvm-default-bridge.patch 0000004541 4.43 KB
xen-qemu-iscsi-fix.patch 0000002843 2.78 KB
xen-updown.sh 0000003766 3.68 KB
xen-utils-0.1.tar.bz2 0000008438 8.24 KB
xen-watchdog.service 0000000224 224 Bytes
xen-xmexample.patch 0000011439 11.2 KB
xen.changes 0000287185 280 KB
xen.migrate.tools-xend_move_assert_to_exception_block.patch 0000001634 1.6 KB
xen.migrate.tools_add_xm_migrate_--log_progress_option.patch 0000007188 7.02 KB
xen.migrate.tools_set_migration_constraints_from_cmdline.patch 0000010471 10.2 KB
xen.migrate.tools_set_number_of_dirty_pages_during_migration.patch 0000013762 13.4 KB
xen.spec 0000043034 42 KB
xen_pvonhvm.xen_emul_unplug.patch 0000001496 1.46 KB
xenalyze.hg.tar.bz2 0000126674 124 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000000332 332 Bytes
xenconsole-no-multiple-connections.patch 0000000911 911 Bytes
xend-32on64-extra-mem.patch 0000000676 676 Bytes
xend-change_home_server.patch 0000000815 815 Bytes
xend-check_device_status.patch 0000002338 2.28 KB
xend-checkpoint-rename.patch 0000000680 680 Bytes
xend-config-enable-dump-comment.patch 0000000720 720 Bytes
xend-config.patch 0000002259 2.21 KB
xend-console-port-restore.patch 0000001674 1.63 KB
xend-core-dump-loc.patch 0000000678 678 Bytes
xend-cpuinfo-model-name.patch 0000000925 925 Bytes
xend-del_usb_xend_entry.patch 0000001400 1.37 KB
xend-devid-or-name.patch 0000001191 1.16 KB
xend-disable-internal-logrotate.patch 0000000699 699 Bytes
xend-domain-lock-sfex.patch 0000010594 10.3 KB
xend-domain-lock.patch 0000014330 14 KB
xend-domu-usb-controller.patch 0000000946 946 Bytes
xend-hv_extid_compatibility.patch 0000003077 3 KB
xend-hvm-default-pae.patch 0000000660 660 Bytes
xend-hvm-firmware-passthrough.patch 0000011594 11.3 KB
xend-managed-pci-device.patch 0000012774 12.5 KB
xend-max-free-mem.patch 0000006600 6.45 KB
xend-migration-bridge-check.patch 0000001024 1 KB
xend-migration-domname-fix.patch 0000001636 1.6 KB
xend-minimum-restart-time.patch 0000000567 567 Bytes
xend-multi-xvdp.patch 0000003800 3.71 KB
xend-relocation-server.fw 0000000097 97 Bytes
xend-relocation.sh 0000004144 4.05 KB
xend-tools-watchdog-support.patch 0000006395 6.25 KB
xend-vcpu-affinity-fix.patch 0000000891 891 Bytes
xend-vif-route-ifup.patch 0000003319 3.24 KB
xend-xen-api-auth.patch 0000000580 580 Bytes
xend-xen-domUloader.patch 0000004931 4.82 KB
xend-xenapi-console-protocol.patch 0000000766 766 Bytes
xend-xenpaging.autostart.patch 0000016503 16.1 KB
xend-xm-create-xflag.patch 0000002002 1.96 KB
xend-xm-reboot-fix.patch 0000001059 1.03 KB
xend-xm-save-check-file.patch 0000004026 3.93 KB
xend.service 0000000347 347 Bytes
xendomains.service 0000000365 365 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
xmclone.sh 0000019564 19.1 KB
xmexample.disks 0000001106 1.08 KB
xmexample.domUloader 0000001167 1.14 KB
xnloader.py 0000001875 1.83 KB
Revision 1 (latest revision is 2)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 1)
osc copypac from project:openSUSE:Factory:Core package:xen revision:10
Comments 0
openSUSE Build Service is sponsored by