Commit Graph

429 Commits

Author SHA256 Message Date
Stephan Kulow
e01bc7bc2b Accepting request 214991 from Virtualization
Submission for os13.2 that matches SLE12 alpha3 submission

OBS-URL: https://build.opensuse.org/request/show/214991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=182
2014-02-02 17:46:59 +00:00
Charles Arnold
1f31091990 - Dropped xen-changeset.patch. It is no longer needed.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=292
2014-01-23 23:11:47 +00:00
Charles Arnold
bff807c26a - BuildRequire libfdt1-devel on ARM
- fate#311487: remove modprobe.conf files for autoloading of
  pv-on-hvm files.
  Rely on core kernel to skip initialization of emulated hardware
  Handle xen_emul_unplug= from xenlinux based core kernel-default

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=291
2014-01-23 18:54:00 +00:00
Charles Arnold
03a37ddd87 - Fix the spec file to build for old distros
The xm/xend toolstack will continue to be contained in xen-tools
  for older openSUSE and sles distros but it will be contained in
  xend-tools for os13.x

- fate#316071: add discard support for file backed storage (qdisk)
  to qemu-upstream, enabled unconditionally

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=290
2014-01-16 20:18:13 +00:00
Charles Arnold
c518dd529b - Update to Xen 4.4.0 RC2 c/s 28287
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=289
2014-01-15 16:11:09 +00:00
Charles Arnold
450137503b - Restore 32bit ix86 support in spec file for kmps and domU tools
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=288
2014-01-09 21:49:46 +00:00
Stephan Kulow
d1f4fcf86f Accepting request 212686 from Virtualization
Update to Xen 4.4

OBS-URL: https://build.opensuse.org/request/show/212686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=181
2014-01-07 16:25:17 +00:00
Charles Arnold
0affc57516 - fate#315692: XEN: Include Xen version 4.4 in SLES-12
Update to Xen 4.4.0 RC1 c/s 28233

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=286
2014-01-03 00:05:07 +00:00
Charles Arnold
9d817036f4 Turn off xend support
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=285
2014-01-02 20:31:45 +00:00
Charles Arnold
bec6fc1e18 Fix a couple missing patches
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=284
2014-01-02 20:31:21 +00:00
Charles Arnold
dc20f87045 - Dropped numerous patches now included in the tarball
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=283
2014-01-02 20:22:02 +00:00
Charles Arnold
e09562d587 - Update to Xen 4.4.0 RC1 c/s 28233
- Drop 32bit support from spec file
- Dropped 520d417d-xen-Add-stdbool.h-workaround-for-BSD.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=282
2014-01-02 19:09:07 +00:00
Charles Arnold
7057c8e7c9 Accepting request 212527 from openSUSE:Factory:Staging:Gcc48
- gcc-32bit pulls in the right gcc bits, so better buildrequire that

OBS-URL: https://build.opensuse.org/request/show/212527
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=281
2014-01-02 00:51:35 +00:00
Stephan Kulow
0c7ff0749b Accepting request 208597 from Virtualization
Security and other bug fixes

OBS-URL: https://build.opensuse.org/request/show/208597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=180
2013-12-15 09:10:09 +00:00
Charles Arnold
a11c33863f - Upstream patches from Jan
5281fad4-numa-sched-leave-node-affinity-alone-if-not-in-auto-mode.patch
  52820823-nested-SVM-adjust-guest-handling-of-structure-mappings.patch
  52820863-VMX-don-t-crash-processing-d-debug-key.patch
  5282492f-x86-eliminate-has_arch_mmios.patch
  52864df2-credit-Update-other-parameters-when-setting-tslice_ms.patch
  52864f30-fix-leaking-of-v-cpu_affinity_saved-on-domain-destruction.patch
  5289d225-nested-VMX-don-t-ignore-mapping-errors.patch
  528a0eb0-x86-consider-modules-when-cutting-off-memory.patch
  528f606c-x86-hvm-reset-TSC-to-0-after-domain-resume-from-S3.patch
  528f609c-x86-crash-disable-the-watchdog-NMIs-on-the-crashing-cpu.patch
  52932418-x86-xsave-fix-nonlazy-state-handling.patch

