Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
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]
- Developed at Virtualization
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:ARM:Factory:Contrib:ILP32/xen && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
32on64-extra-mem.patch | 0000000674 674 Bytes | |
README.SuSE | 0000023998 23.4 KB | |
bdrv_open2_fix_flags.patch | 0000005040 4.92 KB | |
bdrv_open2_flags_2.patch | 0000004314 4.21 KB | |
blktap-pv-cdrom.patch | 0000023424 22.9 KB | |
blktap.patch | 0000001989 1.94 KB | |
blktapctrl-default-to-ioemu.patch | 0000000944 944 Bytes | |
block-flags.diff | 0000001227 1.2 KB | |
block-iscsi | 0000002255 2.2 KB | |
block-losetup-retry.diff | 0000008138 7.95 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 | 0000001691 1.65 KB | |
bridge-hostonly.diff | 0000002225 2.17 KB | |
bridge-opensuse.patch | 0000000933 933 Bytes | |
bridge-record-creation.patch | 0000001134 1.11 KB | |
bridge-vlan.diff | 0000001989 1.94 KB | |
build-tapdisk-ioemu.patch | 0000004888 4.77 KB | |
cdrom-removable.patch | 0000018561 18.1 KB | |
checkpoint-rename.patch | 0000000680 680 Bytes | |
disable_emulated_device.diff | 0000000573 573 Bytes | |
dom-print.patch | 0000001098 1.07 KB | |
domUloader.py | 0000015120 14.8 KB | |
dump-exec-state.patch | 0000003760 3.67 KB | |
etc_pam.d_xen-api | 0000000265 265 Bytes | |
hv_tools.patch | 0000004534 4.43 KB | |
hv_xen_base.patch | 0000006283 6.14 KB | |
hv_xen_extension.patch | 0000050336 49.2 KB | |
init.xen_loop | 0000000093 93 Bytes | |
init.xend | 0000002728 2.66 KB | |
init.xendomains | 0000008846 8.64 KB | |
ioemu-7615-qcow2-fix-alloc_cluster_link_l2.patch | 0000001099 1.07 KB | |
ioemu-blktap-barriers.patch | 0000002170 2.12 KB | |
ioemu-blktap-fv-init.patch | 0000000812 812 Bytes | |
ioemu-blktap-image-format.patch | 0000002889 2.82 KB | |
ioemu-blktap-zero-size.patch | 0000001751 1.71 KB | |
ioemu-debuginfo.patch | 0000001003 1003 Bytes | |
ioemu-vnc-resize.patch | 0000001359 1.33 KB | |
kmp_filelist | 0000000072 72 Bytes | |
libxen_permissive.patch | 0000000766 766 Bytes | |
logrotate.conf | 0000000259 259 Bytes | |
msi-enable.patch | 0000000452 452 Bytes | |
network-nat-open-SuSEfirewall2-FORWARD.patch | 0000000752 752 Bytes | |
network-nat.patch | 0000000466 466 Bytes | |
network-route.patch | 0000000456 456 Bytes | |
pv-driver-build.patch | 0000000447 447 Bytes | |
pvdrv_emulation_control.patch | 0000000884 884 Bytes | |
qemu-dm-segfault.patch | 0000002582 2.52 KB | |
qemu-security-etch1.diff | 0000001336 1.3 KB | |
ready | 0000000000 0 Bytes | |
serial-split.patch | 0000012662 12.4 KB | |
snapshot-ioemu-delete.patch | 0000002621 2.56 KB | |
snapshot-ioemu-restore.patch | 0000005399 5.27 KB | |
snapshot-ioemu-save.patch | 0000008343 8.15 KB | |
snapshot-xend.patch | 0000025952 25.3 KB | |
supported_module.diff | 0000000401 401 Bytes | |
svm-lmsl.patch | 0000003141 3.07 KB | |
tapdisk-ioemu-logfile.patch | 0000001333 1.3 KB | |
tapdisk-ioemu-shutdown-fix.patch | 0000002828 2.76 KB | |
tmp_build.patch | 0000001228 1.2 KB | |
tools-gdbserver-build.diff | 0000001124 1.1 KB | |
tools-kboot.diff | 0000046950 45.8 KB | |
tools-xc_kexec.diff | 0000132395 129 KB | |
udev-rules.patch | 0000000548 548 Bytes | |
x86-alloc-cpu-structs.patch | 0000014594 14.3 KB | |
x86-cpufreq-report.patch | 0000003092 3.02 KB | |
x86-extra-trap-info.patch | 0000004368 4.27 KB | |
x86-show-page-walk-early.patch | 0000006542 6.39 KB | |
x86_64-5Tb.patch | 0000007987 7.8 KB | |
x86_64-note-init-p2m.patch | 0000014084 13.8 KB | |
xen-3.4.0-testing-src.tar.bz2 | 0022573690 21.5 MB | |
xen-api-auth.patch | 0000000580 580 Bytes | |
xen-changeset.diff | 0000001507 1.47 KB | |
xen-config.diff | 0000000728 728 Bytes | |
xen-destdir.diff | 0000006576 6.42 KB | |
xen-disable-qemu-monitor.diff | 0000003234 3.16 KB | |
xen-domUloader.diff | 0000007155 6.99 KB | |
xen-fixme-doc.diff | 0000002639 2.58 KB | |
xen-hvm-default-bridge.diff | 0000004439 4.33 KB | |
xen-hvm-default-pae.diff | 0000000658 658 Bytes | |
xen-ioapic-ack-default.diff | 0000000816 816 Bytes | |
xen-ioemu-hvm-pv-support.diff | 0000002069 2.02 KB | |
xen-max-free-mem.diff | 0000006047 5.91 KB | |
xen-no-dummy-nfs-ip.diff | 0000000622 622 Bytes | |
xen-paths.diff | 0000002769 2.7 KB | |
xen-qemu-iscsi-fix.patch | 0000002267 2.21 KB | |
xen-rpmoptflags.diff | 0000000952 952 Bytes | |
xen-tightvnc-args.diff | 0000000702 702 Bytes | |
xen-updown.sh | 0000003631 3.55 KB | |
xen-warnings.diff | 0000005745 5.61 KB | |
xen-xm-top-needs-root.diff | 0000000549 549 Bytes | |
xen-xmexample-vti.diff | 0000000471 471 Bytes | |
xen-xmexample.diff | 0000006342 6.19 KB | |
xen.changes | 0000120516 118 KB | |
xen.spec | 0000112899 110 KB | |
xen_pvdrivers | 0000000306 306 Bytes | |
xenapi-console-protocol.patch | 0000000831 831 Bytes | |
xenapiusers | 0000000005 5 Bytes | |
xend-config.diff | 0000003072 3 KB | |
xend-core-dump-loc.diff | 0000000681 681 Bytes | |
xend-domain-lock.patch | 0000013545 13.2 KB | |
xend-relocation.sh | 0000004144 4.05 KB | |
xm-save-check-file.patch | 0000004011 3.92 KB | |
xm-test-cleanup.diff | 0000000528 528 Bytes | |
xmclone.sh | 0000019483 19 KB | |
xmexample.disks | 0000001106 1.08 KB | |
xmexample.domUloader | 0000001167 1.14 KB |
Comments 0