From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 5/5] KVM: x86: BSP in MSR_IA32_APICBASE is writable Date: Mon, 30 Mar 2015 16:45:28 +0200 Message-ID: <55196188.3020804@redhat.com> References: <1427719163-5429-1-git-send-email-namit@cs.technion.ac.il> <1427719163-5429-6-git-send-email-namit@cs.technion.ac.il> <551959B2.10503@redhat.com> <958ABDE4-051F-45D0-84FA-FF4BC856A7AA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Nadav Amit , mtosatti@redhat.com, kvm@vger.kernel.org To: Nadav Amit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56358 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092AbbC3Opk (ORCPT ); Mon, 30 Mar 2015 10:45:40 -0400 In-Reply-To: <958ABDE4-051F-45D0-84FA-FF4BC856A7AA@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 30/03/2015 16:40, Nadav Amit wrote: > Paolo, >=20 > It appears you are right and I have not tested 4 and 5 well enough. I= =92ll > repost them (the others were tested presumably well enough). >=20 > Two short questions: > Can I use init.c in the kvm-unit-tests ?=20 > Why is it disabled? Because QEMU support for INIT is incomplete, so the tests would fail ("Uh, hard reset!"). IIRC sending init to BSP with APIC_DEST_SELF is also not supported by actual hardware (or at least not supported "officially") so that test would also have to be changed to not use a shortcut. Paolo