- Add missing requires to pciutils package for xend-tools

- bnc#851749 - Xen service file does not call xend properly
  xend.service 

- bnc#851386 - VUL-0: xen: XSA-78: Insufficient TLB flushing in
  VT-d (iommu) code
  528a0e5b-TLB-flushing-in-dma_pte_clear_one.patch

- bnc#849667 - VUL-0: xen: XSA-74: Lock order reversal between
  page_alloc_lock and mm_rwlock
  CVE-2013-4553-xsa74.patch
- bnc#849665 - VUL-0: CVE-2013-4551: xen: XSA-75: Host crash due to
  guest VMX instruction execution
  52809208-nested-VMX-VMLANUCH-VMRESUME-emulation-must-check-permission-1st.patch
- bnc#849668 - VUL-0: xen: XSA-76: Hypercalls exposed to privilege
  rings 1 and 2 of HVM guests

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=279
2013-11-26 20:18:36 +00:00
Charles Arnold
731bb529f3 Accepting request 207623 from home:netsroth:branches:Virtualization
Have devel package require uuid-devel

OBS-URL: https://build.opensuse.org/request/show/207623
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=278
2013-11-19 18:39:48 +00:00
Tomáš Chvátal
1add73c8a5 Accepting request 204765 from Virtualization
Security and other fixes for os13.1 RC2

OBS-URL: https://build.opensuse.org/request/show/204765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=179
2013-10-25 11:38:55 +00:00
Charles Arnold
b244ce9e91 - domUloader can no longer be used with the xl toolstack to boot
sles10. Patch pygrub to get the kernel and initrd from the image.
  pygrub-boot-legacy-sles.patch

- bnc#842515 - VUL-0: CVE-2013-4375: XSA-71: xen: qemu disk backend
  (qdisk) resource leak
  CVE-2013-4375-xsa71.patch
- Upstream patches from Jan
  52496bea-x86-properly-handle-hvm_copy_from_guest_-phys-virt-errors.patch (Replaces CVE-2013-4355-xsa63.patch)
  52496c11-x86-mm-shadow-Fix-initialization-of-PV-shadow-L4-tables.patch (Replaces CVE-2013-4356-xsa64.patch)
  52496c32-x86-properly-set-up-fbld-emulation-operand-address.patch (Replaces CVE-2013-4361-xsa66.patch)
  52497c6c-x86-don-t-blindly-create-L3-tables-for-the-direct-map.patch
  524e971b-x86-idle-Fix-get_cpu_idle_time-s-interaction-with-offline-pcpus.patch
  524e9762-x86-percpu-Force-INVALID_PERCPU_AREA-to-non-canonical.patch
  524e983e-Nested-VMX-check-VMX-capability-before-read-VMX-related-MSRs.patch
  524e98b1-Nested-VMX-fix-IA32_VMX_CR4_FIXED1-msr-emulation.patch
  524e9dc0-xsm-forbid-PV-guest-console-reads.patch
  5256a979-x86-check-segment-descriptor-read-result-in-64-bit-OUTS-emulation.patch
  5256be57-libxl-fix-vif-rate-parsing.patch
  5256be84-tools-ocaml-fix-erroneous-free-of-cpumap-in-stub_xc_vcpu_getaffinity.patch
  5256be92-libxl-fix-out-of-memory-error-handling-in-libxl_list_cpupool.patch
  5257a89a-x86-correct-LDT-checks.patch
  5257a8e7-x86-add-address-validity-check-to-guest_map_l1e.patch
  5257a944-x86-check-for-canonical-address-before-doing-page-walks.patch
  525b95f4-scheduler-adjust-internal-locking-interface.patch
  525b9617-sched-fix-race-between-sched_move_domain-and-vcpu_wake.patch
  525e69e8-credit-unpause-parked-vcpu-before-destroying-it.patch
  525faf5e-x86-print-relevant-tail-part-of-filename-for-warnings-and-crashes.patch

- bnc#840196 - L3: MTU size on Dom0 gets reset when booting DomU

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=276
2013-10-24 21:00:35 +00:00
Tomáš Chvátal
79960454a5 Accepting request 201974 from Virtualization
Checkin for os13.1 RC1

OBS-URL: https://build.opensuse.org/request/show/201974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=178
2013-10-03 11:01:43 +00:00
Charles Arnold
a4d1d9fe03 - Improvements to block-dmmd script
bnc#828623

- bnc#839596 - VUL-0: CVE-2013-1442: XSA-62: xen: Information leak
  on AVX and/or LWP capable CPUs
  5242a1b5-x86-xsave-initialize-extended-register-state-when-guests-enable-it.patch
- bnc#840592 - VUL-0: CVE-2013-4355: XSA-63: xen: Information leaks
  through I/O instruction emulation
  CVE-2013-4355-xsa63.patch
- bnc#840593 - VUL-0: CVE-2013-4356: XSA-64: xen: Memory accessible
  by 64-bit PV guests under live migration
  CVE-2013-4356-xsa64.patch
- bnc#841766 - VUL-1: CVE-2013-4361: XSA-66: xen: Information leak
  through fbld instruction emulation
  CVE-2013-4361-xsa66.patch
- bnc#833796 - L3: Xen: migration broken from xsave-capable to
  xsave-incapable host
  52205e27-x86-xsave-initialization-improvements.patch
  522dc0e6-x86-xsave-fix-migration-from-xsave-capable-to-xsave-incapable-host.patch
- bnc#839600 - [HP BCS SLES11 Bug]: In HP’s UEFI x86_64 platform and
  sles11sp3 with xen environment, xen hypervisor will panic on
  multiple blades nPar.
  523172d5-x86-fix-memory-cut-off-when-using-PFN-compression.patch
- bnc#833251 - [HP BCS SLES11 Bug]: In HP’s UEFI x86_64 platform
  and with xen environment, in booting stage ,xen hypervisor will
  panic.
  522d896b-x86-EFI-properly-handle-run-time-memory-regions-outside-the-1-1-map.patch
- bnc#834751 - [HP BCS SLES11 Bug]: In xen, “shutdown –y 0 –h”
  cannot power off system
  522d896b-x86-EFI-properly-handle-run-time-memory-regions-outside-the-1-1-map.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=274
2013-10-02 22:41:46 +00:00
Tomáš Chvátal
322f5fc109 Accepting request 198603 from Virtualization
Checkin for os13.1 Beta

OBS-URL: https://build.opensuse.org/request/show/198603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=176
2013-09-12 12:25:40 +00:00
Charles Arnold
a75349e153 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=272 2013-09-09 15:28:15 +00:00
Charles Arnold
1d11625a98 - Upstream patches from Jan
521c6d4a-x86-don-t-allow-Dom0-access-to-the-MSI-address-range.patch
  521c6d6c-x86-don-t-allow-Dom0-access-to-the-HT-address-range.patch
  521c6e23-x86-Intel-add-support-for-Haswell-CPU-models.patch
  521db25f-Fix-inactive-timer-list-corruption-on-second-S3-resume.patch
  521e1156-x86-AVX-instruction-emulation-fixes.patch
  521ef8d9-AMD-IOMMU-add-missing-checks.patch
  52205a7d-hvmloader-smbios-Correctly-count-the-number-of-tables-written.patch
  52205a90-public-hvm_xs_strings.h-Fix-ABI-regression-for-OEM-SMBios-strings.patch
  52205e27-x86-xsave-initialization-improvements.patch
  5226020f-xend-handle-extended-PCI-configuration-space-when-saving-state.patch
  52260214-xend-fix-file-descriptor-leak-in-pci-utilities.patch
  52285317-hvmloader-fix-SeaBIOS-interface.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=271
2013-09-09 15:27:39 +00:00
Charles Arnold
3342e41570 Don't use %posttrans
Just use %post for calling update-bootloader --refresh

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=270
2013-09-05 16:55:53 +00:00
Charles Arnold
d88deaa334 Run /sbin/update-bootloader --refresh after upgrade or install
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=269
2013-09-04 21:57:48 +00:00
Charles Arnold
86c3c4dd54 - bnc#837585 - xen* pkg update DISables xencommons and
`xendomains` systemd services 
  xen.spec

