WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] exception looking up device number for hda

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


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel