From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: VMX device models not getting created anymore? Date: Fri, 10 Jun 2005 14:22:11 -0700 Message-ID: <42AA0483.5050601@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This changeset: http://xen.bkbits.net:8080/xeno-unstable.bk/cset@42a47555156iGoOjUyZtvbuMFZHXkg seems to have removed the call to creating device models. @@ -773,43 +680,6 @@ ctrl.initController(reboot=True) else: self.create_configured_devices() - if self.is_vmx: - self.create_vmx_model() I didn't see equivalent code getting added anywhere else. -Arun