From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH kvm-unit-tests 07/10] Correct the tss size Date: Tue, 24 Aug 2010 16:57:25 +0300 Message-ID: <4C73CFC5.1000507@redhat.com> References: <20100824134523.17082.8727.stgit@FreeLancer> <20100824134743.17082.12667.stgit@FreeLancer> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40033 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755203Ab0HXN51 (ORCPT ); Tue, 24 Aug 2010 09:57:27 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7ODvQRI028391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Aug 2010 09:57:27 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7ODvP6q014703 for ; Tue, 24 Aug 2010 09:57:26 -0400 In-Reply-To: <20100824134743.17082.12667.stgit@FreeLancer> Sender: kvm-owner@vger.kernel.org List-ID: On 08/24/2010 04:47 PM, Jason Wang wrote: > TSS size should be 104 byte. > > Signed-off-by: Jason Wang > --- > x86/cstart64.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/x86/cstart64.S b/x86/cstart64.S > index 5d358ad..b871153 100644 > --- a/x86/cstart64.S > +++ b/x86/cstart64.S > @@ -69,7 +69,7 @@ tss: > .long 0 > .quad ring0stacktop - i * 4096 ring 0 stack > .quad 0, 0, 0 rings 1, 2, 3 stack > - .quad 0, 0, 0, 0, 0, 0, 0, 0 1 qword reserved, 7 qwords IST > + .quad 0, 0, 0, 0, 0, 0, 0 > .long 0, 0, 0 3 dwords reserved + I/O map base address - so this looks correct? > i = i + 1 > .endr > -- error compiling committee.c: too many arguments to function