From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: xen 3.0.5-rc3 vmx_create_vmcs panic on starting VT HVM domain Date: Wed, 25 Apr 2007 21:30:38 +0200 Message-ID: <200704252130.39010.ak@suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > Not good. 'Invalid opcode' with no BUG or ASSERT message probably means that > a VMWRITE instruction failed. Do you have your xen-syms file handy? If you > could send me that privately that would be superb (or an objdump -d of the > vmx_create_vmcs() function would suffice). What particular type of processor > were you running on? It's this line __vmwrite(VIRTUAL_APIC_PAGE_ADDR, page_to_maddr(vcpu_vlapic(v)->regs_page)); It's an older preproduction VT P4 system. Worked with earlier Xen releases, but perhaps it's too old now. -Andi