From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDlkM-0007HD-LN for qemu-devel@nongnu.org; Fri, 19 Dec 2008 15:14:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDlkL-0007H0-Bi for qemu-devel@nongnu.org; Fri, 19 Dec 2008 15:14:53 -0500 Received: from [199.232.76.173] (port=36850 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDlkL-0007Gx-6K for qemu-devel@nongnu.org; Fri, 19 Dec 2008 15:14:53 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:52329) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDlkK-0004WD-MO for qemu-devel@nongnu.org; Fri, 19 Dec 2008 15:14:53 -0500 Received: by fg-out-1718.google.com with SMTP id l26so452979fgb.8 for ; Fri, 19 Dec 2008 12:14:50 -0800 (PST) Message-ID: <761ea48b0812191214w3ec2067bp31a27a8703163d91@mail.gmail.com> Date: Fri, 19 Dec 2008 21:14:50 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [PATCH 5/6] hook cpu_register_physical_mem In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1229619702-26315-1-git-send-email-glommer@redhat.com> <1229619702-26315-2-git-send-email-glommer@redhat.com> <1229619702-26315-3-git-send-email-glommer@redhat.com> <1229619702-26315-4-git-send-email-glommer@redhat.com> <1229619702-26315-5-git-send-email-glommer@redhat.com> <1229619702-26315-6-git-send-email-glommer@redhat.com> 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 On Fri, Dec 19, 2008 at 8:57 PM, Blue Swirl wrote: > > More philosophically, what is (Qemu /\ ~KVM /\ ~TCG)? I hope I got the > math right. Your math is right, but I would add ^~translators, which leaves us with devices, and various other utilities which in total represent about 50% of the code base :-) Laurent