From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: Why some test suite in kvm-unit-tests designed for 64bit only? Date: Sun, 2 Jun 2013 18:27:38 +0300 Message-ID: <20130602152738.GI24773@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: pbonzini@redhat.com, Jan Kiszka , qemu-devel@nongnu.org, kvm To: =?utf-8?B?5p2O5pil5aWHIDxBcnRodXIgQ2h1bnFpIExpPg==?= Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On Thu, May 30, 2013 at 06:58:07PM +0800, =E6=9D=8E=E6=98=A5=E5=A5=87 wrote: > Hi there, > I'm now reading codes of kvm-unit-tests and I found that some of the > test cases for x86 is only designed for x86_64 (including access.flat, > apic.flat, emulator.flat, idt_test.flat and so on). I wonder why these > cases are not designed for i386? Or is there any other concerns? >=20 If functionality it tests does not depend on what mode vcpu is in then having support only for x86_64 is simpler. -- Gleb. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAC9-0003nq-H6 for qemu-devel@nongnu.org; Sun, 02 Jun 2013 11:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjAC7-0003Wv-82 for qemu-devel@nongnu.org; Sun, 02 Jun 2013 11:27:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAC7-0003WY-0q for qemu-devel@nongnu.org; Sun, 02 Jun 2013 11:27:43 -0400 Date: Sun, 2 Jun 2013 18:27:38 +0300 From: Gleb Natapov Message-ID: <20130602152738.GI24773@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: Subject: Re: [Qemu-devel] Why some test suite in kvm-unit-tests designed for 64bit only? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?5p2O5pil5aWHIDxBcnRodXIgQ2h1bnFpIExpPg==?= Cc: pbonzini@redhat.com, Jan Kiszka , qemu-devel@nongnu.org, kvm On Thu, May 30, 2013 at 06:58:07PM +0800, =E6=9D=8E=E6=98=A5=E5=A5=87 wrote: > Hi there, > I'm now reading codes of kvm-unit-tests and I found that some of the > test cases for x86 is only designed for x86_64 (including access.flat, > apic.flat, emulator.flat, idt_test.flat and so on). I wonder why these > cases are not designed for i386? Or is there any other concerns? >=20 If functionality it tests does not depend on what mode vcpu is in then having support only for x86_64 is simpler. -- Gleb.