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 12:06:53 -0700 Message-ID: <42F8FECD.7010308@intel.com> References: <200508090249.52113.mark.williamson@cl.cam.ac.uk> <42F3BF2C.70403@intel.com> <200508081548.18887.mark.williamson@cl.cam.ac.uk> <42F7F39E.3020300@intel.com> <42F7F39E.3020300@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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Mark Williamson wrote: > >>The VBD patches are not ready yet - so I'd like to propose that we do: >> >>- self.create_configured_devices() >>+ if self.image.ostype != 'vmx': >>+ self.create_configured_devices() >> >>and >> >>- self.create_blkif() >>+ if self.image.ostype != 'vmx': >>+ self.create_blkif() >> >>When our VBD patches are ready, we'll revert this. > > > Is there still a need for these changes if the ioemu: prefix is implemented? We'll implement the ioemu prefix ASAP - just trying to make sure that 3.0-testing ships with working VMX support :) -Arun