From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvdVv-0001YM-MQ for qemu-devel@nongnu.org; Sun, 08 Nov 2015 22:53:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvdVr-00015i-5J for qemu-devel@nongnu.org; Sun, 08 Nov 2015 22:53:03 -0500 Received: from mga02.intel.com ([134.134.136.20]:41192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvdVq-00015X-VX for qemu-devel@nongnu.org; Sun, 08 Nov 2015 22:52:59 -0500 Date: Mon, 9 Nov 2015 11:56:28 +0800 From: Yuanhan Liu Message-ID: <20151109035628.GH2326@yliu-dev.sh.intel.com> References: <1443100738-14970-1-git-send-email-mst@redhat.com> <1443100738-14970-13-git-send-email-mst@redhat.com> <560EAE6B.2040708@redhat.com> <20151003193154-mutt-send-email-mst@redhat.com> <20151106013439.GC2326@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 12/22] vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Marcel Apfelbaum , Paolo Bonzini , QEMU Developers , "Michael S. Tsirkin" On Fri, Nov 06, 2015 at 10:01:58AM +0000, Peter Maydell wrote: > On 6 November 2015 at 01:34, Yuanhan Liu wrote: > > On Thu, Nov 05, 2015 at 11:42:15AM +0000, Peter Maydell wrote: > >> On 3 October 2015 at 17:33, Michael S. Tsirkin wrote: > >> > On Fri, Oct 02, 2015 at 06:18:51PM +0200, Paolo Bonzini wrote: > >> >> > >> >> > >> >> On 24/09/2015 15:20, Michael S. Tsirkin wrote: > >> >> > From: Yuanhan Liu > >> >> > > >> >> > Quote from Michael: > >> >> > > >> >> > We really should rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE. > >> >> > >> >> Where is the corresponding Linux patch for this? > >> >> > >> >> I would like to fetch the updated headers for KVM, and this is breaking > >> >> it. In fact, a patch that just renames the #define (without providing > >> >> the old name for backwards compatibility) would be NACKed in upstream Linux. > >> >> > >> >> Paolo > >> > > >> > Right. And it turns out this whole approach is wrong. I intend to > >> > revert this patch, and also drop the patch sending VHOST_RESET_OWNER on > >> > device stop. > >> > >> This revert doesn't seem to have happened, I think, which means > >> that this is one of the things which prevents a clean header-update > >> against kvm/next. Could we get this fixed for rc0, please? > > > > My bad. I will fix it next week. What's the deadline for rc0 then? > > rc0 is 12th November (http://wiki.qemu.org/Planning/2.5). You need > to also allow time for the patch to be reviewed and possibly taken > via somebody's tree. Got it and thanks for the remind. --yliu