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.