From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: pygrub: if partition table is empty, try treating as a whole disk Date: Mon, 16 Nov 2015 11:07:32 +0000 Message-ID: <1447672052.27871.7.camel@citrix.com> References: <1446734772-27405-1-git-send-email-ian.campbell@citrix.com> <20151111145751.GD10274@zion.uk.xensource.com> <22083.24866.758645.758723@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22083.24866.758645.758723@mariner.uk.xensource.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: Ian Jackson , Wei Liu Cc: 745419@bugs.debian.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Control: tag -1 +fixed-upstream On Wed, 2015-11-11 at 15:39 +0000, Ian Jackson wrote: > Wei Liu writes ("Re: [PATCH] tools: pygrub: if partition table is empty, > try treating as a whole disk"): > > On Thu, Nov 05, 2015 at 02:46:12PM +0000, Ian Campbell wrote: > > > pygrub (in identify_disk_image()) detects a DOS style partition table > > > via the presence of the 0xaa55 signature at the end of the first > > > sector of the disk. > ... > > Acked-by: Wei Liu > > Acked-by: Ian Jackson applied, thanks. > In line with my usual policy about pygrub compatibility problems, I > intend to backport this to stable trees. Good idea. Ian.