Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.openSUSE_13.2_Update

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
2e5738ff-add-vga-none-support.patch 0000004222 4.12 KB
5315a3bb-x86-don-t-propagate-acpi_skip_timer_override-do-Dom0.patch 0000002418 2.36 KB
5315a43a-x86-ACPI-also-print-address-space-for-PM1x-fields.patch 0000001206 1.18 KB
53299d8f-xenconsole-reset-tty-on-failure.patch 0000001789 1.75 KB
53299d8f-xenconsole-tolerate-tty-errors.patch 0000002010 1.96 KB
5346a7a0-x86-AMD-support-further-feature-masking-MSRs.patch 0000007084 6.92 KB
53563ea4-x86-MSI-drop-workaround-for-insecure-Dom0-kernels.patch 0000003890 3.8 KB
537c790d-fix-memory-leak-in-libxl_cpuid_dispose.patch 0000000904 904 Bytes
537cd0b0-hvmloader-also-cover-PCI-MMIO-ranges-above-4G-with-UC-MTRR-ranges.patch 0000011593 11.3 KB
537cd0cc-hvmloader-PA-range-0xfc000000-0xffffffff-should-be-UC.patch 0000001422 1.39 KB
538c7df7-libxenstat-handle-renamed-vifs.patch 0000001947 1.9 KB
539ebe62-x86-EFI-improve-boot-time-diagnostics.patch 0000002006 1.96 KB
53aac342-x86-HVM-consolidate-and-sanitize-CR4-guest-reserved-bit-determination.patch 0000006999 6.83 KB
53c9151b-Fix-xl-vncviewer-accesses-port-0-by-any-invalid-domid.patch 0000001508 1.47 KB
53d124e7-fix-list_domain_details-check-config-data-length-0.patch 0000001779 1.74 KB
53dba447-x86-ACPI-allow-CMOS-RTC-use-even-when-ACPI-says-there-is-none.patch 0000005504 5.38 KB
53df727b-x86-HVM-extend-LAPIC-shortcuts-around-P2M-lookups.patch 0000004337 4.24 KB
53e8be5f-x86-vHPET-use-rwlock-instead-of-simple-one.patch 0000005359 5.23 KB
53fcebab-xen-pass-kernel-initrd-to-qemu.patch 0000012537 12.2 KB
53ff3659-x86-consolidate-boolean-inputs-in-hvm-and-p2m.patch 0000013609 13.3 KB
53ff36ae-x86-hvm-treat-non-insn-fetch-NPF-also-as-read-violations.patch 0000003460 3.38 KB
53ff36d5-x86-mem_event-deliver-gla-fault-EPT-violation-information.patch 0000005370 5.24 KB
54005472-EPT-utilize-GLA-GPA-translation-known-for-certain-faults.patch 0000007280 7.11 KB
541ad385-x86-suppress-event-check-IPI-to-MWAITing-CPUs.patch 0000003966 3.87 KB
541ad3ca-x86-HVM-batch-vCPU-wakeups.patch 0000007305 7.13 KB
5423e61c-x86emul-fix-SYSCALL-SYSENTER-SYSEXIT-emulation.patch 0000007369 7.2 KB
5424057f-x86-HVM-fix-miscellaneous-aspects-of-x2APIC-emulation.patch 0000011263 11 KB
542405b4-x86-HVM-fix-ID-handling-of-x2APIC-emulation.patch 0000008483 8.28 KB
54379e6d-x86-vlapic-don-t-silently-accept-bad-vectors.patch 0000003402 3.32 KB
54467cfc-x86-hvm-further-restrict-x2apic-MSRs.patch 0000003980 3.89 KB
5459f759-xentop-dynamically-expand-columns.patch 0000007518 7.34 KB
5489c2cf-have-architectures-specify-Dom0-PIRQs.patch 0000005901 5.76 KB
548e9c0d-console-allocate-ring-buffer-earlier.patch 0000002957 2.89 KB
54f4985f-libxl-fix-libvirtd-double-free.patch 0000002684 2.62 KB
551ac326-xentop-add-support-for-qdisk.patch 0000020083 19.6 KB
5527edd2-x86-hvm-Fix-the-unknown-nested-vmexit-reason-80000021-bug.patch 0000001760 1.72 KB
552d293b-x86-vMSI-X-honor-all-mask-requests.patch 0000001905 1.86 KB
552d2966-x86-vMSI-X-add-valid-bits-for-read-acceleration.patch 0000002117 2.07 KB
5548e903-domctl-don-t-truncate-XEN_DOMCTL_max_mem-requests.patch 0000001168 1.14 KB
5576f143-x86-adjust-PV-I-O-emulation-functions-types.patch 0000004984 4.87 KB
55795a52-x86-vMSI-X-support-qword-MMIO-access.patch 0000003179 3.1 KB
5583d9c5-x86-MSI-X-cleanup.patch 0000010521 10.3 KB
5583da09-x86-MSI-track-host-and-guest-masking-separately.patch 0000014222 13.9 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 0000006051 5.91 KB
55dc78e9-x86-amd_ucode-skip-updates-for-final-levels.patch 0000003355 3.28 KB
55df2f76-IOMMU-skip-domains-without-page-tables-when-dumping.patch 0000000713 713 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 0000002806 2.74 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
55ffea69-libxl-handle-read-only-drives-with-qemu-xen.patch 0000002482 2.42 KB
5604f239-x86-PV-properly-populate-descriptor-tables.patch 0000003568 3.48 KB
5604f2e6-vt-d-fix-IM-bit-mask-and-unmask-of-FECTL_REG.patch 0000002746 2.68 KB
560a7c36-x86-p2m-pt-delay-freeing-of-intermediate-page-tables.patch 0000003936 3.84 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 0000005136 5.02 KB
560e6d34-x86-p2m-pt-tighten-conditions-of-IOMMU-mapping-updates.patch 0000005049 4.93 KB
561bbc8b-VT-d-don-t-suppress-invalidation-address-write-when-0.patch 0000001908 1.86 KB
561d2046-VT-d-use-proper-error-codes-in-iommu_enable_x2apic_IR.patch 0000003578 3.49 KB
561d20a0-x86-hide-MWAITX-from-PV-domains.patch 0000001380 1.35 KB
561e3283-x86-NUMA-fix-SRAT-table-processor-entry-handling.patch 0000003885 3.79 KB
5628fc67-libxl-No-emulated-disk-driver-for-xvdX-disk.patch 0000001434 1.4 KB
5632127b-x86-guard-against-undue-super-page-PTE-creation.patch 0000001862 1.82 KB
5632129c-free-domain-s-vcpu-array.patch 0000000787 787 Bytes
563212c9-x86-PoD-Eager-sweep-for-zeroed-pages.patch 0000007077 6.91 KB
563212e4-xenoprof-free-domain-s-vcpu-array.patch 0000000997 997 Bytes
563212ff-x86-rate-limit-logging-in-do_xen-oprof-pmu-_op.patch 0000001725 1.68 KB
56377442-x86-restartable-p2m_pod_empty_cache.patch 0000002542 2.48 KB
5638eb5a-vmx-improve-vmentry-failure-handling.patch 0000001787 1.75 KB
5641ceec-x86-HVM-always-intercept-AC-and-DB.patch 0000005190 5.07 KB
5644b756-x86-HVM-don-t-inject-DB-with-error-code.patch 0000000723 723 Bytes
5649bcbe-libxl-relax-readonly-check-introduced-by-XSA-142-fix.patch 0000004456 4.35 KB
56544a57-VMX-fix-adjust-trap-injection.patch 0000003224 3.15 KB
56546ab2-sched-fix-insert_vcpu-locking.patch 0000002707 2.64 KB
56549f24-x86-vPMU-document-as-unsupported.patch 0000000857 857 Bytes
566052a6-VT-d-drop-unneeded-Ivybridge-quirk-workaround.patch 0000000996 996 Bytes
566698e6-x86-time-fix-domain-type-check-in-tsc_set_info.patch 0000000786 786 Bytes
5666d471-memory-split-and-tighten-maximum-order-permitted-in-memops.patch 0000008326 8.13 KB
5666d4b7-memory-fix-XENMEM_exchange-error-handling.patch 0000001926 1.88 KB
CVE-2013-4540-qemu.patch 0000001833 1.79 KB
CVE-2014-0222-qemut-qcow1-validate-l2-table-size.patch 0000001647 1.61 KB
CVE-2014-0222-qemuu-qcow1-validate-l2-table-size.patch 0000001556 1.52 KB
CVE-2015-4037-qemut-smb-config-dir-name.patch 0000001554 1.52 KB
CVE-2015-4037-qemuu-smb-config-dir-name.patch 0000001852 1.81 KB
CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch 0000002028 1.98 KB
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-7549-qemuu-pci-null-pointer-dereference-issue.patch 0000003333 3.25 KB
CVE-2015-8345-qemut-eepro100-infinite-loop-fix.patch 0000001416 1.38 KB
CVE-2015-8345-qemuu-eepro100-infinite-loop-fix.patch 0000001403 1.37 KB
CVE-2015-8504-qemut-vnc-avoid-floating-point-exception.patch 0000001137 1.11 KB
CVE-2015-8504-qemuu-vnc-avoid-floating-point-exception.patch 0000001072 1.05 KB
CVE-2015-8558-qemuu-usb-infinite-loop-in-ehci_advance_state-results-in-DoS.patch 0000001307 1.28 KB
CVE-2015-8568-qemuu-net-vmxnet3-avoid-memory-leakage-in-activate_device.patch 0000003056 2.98 KB
README.SUSE 0000029978 29.3 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
add-qxl-support.patch 0000006449 6.3 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-control-socket-race.patch 0000000803 803 Bytes
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 0000006097 5.95 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
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 0000006576 6.42 KB
disable-wget-check.patch 0000010810 10.6 KB
domUloader.py 0000018850 18.4 KB
etc_pam.d_xen-api 0000000265 265 Bytes
figlet.tar.bz2 0000019314 18.9 KB
hibernate.patch 0000001420 1.39 KB
hotplug-Linux-block-find-free-loop-fix.patch 0000000440 440 Bytes
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 0002877217 2.74 MB
kernel-boot-hvm.patch 0000008688 8.48 KB
kmp_filelist 0000000042 42 Bytes
libxc-pass-errno-to-callers-of-xc_domain_save.patch 0000027523 26.9 KB
libxen_permissive.patch 0000000766 766 Bytes
libxl-migration-cleanup-remove-backend-domain-field.patch 0000001790 1.75 KB
libxl-migration-cleanup-update-uuid-name.patch 0000001407 1.37 KB
libxl-restore-cleanup-left-xenstore-entries.patch 0000003222 3.15 KB
libxl.add-option-for-discard-support-to-xl-disk-conf.patch 0000005629 5.5 KB
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000004217 4.12 KB
libxl.honor-more-top-level-vfb-options.patch 0000003390 3.31 KB
libxl.introduce-an-option-to-disable-the-non-O_DIRECT-workaround.patch 0000009150 8.94 KB
libxl.pvscsi.patch 0000045198 44.1 KB
libxl.set-migration-constraints-from-cmdline.patch 0000021431 20.9 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
network-nat-open-SuSEfirewall2-FORWARD.patch 0000000698 698 Bytes
pvdrv_emulation_control.patch 0000001066 1.04 KB
pygrub-boot-legacy-sles.patch 0000002499 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-support-xen-hvm-direct-kernel-boot.patch 0000004008 3.91 KB
qemu-xen-dir-remote.tar.bz2 0007576536 7.23 MB
qemu-xen-enable-spice-support.patch 0000000430 430 Bytes
qemu-xen-traditional-dir-remote.tar.bz2 0003214149 3.07 MB
qemu-xen-upstream-blkif-discard.patch 0000004834 4.72 KB
qemu-xen-upstream-megasas-buildtime.patch 0000001025 1 KB
qemu-xen-upstream-qdisk-cache-unsafe.patch 0000001827 1.78 KB
seabios-dir-remote.tar.bz2 0000392238 383 KB
set-mtu-from-bridge-for-tap-interface.patch 0000001443 1.41 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom.tar.bz2 0017477041 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
tigervnc-long-press.patch 0000001243 1.21 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 0000000604 604 Bytes
xen-4.4.3-testing-src.tar.bz2 0004364173 4.16 MB
xen-destdir.patch 0000004208 4.11 KB
xen-disable-qemu-monitor.patch 0000003064 2.99 KB
xen-figlet-makefile.patch 0000001617 1.58 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 0000006171 6.03 KB
xen-watchdog.service 0000000224 224 Bytes
xen-xmexample.patch 0000011439 11.2 KB
xen.changes 0000355445 347 KB
xen.migrate.tools-xend_move_assert_to_exception_block.patch 0000001634 1.6 KB
xen.spec 0000055924 54.6 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 0000000486 486 Bytes
xenconsole-no-multiple-connections.patch 0000000929 929 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 0000014237 13.9 KB
xend-domu-usb-controller.patch 0000000946 946 Bytes
xend-fix-sendkey.patch 0000000575 575 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-pvscsi-recognize-also-SCSI-CDROM-devices.patch 0000001094 1.07 KB
xend-relocation-server.fw 0000000097 97 Bytes
xend-relocation.sh 0000004144 4.05 KB
xend-remove-xm-deprecation-warning.patch 0000001319 1.29 KB
xend-set-migration-constraints-from-cmdline.patch 0000016311 15.9 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-xsa153.patch 0000002861 2.79 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-check-for-libvirt-managed-domain.patch 0000001827 1.78 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xl-coredump-file-location.patch 0000000873 873 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
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
xsa153-libxl.patch 0000003554 3.47 KB
xsa155-qemut-qdisk-double-access.patch 0000001921 1.88 KB
xsa155-qemut-xenfb.patch 0000001762 1.72 KB
xsa155-qemuu-qdisk-double-access.patch 0000001574 1.54 KB
xsa155-qemuu-xenfb.patch 0000001479 1.44 KB
xsa155-xen-0001-xen-Add-RING_COPY_REQUEST.patch 0000002150 2.1 KB
xsa155-xen-0002-blktap2-Use-RING_COPY_REQUEST.patch 0000002529 2.47 KB
xsa155-xen-0003-libvchan-Read-prod-cons-only-once.patch 0000001613 1.58 KB
xsa162-qemut.patch 0000001782 1.74 KB
xsa162-qemuu.patch 0000001535 1.5 KB
xsa164.patch 0000001270 1.24 KB
xsa165.patch 0000002277 2.22 KB
xsa166.patch 0000001690 1.65 KB
Latest Revision
buildservice-autocommit accepted request 352466 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 3)
freeze link
Comments 0
openSUSE Build Service is sponsored by