From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsBey-0000Se-KE for qemu-devel@nongnu.org; Thu, 06 Oct 2016 12:36:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsBet-0008CY-I0 for qemu-devel@nongnu.org; Thu, 06 Oct 2016 12:36:39 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsBer-00089A-7z for qemu-devel@nongnu.org; Thu, 06 Oct 2016 12:36:35 -0400 Date: Thu, 6 Oct 2016 12:36:23 -0400 From: "Emilio G. Cota" Message-ID: <20161006163623.GC31142@flamenco> References: <1475767463-12045-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475767463-12045-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/10] qemu-tech cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Thu, Oct 06, 2016 at 17:24:13 +0200, Paolo Bonzini wrote: > qemu-tech is limited to TCG and large parts of it are obsolete or are > just fine in qemu-doc. Split it into other sources of documentation, > placing what's left in an appendix of qemu-doc. > > Ultimately we should have a new internals manual built from docs/, and > then the "Translator Internals" parts of qemu-tech could move to docs/ > as well. The bits on limitation and features of CPU emulation should > remain in qemu-doc. They are not entirely up-to-date, but I am not > attempting to improve that yet---also because I could only really do > that for x86. Very happy with this update! Reviewed-by: Emilio G. Cota for the whole patchset. Thanks, Emilio