From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH] xend: fix a regression in c/s 19791. Date: Fri, 19 Jun 2009 12:02:10 +0100 Message-ID: <4A3B7032.5000300@eu.citrix.com> References: <7k1vpgako3.fsf@pingu.sky.yk.fujitsu.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7k1vpgako3.fsf@pingu.sky.yk.fujitsu.co.jp> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kouya Shimura Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Kouya Shimura wrote: > Using changeset 19791:c0d2838fc10f, I can't create an HVM. > xend.log shows: > > File "usr/lib64/python2.4/site-packages/xen/xend/image.py", line 759, in configure > store_dmargs.remove('-sdl') > ValueError: list.remove(x): x not in list > > Signed-off-by: Kouya Shimura > Acked-by: Stefano Stabellini