From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: exception looking up device number for hda Date: Tue, 09 Aug 2005 11:19:29 -0700 Message-ID: <42F8F3B1.9050308@intel.com> References: <42F3BF2C.70403@intel.com> <200508081548.18887.mark.williamson@cl.cam.ac.uk> <42F7F39E.3020300@intel.com> <200508090249.52113.mark.williamson@cl.cam.ac.uk> <42F81BC9.9030008@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42F81BC9.9030008@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xiaofeng Ling Cc: takebe_akio@jp.fujitsu.com, Mike Wray , xen-devel@lists.xensource.com, Mark Williamson List-Id: xen-devel@lists.xenproject.org Xiaofeng Ling wrote: > I've already made a patch when I doing para-driver debugging. > see the attach patch. > Does it fit the requirement? > It will skip setupping up the loop device for ioemu image files, > but by xm vbd-list, it can still see the file bind to hda. > so this command is still useful. > -disk = [ 'file:/var/images/min-el3-i386.img,hda,w' ] > +disk = [ 'ioemu:/var/images/min-el3-i386.img,hda,w' ] The ioemu: prefix should be on the second element i.e: +disk = [ 'file:/var/images/min-el3-i386.img,ioemu:hda,w' ] and it should allow: +disk = [ 'phy:hdb,ioemu:hda,w' ] -Arun