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
16716-xend-version.patch 0000001739 1.7 KB
16718-batched-mmu-updates.patch 0000014455 14.1 KB
16740-suse-ifup.patch 0000001526 1.49 KB
16769-pci-high-memory-resource.patch 0000071693 70 KB
16873-net-nat.patch 0000003868 3.78 KB
16877-blktap.patch 0000001067 1.04 KB
16883-xend-crashed-state.patch 0000008882 8.67 KB
16884-xend-rename-restart.patch 0000002487 2.43 KB
16885-xend-config-comments.patch 0000000903 903 Bytes
16886-xenstore-leak.patch 0000003377 3.3 KB
16890-xenapi-version.patch 0000001413 1.38 KB
16931-hvm-hap-param.patch 0000011259 11 KB
16933-hvm-hap-fix.patch 0000002047 2 KB
16939-hvm-hap-fix.patch 0000000962 962 Bytes
16947-fvmachine-xenstore.patch 0000002452 2.39 KB
16977-xend-restart-count.patch 0000002428 2.37 KB
16989-xend-coredump.patch 0000010638 10.4 KB
17006-make-aio-optional.patch 0000001794 1.75 KB
17017-hpet-configuration.patch 0000078128 76.3 KB
17124-numa-free-memory-size.patch 0000003105 3.03 KB
17131-numa-set-vcpu-affinity.patch 0000002948 2.88 KB
17190-remove-hap-boot-param.patch 0000001656 1.62 KB
17191-remove-hap-boot-param-doc.patch 0000001063 1.04 KB
17209-xentop.patch 0000000770 770 Bytes
17210-xenapi-defaults.patch 0000001487 1.45 KB
17211-xenapi-defaults.patch 0000001465 1.43 KB
17212-xenapi-defaults.patch 0000005413 5.29 KB
17246-numa-node-selection-fix.patch 0000004511 4.41 KB
17248-hvm-ignore-USB-RMRR.patch 0000002580 2.52 KB
17315-windows-bug-check-0x101-fix.patch 0000010314 10.1 KB
32on64-extra-mem.patch 0000000639 639 Bytes
README.SuSE 0000026091 25.5 KB
blktap.patch 0000001961 1.92 KB
block-flags.diff 0000001206 1.18 KB
block-iscsi 0000002291 2.24 KB
block-losetup-retry.diff 0000008117 7.93 KB
block-nbd 0000000673 673 Bytes
block-npiv 0000008036 7.85 KB
boot.local.xenU 0000001987 1.94 KB
boot.xen 0000002385 2.33 KB
bridge-bonding.diff 0000001420 1.39 KB
bridge-hostonly.diff 0000002210 2.16 KB
bridge-opensuse-11_0-temp.patch 0000000639 639 Bytes
bridge-record-creation.patch 0000001028 1 KB
bridge-vlan.diff 0000001925 1.88 KB
cdrom-removable.patch 0000019290 18.8 KB
const-callback-arg.patch 0000005870 5.73 KB
const-set-trap-table-arg.patch 0000001732 1.69 KB
cross-build-fix.diff 0000001361 1.33 KB
domUloader.py 0000014809 14.5 KB
ept-2m-x64.patch 0000025366 24.8 KB
ept-livemgr-x86-miss.patch 0000003983 3.89 KB
ept-novell-i386.patch 0000034587 33.8 KB
ept-novell-x64.patch 0000034587 33.8 KB
ept-supported-fix.patch 0000000556 556 Bytes
etc_pam.d_xen-api 0000000265 265 Bytes
hvm-ide-flush-o_direct.patch 0000000655 655 Bytes
init.xen_loop 0000000093 93 Bytes
init.xend 0000002768 2.7 KB
init.xendomains 0000008883 8.67 KB
key-shift-escape.patch 0000000945 945 Bytes
keymap-vm.patch 0000001189 1.16 KB
keymap_nl-be.patch 0000001483 1.45 KB
libxen_permissive.patch 0000000766 766 Bytes
livemig-ept-novell-i386.patch 0000007783 7.6 KB
livemig-ept-novell-x64.patch 0000011778 11.5 KB
logrotate.conf 0000000259 259 Bytes
ns_tools.patch 0000004412 4.31 KB
ns_xen_base.patch 0000013946 13.6 KB
ns_xen_extension.patch 0000121839 119 KB
pv-driver-build.patch 0000001919 1.87 KB
pv-drv-mkbuildtree.patch 0000003506 3.42 KB
pv_32_16_color_trans.patch 0000002302 2.25 KB
pvdrv_emulation_control.patch 0000000860 860 Bytes
qemu-security-etch1.diff 0000011055 10.8 KB
ready 0000000000 0 Bytes
rpmlint.diff 0000000673 673 Bytes
serial-split.patch 0000012642 12.3 KB
supported_module.diff 0000000388 388 Bytes
tools-kboot.diff 0000046860 45.8 KB
tools-xc_kexec.diff 0000132184 129 KB
vnc-i18n-keys.diff 0000002251 2.2 KB
vpid-novell-i386.patch 0000011038 10.8 KB
vpid-novell-x64.patch 0000011097 10.8 KB
vtd-fix.patch 0000002640 2.58 KB
x86-extra-trap-info.patch 0000004470 4.37 KB
x86_emulate.patch 0000013243 12.9 KB
xen-3.2.1-testing-src.tar.bz2 0005470154 5.22 MB
xen-api-auth.patch 0000000533 533 Bytes
xen-changeset.diff 0000000983 983 Bytes
xen-config.diff 0000000382 382 Bytes
xen-destdir.diff 0000009529 9.31 KB
xen-disable-qemu-monitor.diff 0000002996 2.93 KB
xen-domUloader.diff 0000008465 8.27 KB
xen-fbback-resize.patch 0000006343 6.19 KB
xen-generate-foreign-headers.diff 0000000816 816 Bytes
xen-hvm-default-bridge.diff 0000003376 3.3 KB
xen-hvm-default-pae.diff 0000000661 661 Bytes
xen-ioapic-ack-default.diff 0000000810 810 Bytes
xen-ioemu-hvm-pv-support.diff 0000008273 8.08 KB
xen-lowmem-emergency-pool.diff 0000002170 2.12 KB
xen-max-free-mem.diff 0000005955 5.82 KB
xen-no-dummy-nfs-ip.diff 0000000608 608 Bytes
xen-paths.diff 0000002707 2.64 KB
xen-qemu-iscsi-fix.patch 0000002170 2.12 KB
xen-rpmoptflags.diff 0000001606 1.57 KB
xen-tightvnc-args.diff 0000000688 688 Bytes
xen-warnings.diff 0000007338 7.17 KB
xen-xm-top-needs-root.diff 0000000549 549 Bytes
xen-xmexample-nbd.diff 0000000476 476 Bytes
xen-xmexample.diff 0000006306 6.16 KB
xen.changes 0000094609 92.4 KB
xen.spec 0000094722 92.5 KB
xenapi-console-protocol.patch 0000000831 831 Bytes
xenapiusers 0000000005 5 Bytes
xenctx.patch 0000004887 4.77 KB
xend-config.diff 0000002386 2.33 KB
xend-core-dump-loc.diff 0000000709 709 Bytes
xend-relocation.sh 0000004144 4.05 KB
xm-test-cleanup.diff 0000000513 513 Bytes
xmclone.sh 0000017702 17.3 KB
xmexample.disks 0000001106 1.08 KB
xmexample.domUloader 0000001167 1.14 KB
Revision 44 (latest revision is 346)
unknown committed (revision 44)
Comments 0
openSUSE Build Service is sponsored by