From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Xen-4.5-rc1 test day results from XenServer Date: Thu, 30 Oct 2014 10:52:26 +0000 Message-ID: <5452186A.2030306@citrix.com> References: <54513BF1.3010004@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54513BF1.3010004@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel List List-Id: xen-devel@lists.xenproject.org On 29/10/14 19:11, Andrew Cooper wrote: > Hi, > > Within XenServer, I have an experimental branch running on top of > Xen-4.5 which is currently being tested by our basic verification tests. > > It is a CentOS 6.5-based dom0, with Xapi as a toolstack and > qemu-traditional for device model. It is based on staging, which is a > good enough approximation to -rc1 for testing purposes. > > The following bugs are present in -rc1, but have fixes already present > in staging. > > * Specifying a LIBXL_API_VERSION causes a build failure in libxl_uuid.h > (fixed by c/s 67d95d0) > * Migrating windows VMs from older versions of Xen fails (fixed by c/s > 66d0c0a) > > The following bugs are present in -rc1 and are not fixed in current > staging. Patches fixing each of these are on xen-devel. > > * pygrub can't parse grub1 config files > (1414425614-43267-1-git-send-email-simon.rowe@eu.citrix.com) > * TOCTOU race in pygrub > (1414591781-19376-1-git-send-email-andrew.cooper3@citrix.com) In addition, (This was discovered against 4.4, but its also affected 4.5 testing) * libxl reports invalid value for shutdown_code during domain shutdown (1413985962-31909-1-git-send-email-dave.scott@citrix.com) ~Andrew