- remove unneeded patch, autoload is handled by PCI device, without
  PCI device xen_platform_pci would not work anyway
  xen.sles11sp1.fate311487.xen_platform_pci.dmistring.patch

- Update our xen-3.0.4 version of unplug code in qemu-trad
  add comments about the usage of the code
  rename handler function
  reenable handlers for writing/reading from emulated PCI device

- Change unplugging of emulated devices in PVonHVM guests
  Since 3.0.4 xen-platform-pci.ko triggerd the unplug by writing
  to the PCI space of the emulated PCI device. 3.3 introduced an
  official unplug protocol. The option to unplug wit the official
  protocol is disabled per default.
  Remove our version and enable the unplug via official protocol

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=268
2013-09-03 22:22:05 +00:00
Charles Arnold
0891920741 - Upstream patches from Jan
51e517e6-AMD-IOMMU-allocate-IRTEs.patch
  51e5183f-AMD-IOMMU-untie-remap-and-vector-maps.patch
  51e63df6-VMX-fix-interaction-of-APIC-V-and-Viridian-emulation.patch
  52146070-ACPI-fix-acpi_os_map_memory.patch
  5214d26a-VT-d-warn-about-CFI-being-enabled-by-firmware.patch
  5215d094-Nested-VMX-Check-whether-interrupt-is-blocked-by-TPR.patch
  5215d0c5-Nested-VMX-Force-check-ISR-when-L2-is-running.patch
  5215d135-Nested-VMX-Clear-APIC-v-control-bit-in-vmcs02.patch
  5215d2d5-Nested-VMX-Update-APIC-v-RVI-SVI-when-vmexit-to-L1.patch
  5215d8b0-Correct-X2-APIC-HVM-emulation.patch
- Dropped 520d417d-xen-Add-stdbool.h-workaround-for-BSD.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=267
2013-08-30 14:59:38 +00:00
Charles Arnold
73291eb01a - bnc#836239 - SLES 11 SP3 Xen security patch does not
automatically update UEFI boot binary
  xen.spec

- Upstream patches from Jan
  51d5334e-x86-mm-Ensure-useful-progress-in-alloc_l2_table.patch
  51dd155c-adjust-x86-EFI-build.patch
  51e63d80-x86-cpuidle-Change-logging-for-unknown-APIC-IDs.patch
  51e6540d-x86-don-t-use-destroy_xen_mappings-for-vunmap.patch
  51e7963f-x86-time-Update-wallclock-in-shared-info-when-altering-domain-time-offset.patch
  51ffd577-fix-off-by-one-mistakes-in-vm_alloc.patch
  51ffd5fd-x86-refine-FPU-selector-handling-code-for-XSAVEOPT.patch
  520114bb-Nested-VMX-Flush-TLBs-and-Caches-if-paging-mode-changed.patch
  520a5504-VMX-add-boot-parameter-to-enable-disable-APIC-v-dynamically.patch
  520a24f6-x86-AMD-Fix-nested-svm-crash-due-to-assertion-in-__virt_to_maddr.patch
  520a2570-x86-AMD-Inject-GP-instead-of-UD-when-unable-to-map-vmcb.patch
  520b4b60-VT-d-protect-against-bogus-information-coming-from-BIOS.patch
  520b4bda-x86-MTRR-fix-range-check-in-mtrr_add_page.patch
  520cb8b6-x86-time-fix-check-for-negative-time-in-__update_vcpu_system_time.patch
  520d417d-xen-Add-stdbool.h-workaround-for-BSD.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=266
2013-08-29 18:19:23 +00:00
Charles Arnold
eb43d7473d - The xencommons.service file handles the starting of xenstored
and xenconsoled.  Drop the following services files as
  unecessary. Update xendomains.service to reflect these changes.
  xenstored.service 
  xenconsoled.service
  blktapctrl.service

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=265
2013-08-16 21:22:11 +00:00
Charles Arnold
6a16d785dc - Add xencommons.service to xendomains.service 'After' tag
xendomains.service

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=264
2013-08-16 14:57:50 +00:00
Charles Arnold
7ba38da9fc - Change the default bridge in xl.conf from xenbr0 to just br0
xl-conf-default-bridge.patch                                 
- Add network.target to xendomains.service 'After' tag
  xendomains.service

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=263
2013-08-15 21:14:40 +00:00
Stephan Kulow
48becad1f6 Accepting request 185336 from Virtualization
Bug fixes and feature updates

