[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [xen-unstable test] 17914: tolerable FAIL



George Dunlap writes ("Re: [Xen-devel] [xen-unstable test] 17914: tolerable 
FAIL"):
> It looks like this passed all the tests -- it seems like a good
> candidate for RC0 (or RC1, whatever we want to call it).

It looks like we still need to update some sonames.  See patch below.

Also, do we want to update the version number in the README ?  I think
we probably do.

I have tagged the qemu-xen-traditional tree with xen-4.3.0-rc1.
Stefano, please make an appropriate tag in qemu-xen-upstream.
We then need to update xen.git's Config.mk to refer to those tags.

Thanks,
Ian.

commit 676688c11a3fa0e86572a8c2262aa581fbbcf870
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Tue May 7 11:39:10 2013 +0100

    tools: Bump some library sonames
    
    libxc (libxenctrl, libxenguest):
       New claim_enabled field in struct xc_dom_image;
       New nr_outstanding_pages field in struct xc_dominfo;
       New fields in struct xc_hvm_build_args (xenguest.h).
    
    libxl:
       new fields in dominfo domain_build_info device_vfb device_vkb
         device_disk etc. etc. etc.
       libxlu #includes libxl headers so needs to inherit its new soname
       Use Xen version for new sonames since we don't in fact guarantee
       ABI (as opposed to API) stability across releases.
    
    xenstore (libxenstore):
       New flag XS_UNWATCH_FILTER, so bump minor version only.
    
    This was the result of reviewing the output from:
      git-checkout staging
      cd tools
      git-diff RELEASE-4.2.2 `find -name \*.h`
    
    Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 640e333..b200123 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,7 +1,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR    = 4.2
+MAJOR    = 4.3
 MINOR    = 0
 
 CTRL_SRCS-y       :=
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 2984051..cf214bb 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -5,11 +5,11 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 2.0
+MAJOR = 4.3
 MINOR = 0
 
-XLUMAJOR = 1.0
-XLUMINOR = 1
+XLUMAJOR = 4.3
+XLUMINOR = 0
 
 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
        -Wno-declaration-after-statement -Wformat-nonliteral
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 1bb6e58..262f401 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
 MAJOR = 3.0
-MINOR = 2
+MINOR = 3
 
 CFLAGS += -Werror
 CFLAGS += -I.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.