From patchwork Sun Sep 13 15:18:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Avi Kivity X-Patchwork-Id: 47161 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8DFJ8JH027197 for ; Sun, 13 Sep 2009 15:19:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754664AbZIMPTB (ORCPT ); Sun, 13 Sep 2009 11:19:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754452AbZIMPTA (ORCPT ); Sun, 13 Sep 2009 11:19:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62701 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754559AbZIMPSz (ORCPT ); Sun, 13 Sep 2009 11:18:55 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8DFIwF9005785 for ; Sun, 13 Sep 2009 11:18:59 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8DFIv7p022788; Sun, 13 Sep 2009 11:18:58 -0400 Received: from localhost.localdomain (cleopatra.tlv.redhat.com [10.35.255.11]) by cleopatra.tlv.redhat.com (Postfix) with ESMTP id CEE69250052; Sun, 13 Sep 2009 18:18:55 +0300 (IDT) From: Avi Kivity To: Marcelo Tosatti Cc: kvm@vger.kernel.org Subject: [PATCH 05/10] test: Map 4GB of memory Date: Sun, 13 Sep 2009 18:18:50 +0300 Message-Id: <1252855135-2519-6-git-send-email-avi@redhat.com> In-Reply-To: <1252855135-2519-1-git-send-email-avi@redhat.com> References: <1252855135-2519-1-git-send-email-avi@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Needed so the APIC can be accessed at address 0xfee00000. Signed-off-by: Avi Kivity --- kvm/user/test/x86/cstart64.S | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kvm/user/test/x86/cstart64.S b/kvm/user/test/x86/cstart64.S index 805938b..3f193a3 100644 --- a/kvm/user/test/x86/cstart64.S +++ b/kvm/user/test/x86/cstart64.S @@ -22,14 +22,17 @@ ring0stacktop: .align 4096 ptl2: i = 0 - .rept 512 + .rept 512 * 4 .quad 0x1e7 | (i << 21) i = i + 1 .endr .align 4096 ptl3: - .quad ptl2 + 7 + .quad ptl2 + 7 + 0 * 4096 + .quad ptl2 + 7 + 1 * 4096 + .quad ptl2 + 7 + 2 * 4096 + .quad ptl2 + 7 + 3 * 4096 .align 4096 ptl4: