From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44509 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6hjK-0007oo-Qq for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:14:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6hjJ-00076G-7V for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:13:58 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:62754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6hjJ-000765-3x for qemu-devel@nongnu.org; Mon, 04 Apr 2011 07:13:57 -0400 Received: by vxb41 with SMTP id 41so4648535vxb.4 for ; Mon, 04 Apr 2011 04:13:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 4 Apr 2011 12:13:55 +0100 Message-ID: Subject: Re: [Qemu-devel] A question about qemu 0.9.1 From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: y y Cc: qemu list 2011/4/4 y y : > I am learning qemu 0.9.1 The obvious question here is "why are you looking at 0.9.1?"; it is now extremely old... In particular it predates the switch to TCG so anything you learn about the codegen process is likely to be irrelevant to newer versions. -- PMM