From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-unit-tests] x86: add INIT test Date: Thu, 7 Mar 2013 16:28:32 -0300 Message-ID: <20130307192832.GE15854@amt.cnet> References: <1362498121-26136-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63868 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932740Ab3CGUWK (ORCPT ); Thu, 7 Mar 2013 15:22:10 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r27KMAdP015509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Mar 2013 15:22:10 -0500 Content-Disposition: inline In-Reply-To: <1362498121-26136-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 05, 2013 at 04:42:01PM +0100, Paolo Bonzini wrote: > Test various ways of sending an INIT interrupt to the bootstrap processor. > In all cases, the processor should start executing from 0xfffffff0 and > other devices should be untouched. > > With the patches I just sent to qemu-devel (also at branch x86-soft-reset > of git://github.com/bonzini/qemu.git), this passes with TCG and the > userspace irqchip. It fails with in-kernel irqchip. > > Signed-off-by: Paolo Bonzini > --- > config-x86-common.mak | 5 +- > x86/init.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 133 insertions(+), 1 deletion(-) > create mode 100644 x86/init.c Applied, thanks.