Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen.26343

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
5ca7660f-x86-entry-drop-unused-includes.patch 0000001951 1.91 KB
5cab2a6b-x86-ACPI-also-parse-AMD-tables-early.patch 0000002227 2.17 KB
5cab2ab7-x86-IOMMU-introduce-init-ops.patch 0000003917 3.83 KB
5cab2ae8-x86-IOMMU-abstract-iommu_supports_eim.patch 0000004228 4.13 KB
5cab2b4e-x86-IOMMU-abstract-iommu_enable_x2apic_IR.patch 0000006425 6.27 KB
5cab2b95-x86-IOMMU-initialize-iommu_ops-in.patch 0000003827 3.74 KB
5cac9a4b-x86-IOMMU-abstract-adjust_vtd_irq_affinities.patch 0000002731 2.67 KB
5cdeac7f-AMD-IOMMU-adjust-IOMMU-list-head-init.patch 0000001148 1.12 KB
5cf8da09-adjust-sysdom-creation-call-earlier-on-x86.patch 0000010210 9.97 KB
5d0cf4e4-AMD-IOMMU-initialize-IRQ-tasklet-once.patch 0000001199 1.17 KB
5d149bb0-AMD-IOMMU-dont-add-IOMMUs.patch 0000002212 2.16 KB
5d1b3fab-AMD-IOMMU-restrict-feature-logging.patch 0000001355 1.32 KB
5d358508-x86-IRQ-desc-affinity-represents-request.patch 0000004209 4.11 KB
5d358534-x86-IRQ-consolidate-arch-cpu_mask-use.patch 0000007606 7.43 KB
5d358a67-AMD-IOMMU-pass-IOMMU-to-iterate_ivrs_entries-cb.patch 0000004961 4.84 KB
5d358a92-AMD-IOMMU-pass-IOMMU-to-amd_iommu_alloc_intremap_table.patch 0000002452 2.39 KB
5d39811c-x86-IOMMU-dont-restrict-IRQ-affinities.patch 0000003110 3.04 KB
5d417813-AMD-IOMMU-bitfield-extended-features.patch 0000014793 14.4 KB
5d417838-AMD-IOMMU-bitfield-control-reg.patch 0000019537 19.1 KB
5d41785b-AMD-IOMMU-bitfield-IRTE.patch 0000009721 9.49 KB
5d41787e-AMD-IOMMU-pass-IOMMU-to-gfu-intremap-entry.patch 0000006196 6.05 KB
5d4178ad-AMD-IOMMU-128bit-non-guest-APIC-IRTE.patch 0000016966 16.6 KB
5d4178fc-AMD-IOMMU-split-amd_iommu_init_one.patch 0000001857 1.81 KB
5d41793f-AMD-IOMMU-allow-enabling-without-IRQ.patch 0000002025 1.98 KB
5d417a16-AMD-IOMMU-adjust-IRQ-setup-for-x2APIC.patch 0000006555 6.4 KB
5d417ab6-AMD-IOMMU-enable-x2APIC-mode.patch 0000009484 9.26 KB
5d417b38-AMD-IOMMU-correct-IRTE-updating.patch 0000004924 4.81 KB
5d417b6a-AMD-IOMMU-dont-needlessly-log-headers.patch 0000004286 4.19 KB
5d4a9d25-AMD-IOMMU-drop-not-found-message.patch 0000001137 1.11 KB
5d53ed45-pygrub-Failing-to-set-value-to-0-in-Grub2ConfigFile.patch 0000001349 1.32 KB
5d80e7c0-AMD-IOMMU-free-shared-IRT-once.patch 0000002473 2.42 KB
5d80e80d-AMD-IOMMU-valid-flag-for-IVRS-mappings.patch 0000003185 3.11 KB
5d80e82e-AMD-IOMMU-alloc_intremap_table-callers-handle-errors.patch 0000002104 2.05 KB
5d80e857-x86-PCI-read-MSI-X-table-entry-count-early.patch 0000007314 7.14 KB
5d8b72e5-AMD-IOMMU-dont-blindly-alloc-intremap-tables.patch 0000017859 17.4 KB
5d8b730e-AMD-IOMMU-phantom-funcs-share-intremap-tables.patch 0000007938 7.75 KB
5d8b733b-x86-PCI-read-max-MSI-vector-count-early.patch 0000005827 5.69 KB
5d8b736d-AMD-IOMMU-replace-INTREMAP_ENTRIES.patch 0000011191 10.9 KB
5d8b7393-AMD-IOMMU-restrict-intremap-table-sizes.patch 0000010375 10.1 KB
5d9ee2a8-AMD-IOMMU-alloc-1-devtab-per-PCI-seg.patch 0000006123 5.98 KB
5d9ee2f0-AMD-IOMMU-allocate_buffer-avoid-memset.patch 0000004547 4.44 KB
5d9ee312-AMD-IOMMU-prefill-all-DTEs.patch 0000010403 10.2 KB
5db1be79-libxl-Offer-API-versions-0x040700-and-0x040800.patch 0000001403 1.37 KB
5e15e174-libxl-dont-needlessly-report-highmem-in-use.patch 0000002652 2.59 KB
5e5001ee-x86-p2m-PoD-accounting-in-gpae.patch 0000002653 2.59 KB
5e86fa2a-x86-p2m_remove_page-retval.patch 0000002160 2.11 KB
5e86fa57-x86-p2m-remove-MFN-check.patch 0000002460 2.4 KB
5f92909a-PCI-cleanup-MSI-before-removing-device.patch 0000002434 2.38 KB
5faa974f-evtchn-rework-per-channel-lock.patch 0000017309 16.9 KB
5faa978b-evtchn-revert-52e1fc47abc3a0123.patch 0000004833 4.72 KB
5faac497-xen-arm-Always-trap-AMU-system-registers.patch 0000002341 2.29 KB
5fbcdf2e-evtchn-FIFO-access-last.patch 0000002987 2.92 KB
5fbcdf99-x86-DMI-fix-SMBIOS-pointer-check.patch 0000000859 859 Bytes
5fbd042b-memory-off-by-one-in-XSA-346.patch 0000000942 942 Bytes
5fc4ee23-evtchn-FIFO-queue-locking.patch 0000008100 7.91 KB
5fca3b32-tools-libs-ctrl-fix-dumping-of-ballooned-guest.patch 0000003637 3.55 KB
5fd8aef3-x86-avoid-calling-do_resume.patch 0000006062 5.92 KB
5fd8af4b-evtchn-FIFO-add-2nd-smp_rmb.patch 0000001366 1.33 KB
5fd8b02d-evtchn-FIFO-reorder-and-synchronize.patch 0000001961 1.92 KB
5ff458f2-x86-vPCI-tolerate-disabled-MSI-X-entry.patch 0000001719 1.68 KB
5ff71655-x86-dpci-EOI-regardless-of-masking.patch 0000004810 4.7 KB
5ffc58c4-ACPI-reduce-verbosity-by-default.patch 0000006474 6.32 KB
5ffc58e8-x86-ACPI-dont-overwrite-FADT.patch 0000002214 2.16 KB
600999ad-x86-dpci-do-not-remove-pirqs-from.patch 0000003500 3.42 KB
600ab341-x86-vioapic-EOI-check-IRR-before-inject.patch 0000001161 1.13 KB
6011bbc7-x86-timer-fix-boot-without-PIT.patch 0000004860 4.75 KB
6013e4bd-memory-bail-from-page-scrub-when-CPU-offline.patch 0000001567 1.53 KB
601d4396-x86-EFI-suppress-ld-2-36-debug-info.patch 0000002311 2.26 KB
602bd768-page_alloc-only-flush-after-scrubbing.patch 0000002277 2.22 KB
602e5a8c-gnttab-never-permit-mapping-transitive-grants.patch 0000003656 3.57 KB
602e5abb-gnttab-bypass-IOMMU-when-mapping-own-grant.patch 0000002039 1.99 KB
6037b02e-x86-EFI-suppress-ld-2-36-base-relocs.patch 0000002200 2.15 KB
60410127-gcc11-adjust-rijndaelEncrypt.patch 0000001971 1.92 KB
60422428-x86-shadow-avoid-fast-fault-path.patch 0000004301 4.2 KB
604b9070-VT-d-disable-QI-IR-before-init.patch 0000001949 1.9 KB
60631c38-VT-d-QI-restore-flush-hooks.patch 0000004023 3.93 KB
60787714-x86-HPET-avoid-legacy-replacement-mode.patch 0000009399 9.18 KB
60787714-x86-HPET-factor-legacy-replacement-mode-enabling.patch 0000005987 5.85 KB
608676f2-VT-d-register-based-invalidation-optional.patch 0000006593 6.44 KB
60afe616-x86-CPUID-rework-HLE-and-RTM-handling.patch 0000004909 4.79 KB
60ba695e-tools-libs-ctrl-fix-xc_core_arch_map_p2m-to-support.patch 0000019945 19.5 KB
60be0e24-credit2-pick-runnable-unit.patch 0000001878 1.83 KB
60be0e42-credit2-per-entity-load-tracking-when-continuing.patch 0000002898 2.83 KB
60be3097-x86-CPUID-fix-HLE-and-RTM-handling-again.patch 0000001638 1.6 KB
60bf9e19-Arm-create-dom0less-domUs-earlier.patch 0000002616 2.55 KB
60bf9e1a-Arm-boot-modules-scrubbing.patch 0000001746 1.71 KB
60bf9e1b-VT-d-size-qinval-queue-dynamically.patch 0000004842 4.73 KB
60bf9e1c-AMD-IOMMU-size-command-buffer-dynamically.patch 0000003978 3.88 KB
60bf9e1e-x86-spec-ctrl-protect-against-SCSB.patch 0000002332 2.28 KB
60bf9e1f-x86-spec-ctrl-mitigate-TAA-after-S3.patch 0000000937 937 Bytes
60bfa904-AMD-IOMMU-wait-for-command-slot.patch 0000003036 2.96 KB
60bfa906-AMD-IOMMU-drop-command-completion-timeout.patch 0000005731 5.6 KB
60d49689-VT-d-undo-device-mappings-upon-error.patch 0000004904 4.79 KB
60d496b9-VT-d-adjust-domid-map-updating-on-unmap.patch 0000003545 3.46 KB
60d496d6-VT-d-clear_fault_bits-should-clear-all.patch 0000002207 2.16 KB
60d496ee-VT-d-dont-lose-errors-on-multi-IOMMU-flush.patch 0000001667 1.63 KB
60d5c6df-IOMMU-PCI-dont-let-domain-cleanup-continue.patch 0000002278 2.22 KB
61122ac6-credit2-avoid-spuriously-picking-idle.patch 0000003010 2.94 KB
611cba4e-VT-d-Tylersburg-errata-more-steppings.patch 0000002747 2.68 KB
611f844b-AMD-IOMMU-dont-leave-pt-mapped.patch 0000000971 971 Bytes
6126339d-AMD-IOMMU-global-ER-extending.patch 0000005233 5.11 KB
6126344f-AMD-IOMMU-unity-map-handling.patch 0000008984 8.77 KB
61263464-IOMMU-pass-access-to-p2m_get_iommu_flags.patch 0000004313 4.21 KB
6126347d-IOMMU-generalize-VT-d-mapped-RMRR-tracking.patch 0000012201 11.9 KB
6126349a-AMD-IOMMU-rearrange-reassignment.patch 0000007578 7.4 KB
612634ae-AMD-IOMMU-rearrange-ER-UM-recording.patch 0000015749 15.4 KB
612634c3-x86-p2m-introduce-p2m_is_special.patch 0000003476 3.39 KB
612634dc-x86-p2m-guard-identity-mappings.patch 0000006056 5.91 KB
612634f4-x86-mm-widen-locked-region-in-xatp1.patch 0000003209 3.13 KB
6126350a-gnttab-release-mappings-preemption.patch 0000004933 4.82 KB
6126351f-gnttab-replace-mapkind.patch 0000012936 12.6 KB
6126353d-gnttab-get-status-frames-array-capacity.patch 0000001552 1.52 KB
61263553-Arm-restrict-maxmem-for-dom0less.patch 0000001700 1.66 KB
6128a856-gnttab-radix-tree-node-init.patch 0000003121 3.05 KB
61375a11-x86-p2m_flags_to_access.patch 0000001730 1.69 KB
6138ae99-gnttab-status-frame-mapping-race.patch 0000002948 2.88 KB
6138b7a1-x86-spec-ctrl-split-diagnostics-line.patch 0000003921 3.83 KB
6138b7a2-x86-AMD-enum-speculative-hints.patch 0000007098 6.93 KB
6138b7a3-x86-AMD-use-newer-SSBD.patch 0000004854 4.74 KB
6139f1b1-x86-spec-ctrl-print-AMD-features.patch 0000004359 4.26 KB
6148453b-VT-d-hidden-devices-unmap.patch 0000002978 2.91 KB
6148455f-VT-d-PCI-segment-numbers-16-bits.patch 0000001118 1.09 KB
61532102-PCI-bridge-with-subord-bus-0xFF.patch 0000001403 1.37 KB
615c9fd0-VT-d-fix-deassign-of-device-with-RMRR.patch 0000001256 1.23 KB
61655b5a-AMD-IOMMU-hidden-devices-flush.patch 0000001646 1.61 KB
619b7ac9-harden-assign_pages.patch 0000003199 3.12 KB
619b8cb0-x86-PoD-misaligned-GFNs.patch 0000006038 5.9 KB
619b8cb1-x86-PoD-intermediate-page-orders.patch 0000001570 1.53 KB
619b8cb2-x86-P2M-set-partial-success.patch 0000006292 6.14 KB
61bc429f-revert-hvmloader-PA-range-should-be-UC.patch 0000001757 1.72 KB
61d5687a-x86-spec-ctrl-opt_srb_lock-default.patch 0000001099 1.07 KB
624ebcef-VT-d-dont-needlessly-look-up-DID.patch 0000001407 1.37 KB
624ebd3b-VT-d-avoid-NULL-deref-on-dcmo-error-paths.patch 0000007054 6.89 KB
624ebd74-VT-d-avoid-infinite-recursion-on-dcmo-error-path.patch 0000002398 2.34 KB
63569723-x86-shadow-replace-bogus-assertions.patch 0000002463 2.41 KB
CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch 0000001545 1.51 KB
README.SUSE 0000032571 31.8 KB
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001371 1.34 KB
baselibs.conf 0000000009 9 Bytes
bin-python3-conversion.patch 0000015372 15 KB
blktap2-no-uninit.patch 0000000423 423 Bytes
block-dmmd 0000009571 9.35 KB
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-python3-conversion.patch 0000035837 35 KB
credit2-vCPUs-pause_flags-must-be-accessed-atomically.patch 0000002441 2.38 KB
disable-building-pv-shim.patch 0000000386 386 Bytes
etc_pam.d_xen-api 0000000265 265 Bytes
fix-xenpvnetboot.patch 0000000827 827 Bytes
gcc9-ignore-warnings.patch 0000000710 710 Bytes
hibernate.patch 0000001324 1.29 KB
ignore-ip-command-script-errors.patch 0000001594 1.56 KB
init.pciback 0000002530 2.47 KB
init.xen_loop 0000000093 93 Bytes
ipxe-enable-nics.patch 0000000371 371 Bytes
ipxe-no-error-logical-not-parentheses.patch 0000001025 1 KB
ipxe-use-rpm-opt-flags.patch 0000001125 1.1 KB
ipxe.tar.bz2 0003669858 3.5 MB
libxc.migrate_tracking.patch 0000006723 6.57 KB
libxc.sr.superpage.patch 0000028780 28.1 KB
libxl.LIBXL_HOTPLUG_TIMEOUT.patch 0000011850 11.6 KB
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000009135 8.92 KB
libxl.helper_done-crash.patch 0000002072 2.02 KB
libxl.prepare-environment-for-domcreate_stream_done.patch 0000001357 1.33 KB
libxl.pvscsi.patch 0000083468 81.5 KB
libxl.set-migration-constraints-from-cmdline.patch 0000024079 23.5 KB
logrotate.conf 0000000259 259 Bytes
migration-python3-conversion.patch 0000005004 4.89 KB
mini-os.tar.bz2 0000310523 303 KB
pygrub-boot-legacy-sles.patch 0000002506 2.45 KB
pygrub-handle-one-line-menu-entries.patch 0000002474 2.42 KB
pygrub-netware-xnloader.patch 0000000722 722 Bytes
pygrub-python3-conversion.patch 0000025883 25.3 KB
replace-obsolete-network-configuration-commands-in-s.patch 0000009610 9.38 KB
reproducible.patch 0000001716 1.68 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom-have-iovec.patch 0000000803 803 Bytes
stubdom.tar.bz2 0019598658 18.7 MB
suse-xendomains-service.patch 0000000806 806 Bytes
suspend_evtchn_lock.patch 0000002115 2.07 KB
sysconfig.pciback 0000000237 237 Bytes
tmp_build.patch 0000001866 1.82 KB
vif-bridge-no-iptables.patch 0000000350 350 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
vif-route.patch 0000000530 530 Bytes
x86-cpufreq-report.patch 0000002860 2.79 KB
x86-ioapic-ack-default.patch 0000000604 604 Bytes
xen-4.12.4-testing-src.tar.bz2 0005120200 4.88 MB
xen-arch-kconfig-nr_cpus.patch 0000000419 419 Bytes
xen-destdir.patch 0000002185 2.13 KB
xen-dom0-modules.service 0000000468 468 Bytes
xen-supportconfig 0000003155 3.08 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.bug1026236.suse_vtsc_tolerance.patch 0000002262 2.21 KB
xen.build-compare.doc_html.patch 0000001203 1.17 KB
xen.changes 0000536445 524 KB
xen.libxl.dmmd.patch 0000005793 5.66 KB
xen.spec 0000053018 51.8 KB
xen.stubdom.newlib.patch 0000004459 4.35 KB
xen2libvirt.py 0000004853 4.74 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000001052 1.03 KB
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xenstore-launch.patch 0000000869 869 Bytes
xenstore-run-in-studomain.patch 0000002470 2.41 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xl-conf-disable-autoballoon.patch 0000000495 495 Bytes
xnloader.py 0000001903 1.86 KB
xsa115-1.patch 0000005923 5.78 KB
xsa115-10.patch 0000012213 11.9 KB
xsa115-2.patch 0000003325 3.25 KB
xsa115-3.patch 0000003449 3.37 KB
xsa115-4.patch 0000001609 1.57 KB
xsa115-5.patch 0000004278 4.18 KB
xsa115-6.patch 0000007012 6.85 KB
xsa115-7.patch 0000004374 4.27 KB
xsa115-8.patch 0000009130 8.92 KB
xsa115-9.patch 0000007184 7.02 KB
xsa322.patch 0000015541 15.2 KB
xsa324.patch 0000001564 1.53 KB
xsa325.patch 0000006012 5.87 KB
xsa326-01.patch 0000006199 6.05 KB
xsa326-02.patch 0000002647 2.58 KB
xsa326-03.patch 0000006698 6.54 KB
xsa326-04.patch 0000008436 8.24 KB
xsa326-05.patch 0000013004 12.7 KB
xsa326-06.patch 0000002810 2.74 KB
xsa326-07.patch 0000001897 1.85 KB
xsa326-08.patch 0000008647 8.44 KB
xsa326-09.patch 0000008715 8.51 KB
xsa326-10.patch 0000002393 2.34 KB
xsa326-11.patch 0000009306 9.09 KB
xsa326-12.patch 0000002188 2.14 KB
xsa326-13.patch 0000002342 2.29 KB
xsa326-14.patch 0000009748 9.52 KB
xsa326-15.patch 0000001755 1.71 KB
xsa326-16.patch 0000006834 6.67 KB
xsa351-1.patch 0000005338 5.21 KB
xsa351-2.patch 0000004433 4.33 KB
xsa368.patch 0000004267 4.17 KB
xsa370.patch 0000001147 1.12 KB
xsa376.patch 0000003984 3.89 KB
xsa393.patch 0000001486 1.45 KB
xsa394.patch 0000001956 1.91 KB
xsa395.patch 0000001081 1.06 KB
xsa397.patch 0000003768 3.68 KB
xsa398-1.patch 0000003167 3.09 KB
xsa398-2.patch 0000001685 1.65 KB
xsa398-3.patch 0000002076 2.03 KB
xsa398-4.patch 0000011829 11.6 KB
xsa398-5.patch 0000003163 3.09 KB
xsa398-6.patch 0000002338 2.28 KB
xsa399.patch 0000001762 1.72 KB
xsa400-00.patch 0000003850 3.76 KB
xsa400-01.patch 0000003663 3.58 KB
xsa400-02.patch 0000002599 2.54 KB
xsa400-03.patch 0000003289 3.21 KB
xsa400-04.patch 0000020203 19.7 KB
xsa400-05.patch 0000016891 16.5 KB
xsa400-06.patch 0000011913 11.6 KB
xsa400-07.patch 0000004571 4.46 KB
xsa400-08.patch 0000013043 12.7 KB
xsa400-09.patch 0000001590 1.55 KB
xsa400-10.patch 0000001462 1.43 KB
xsa400-11.patch 0000031896 31.1 KB
xsa401-1.patch 0000007162 6.99 KB
xsa401-2.patch 0000006406 6.26 KB
xsa402-0.patch 0000003323 3.25 KB
xsa402-1.patch 0000001797 1.75 KB
xsa402-2.patch 0000007832 7.65 KB
xsa402-3.patch 0000008502 8.3 KB
xsa402-4.patch 0000003939 3.85 KB
xsa402-5.patch 0000005004 4.89 KB
xsa403.patch 0000003035 2.96 KB
xsa404-1.patch 0000008578 8.38 KB
xsa404-2.patch 0000004136 4.04 KB
xsa404-3.patch 0000008732 8.53 KB
xsa407-0a.patch 0000004716 4.61 KB
xsa407-0b.patch 0000001981 1.93 KB
xsa407-0c.patch 0000003204 3.13 KB
xsa407-0d.patch 0000001463 1.43 KB
xsa407-0e.patch 0000004470 4.37 KB
xsa407-0f.patch 0000003478 3.4 KB
xsa407-0g.patch 0000007406 7.23 KB
xsa407-0h.patch 0000002408 2.35 KB
xsa407-0i.patch 0000004716 4.61 KB
xsa407-1.patch 0000004774 4.66 KB
xsa407-2.patch 0000003093 3.02 KB
xsa407-3.patch 0000003137 3.06 KB
xsa407-4.patch 0000003118 3.04 KB
xsa407-5.patch 0000010018 9.78 KB
xsa407-6.patch 0000003681 3.59 KB
xsa407-7.patch 0000001943 1.9 KB
xsa407-8.patch 0000011935 11.7 KB
xsa408.patch 0000001806 1.76 KB
xsa410-03.patch 0000003821 3.73 KB
xsa410-04.patch 0000002018 1.97 KB
xsa410-05.patch 0000002434 2.38 KB
xsa410-06.patch 0000009454 9.23 KB
xsa410-07.patch 0000003013 2.94 KB
xsa410-08.patch 0000003371 3.29 KB
xsa410-09.patch 0000004899 4.78 KB
xsa410-10.patch 0000006100 5.96 KB
xsa411.patch 0000002226 2.17 KB
xsa414.patch 0000002948 2.88 KB
xsa415.patch 0000004190 4.09 KB
xsa416.patch 0000020786 20.3 KB
xsa417.patch 0000004159 4.06 KB
xsa418-01.patch 0000004084 3.99 KB
xsa418-02.patch 0000003069 3 KB
xsa418-03.patch 0000007610 7.43 KB
xsa418-04.patch 0000002963 2.89 KB
xsa418-05.patch 0000004627 4.52 KB
xsa418-06.patch 0000004804 4.69 KB
xsa419-01.patch 0000009256 9.04 KB
xsa419-02.patch 0000003800 3.71 KB
xsa419-03.patch 0000001840 1.8 KB
xsa421-01.patch 0000001336 1.3 KB
xsa421-02.patch 0000011719 11.4 KB
Latest Revision
Daniel Mach's avatar Daniel Mach (dmach) committed (revision 1)
Release from SUSE:Maintenance:26343 / xen.SUSE_SLE-15-SP1_Update
Comments 0
openSUSE Build Service is sponsored by