From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuLzh-0005xQ-HW for qemu-devel@nongnu.org; Thu, 05 Nov 2015 09:58:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuLze-00010s-AR for qemu-devel@nongnu.org; Thu, 05 Nov 2015 09:58:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuLze-00010X-50 for qemu-devel@nongnu.org; Thu, 05 Nov 2015 09:58:26 -0500 Message-ID: <1446735503.30393.35.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 05 Nov 2015 15:58:23 +0100 In-Reply-To: References: <1446725610.30393.23.camel@redhat.com> <1446734529.30393.26.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-gpu doesn't build if you do a linux-headers update from kvm/next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers On Do, 2015-11-05 at 14:45 +0000, Peter Maydell wrote: > On 5 November 2015 at 14:42, Gerd Hoffmann wrote: > > Chicken & egg issue in that case because airlied (linux kernel drm > > maintainer) asked to have the qemu changes merged before taking the > > virtio-gpu pull request. So I had no other chance than creating the > > patches with not-yet upstream virtio header changes ... > > Hmm. If I'd realised that at the time I'd have pushed back on it. > We should never take code that relies on upstream kernel > ABI that hasn't been accepted by the maintainer yet. The reason airlied asked for qemu being upstream first is to avoid having code in the kernel tree not accepted by qemu yet ... So, one of the two has to go first ;) When I did the pull requests patches had passed review on both qemu-devel (qemu side) and dri-devel (kernel side), so this was really just a formal "wait for qemu" thing with a very low risk of ABI changes, and airlied pulled it into drm-next only days after it landed in qemu/master. cheers, Gerd