From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnACM-0003nI-Of for qemu-devel@nongnu.org; Thu, 04 Mar 2010 07:30:38 -0500 Received: from [199.232.76.173] (port=37937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnACM-0003n0-9x for qemu-devel@nongnu.org; Thu, 04 Mar 2010 07:30:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NnACJ-0006Gs-AC for qemu-devel@nongnu.org; Thu, 04 Mar 2010 07:30:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42846) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NnACI-0006GU-P2 for qemu-devel@nongnu.org; Thu, 04 Mar 2010 07:30:35 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o24CUVoH018867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Mar 2010 07:30:32 -0500 Date: Thu, 4 Mar 2010 17:59:11 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCHv4 07/12] virtio: move typedef to qemu-common Message-ID: <20100304122911.GD8118@amit-x200.redhat.com> References: <9075331a15707f770788ed361f2228b88bb7a7c5.1267636215.git.mst@redhat.com> <20100304122019.GC8118@amit-x200.redhat.com> <20100304121958.GA3047@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100304121958.GA3047@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: kraxel@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com On (Thu) Mar 04 2010 [14:19:58], Michael S. Tsirkin wrote: > On Thu, Mar 04, 2010 at 05:50:19PM +0530, Amit Shah wrote: > > On (Wed) Mar 03 2010 [19:16:28], Michael S. Tsirkin wrote: > > > make it possible to use type without header include > > > > Why? > > So that vhost.h does not need to include virtio.h But what's the benefit in doing that? Either way, a better commit msg would help. Amit