OBS-URL: https://build.opensuse.org/request/show/185336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=175
2013-08-01 14:10:17 +00:00
Charles Arnold
e50de91dbe Fix SLE11 build dependency with systemd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=261
2013-07-31 20:58:24 +00:00
Charles Arnold
1afde18e6c - Spec file cleanups
xen.spec 
- Renamed xend-sysconfig.patch to xencommons-sysconfig.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=260
2013-07-31 20:29:13 +00:00
Charles Arnold
9069ef8fe4 - Added support for systemd with the following service files
xenstored.service
  blktapctrl.service
  xend.service
  xenconsoled.service
  xen-watchdog.service
  xendomains.service
  xencommons.service

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=259
2013-07-30 21:20:13 +00:00
Charles Arnold
11035112e8 - Upstream patches from Jan
51d277a3-x86-don-t-pass-negative-time-to-gtime_to_gtsc-try-2.patch
  51d27807-iommu-amd-Fix-logic-for-clearing-the-IOMMU-interrupt-bits.patch
  51d27841-iommu-amd-Workaround-for-erratum-787.patch
  51daa074-Revert-hvmloader-always-include-HPET-table.patch 

- Dropped deprecated or unnecessary patches
  pvdrv-import-shared-info.patch 
  minios-fixups.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=258
2013-07-17 02:04:59 +00:00
Charles Arnold
5139041282 Bump the version string
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=257
2013-07-11 23:15:14 +00:00
Charles Arnold
2584490792 - Update to Xen 4.3.0 FCS
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=256
2013-07-09 21:37:32 +00:00
Alexander Graf
872d1f1315 - Enable ARM targets for Xen
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=255
2013-07-06 01:06:10 +00:00
Stephan Kulow
2425f7b82c Accepting request 181935 from Virtualization
Checkin for os13.1 Milestone 3

OBS-URL: https://build.opensuse.org/request/show/181935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=174
2013-07-04 07:14:03 +00:00
Charles Arnold
e6b37a0596 - Update to Xen 4.3.0-rc6
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=253
2013-06-28 21:15:39 +00:00
Charles Arnold
312d50dff0 32bit build doesn't need xencov_split
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=252
2013-06-20 18:04:03 +00:00
Charles Arnold
e30ecd8da4 - Update to Xen 4.3.0-rc5
- Update to Xen 4.3.0-rc4

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=251
2013-06-20 17:01:24 +00:00
Stephan Kulow
9c8f9a5898 Accepting request 180074 from Virtualization
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/180074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=173
2013-06-20 13:01:13 +00:00
Charles Arnold
e5398a72aa - Fix xen-utils compiler time warnings
xen-utils-0.1.tar.bz2

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=249
2013-06-12 21:52:27 +00:00
Stephan Kulow
ff098e0b83 Accepting request 178019 from Virtualization
Checkin for os13.1 Milestone 2 with KMPs enabled

OBS-URL: https://build.opensuse.org/request/show/178019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=172
2013-06-11 04:40:23 +00:00
Charles Arnold
b3e8476b3b - Enable building the KMPs
xen.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=247
2013-06-07 14:47:08 +00:00
Charles Arnold
eca168de27 Enable building the KMPs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=246
2013-06-07 14:13:54 +00:00
Stephan Kulow
55009b863e Accepting request 177956 from Virtualization
Checkin for os13.1 Milestone 2

OBS-URL: https://build.opensuse.org/request/show/177956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xen?expand=0&rev=171
2013-06-07 08:19:54 +00:00
Charles Arnold
08d938ee56 - Removed the doc-pdf RPM as there are no more PDFs to include
since the docs/xen-api sources were dropped.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=244
2013-06-05 21:34:57 +00:00