From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933626AbdHYPTY (ORCPT ); Fri, 25 Aug 2017 11:19:24 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:40864 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933444AbdHYPTX (ORCPT ); Fri, 25 Aug 2017 11:19:23 -0400 Date: Fri, 25 Aug 2017 08:19:19 -0700 From: Christoph Hellwig To: Hans de Goede Cc: Christoph Hellwig , Arnd Bergmann , Greg Kroah-Hartman , Michael Thayer , "Knut St . Osmundsen" , Larry Finger , linux-kernel@vger.kernel.org Subject: Re: [RFC v2 1/2] virt: Add vboxguest driver for Virtual Box Guest integration Message-ID: <20170825151919.GA16108@infradead.org> References: <20170825143732.10836-1-hdegoede@redhat.com> <20170825143732.10836-2-hdegoede@redhat.com> <20170825145806.GA6706@infradead.org> <9e9b6c22-50dd-4935-9dfd-7c8a885f75e9@redhat.com> <20170825150324.GA23830@infradead.org> <20170825150916.GA353@infradead.org> <64a29ce3-3e48-5ce8-64a0-c4384cdd5a94@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64a29ce3-3e48-5ce8-64a0-c4384cdd5a94@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 25, 2017 at 05:13:35PM +0200, Hans de Goede wrote: > You know I've been working on this for almost 2 fulltime months I don't, and I don't care to be honest. Figuring out what do do about the userspace API/ABI should be your first priority, and you should have discussed this on the linux-api list where I didn't see anything about this driver. We have a general stance to fix userspace APIs/ABIs before inclusion, and in the few cases where we did it turned into a giant trainwreck. The prime example is the Android binder, which has been a giant mess. And that's something a lot more important than a weird hobbyist hypersvior.