From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMgsv-0007Qk-1d for qemu-devel@nongnu.org; Mon, 11 Jul 2016 15:28:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMgsr-0008U0-Lb for qemu-devel@nongnu.org; Mon, 11 Jul 2016 15:28:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMgsr-0008Tu-Fz for qemu-devel@nongnu.org; Mon, 11 Jul 2016 15:28:49 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0459A60DC for ; Mon, 11 Jul 2016 19:28:49 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Mon, 11 Jul 2016 20:28:45 +0100 Message-Id: <1468265326-3717-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH v5] x86: host physical bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com, ehabkost@redhat.com, marcel@redhat.com, mst@redhat.com, kraxel@redhat.com From: "Dr. David Alan Gilbert" This is the last one of the patches in my previous physical address bits set; all the others are in x86-next and this patch is based off x86-next. v5: Remove error/warning on host-phys-bits in TCG/32bit mode, so letting a machine type turn host-phys-bits on. Dr. David Alan Gilbert (1): x86: Set physical address bits based on host target-i386/cpu.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++--------- target-i386/cpu.h | 3 +++ 2 files changed, 65 insertions(+), 10 deletions(-) -- 2.7.4