From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNMec-0006JV-53 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 09:28:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNMeY-0003k6-Ry for qemu-devel@nongnu.org; Mon, 16 Feb 2015 09:28:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNMeY-0003jh-KZ for qemu-devel@nongnu.org; Mon, 16 Feb 2015 09:28:02 -0500 Message-ID: <54E1FE60.8070604@redhat.com> Date: Mon, 16 Feb 2015 15:27:44 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1423999136-17320-1-git-send-email-mst@redhat.com> <1423999136-17320-11-git-send-email-mst@redhat.com> <54E1B8B0.5060705@redhat.com> <20150216113618.GB20667@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 10/17] virtio-scsi: use standard-headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , "Michael S. Tsirkin" Cc: Stefan Hajnoczi , QEMU Developers , Alexander Graf , Anthony Liguori , Cornelia Huck , "Chen, Tiejun" On 16/02/2015 12:45, Peter Maydell wrote: > My point was that you don't want to be including > these headers via "linux/whatever.h"; > #include "standard-headers/linux/whatever.h" would be > fine. I agree on both counts. Paolo