From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZLkH-0002nj-Ic for qemu-devel@nongnu.org; Thu, 05 Apr 2007 02:46:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZLkG-0002nG-Gb for qemu-devel@nongnu.org; Thu, 05 Apr 2007 02:46:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZLkG-0002nB-DM for qemu-devel@nongnu.org; Thu, 05 Apr 2007 02:46:56 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=internal) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HZLgu-000391-Es for qemu-devel@nongnu.org; Thu, 05 Apr 2007 02:43:28 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69] helo=cvs) by internal with esmtp (Exim 4.50) id 1HZLgt-0002re-IF for qemu-devel@nongnu.org; Thu, 05 Apr 2007 06:43:27 +0000 Received: from j_mayer by cvs with local (Exim 4.50) id 1HZLgt-0002rb-CE for qemu-devel@nongnu.org; Thu, 05 Apr 2007 06:43:27 +0000 Message-Id: From: Jocelyn Mayer Date: Thu, 05 Apr 2007 06:43:27 +0000 Subject: [Qemu-devel] qemu cpu-defs.h exec.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /sources/qemu Module name: qemu Changes by: Jocelyn Mayer 07/04/05 06:43:27 Modified files: . : cpu-defs.h exec.c Log message: Infrastructure to support more than 2 MMU modes. Add example for Alpha and PowerPC hypervisor mode. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-defs.h?cvsroot=qemu&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/qemu/exec.c?cvsroot=qemu&r1=1.90&r2=1.91