From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCnq4-0007uz-H2 for qemu-devel@nongnu.org; Wed, 28 Mar 2012 04:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCnpy-0005yf-BF for qemu-devel@nongnu.org; Wed, 28 Mar 2012 04:02:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCnpy-0005ua-3T for qemu-devel@nongnu.org; Wed, 28 Mar 2012 04:02:34 -0400 Message-ID: <4F72C58F.7080606@redhat.com> Date: Wed, 28 Mar 2012 10:02:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1332740423-8426-1-git-send-email-zwu.kernel@gmail.com> <1332740423-8426-2-git-send-email-zwu.kernel@gmail.com> <4F71791C.1060601@redhat.com> <4F719328.8010409@redhat.com> <4F71C79F.8000505@redhat.com> <4F71D3A3.5030506@redhat.com> <4F72B2AF.8050704@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 1/9] hostdev: introduce the infrastructure for host device model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: Zhi Yong Wu , qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Il 28/03/2012 09:53, Zhi Yong Wu ha scritto: > By the way, why have we not add one QOM cookbook to docs? It is very > useful for us newbiew to learn. Yes, that would be useful. It takes time to write docs unfortunately. :( Paolo