- Update to Xen 4.3.0-rc3

- The xend toolstack is now deprecated and unsupported. Consolidate
  all xend and traditional qemu patches into one patch file. 
  Rename '.diff' patches to '.patch' and reoder others.
- Create a xend-tools package for the legacy xend toolstack and
  traditional qemu files.
  Drop all upstream changeset patches now included in 4.3 tarball

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=243
This commit is contained in:
Charles Arnold 2013-06-05 20:36:36 +00:00 committed by Git OBS Bridge
parent e88ce74f3d
commit 21a931a14e
7 changed files with 23 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0274df823f5f8b3efd9529ba7634ae70d3642c10e32b503ee9ac9904ed68ea7
size 6032848
oid sha256:70a4cbaa8bae01324a5481d54e4c11b4c3041ce0a2c86ab821cdc4ef9fc02c11
size 6036208

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:559ea5b51a122b06e23f7fdd4b86c06093cabece5b41db8fae642073d4a50de7
size 3212662
oid sha256:7d51ba7d520b878e4385c98ed5431ca51f9a7153574d9ee664517540ded7bcd8
size 3212512

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aea571bbe3202a9907489d171cb69d55b7b706b7875374e71958e05509cd5348
size 365866
oid sha256:cdaaae60ec643ad1a8a45d92c3ba58ee3e516c8c0c7e0265601c9c98ff678926
size 366129

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f533b1a6f62ca0a72b6da75c49e913fbe2e280e94cb2c0ad2d4dc96f3a42c08b
size 4352158
oid sha256:5b74b44d1712495b17d28fd9f217359473b8607dc2ff87fdeb4f837dd85442c9
size 4352829

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 5 11:02:23 MDT 2013 - carnold@suse.com
- Update to Xen 4.3.0-rc3
-------------------------------------------------------------------
Fri May 31 09:40:59 MDT 2013 - carnold@suse.com
@ -12,19 +17,22 @@ Thu May 30 18:45:40 MDT 2013 - carnold@suse.com
-------------------------------------------------------------------
Wed May 15 13:45:50 MDT 2013 - carnold@suse.com
- Consolidate all xend and traditional qemu patches into one patch
file. Rename '.diff' patches to '.patch' and reoder others.
- The xend toolstack is now deprecated and unsupported. Consolidate
all xend and traditional qemu patches into one patch file.
Rename '.diff' patches to '.patch' and reoder others.
xend-traditional-qemu.patch
-------------------------------------------------------------------
Tue May 14 15:36:04 MDT 2013 - carnold@suse.com
- Create a xend-tools package for the legacy xend toolstack files
- Create a xend-tools package for the legacy xend toolstack and
traditional qemu files.
-------------------------------------------------------------------
Mon May 13 16:02:52 MDT 2013 - carnold@suse.com
- Update to Xen 4.3.0-rc1 c/s 27068
Drop all upstream changeset patches now included in 4.3 tarball
-------------------------------------------------------------------
Tue May 7 11:46:29 MDT 2013 - carnold@suse.com

View File

@ -20,7 +20,7 @@ Name: xen
ExclusiveArch: %ix86 x86_64
%define xvers 4.3
%define xvermaj 4
%define changeset 27068
%define changeset 27093
%define xen_build_dir xen-4.3.0-testing
%define with_kmp 0
%define with_stubdom 1
@ -120,7 +120,7 @@ BuildRequires: xorg-x11
BuildRequires: lndir
%endif
%endif
Version: 4.3.0_02
Version: 4.3.0_03
Release: 0
PreReq: %insserv_prereq %fillup_prereq
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

View File

@ -5480,7 +5480,7 @@ Index: xen-4.3.0-testing/tools/python/xen/lowlevel/xc/xc.c
===================================================================
--- xen-4.3.0-testing.orig/tools/python/xen/lowlevel/xc/xc.c
+++ xen-4.3.0-testing/tools/python/xen/lowlevel/xc/xc.c
@@ -942,18 +942,23 @@ static PyObject *pyxc_hvm_build(XcObject
@@ -954,18 +954,23 @@ static PyObject *pyxc_hvm_build(XcObject
struct hvm_info_table *va_hvm;
uint8_t *va_map, sum;
#endif
@ -5509,7 +5509,7 @@ Index: xen-4.3.0-testing/tools/python/xen/lowlevel/xc/xc.c
return NULL;
memset(vcpu_avail, 0, sizeof(vcpu_avail));
@@ -984,8 +989,38 @@ static PyObject *pyxc_hvm_build(XcObject
@@ -996,8 +1001,38 @@ static PyObject *pyxc_hvm_build(XcObject
if ( target == -1 )
target = memsize;