From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYWQV-0005Ww-6G for qemu-devel@nongnu.org; Fri, 11 Apr 2014 04:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYWQN-0008FE-CP for qemu-devel@nongnu.org; Fri, 11 Apr 2014 04:03:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYWQN-0008FA-59 for qemu-devel@nongnu.org; Fri, 11 Apr 2014 04:02:59 -0400 Message-ID: <1397203373.22291.56.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 11 Apr 2014 10:02:53 +0200 In-Reply-To: <20140410151614.GC21110@redhat.com> References: <1397120874-17166-1-git-send-email-kraxel@redhat.com> <1397120874-17166-9-git-send-email-kraxel@redhat.com> <20140410110502.GB19546@redhat.com> <1397131023.16790.98.camel@nilsson.home.kraxel.org> <20140410151614.GC21110@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH qemu 6/6] virtio-input: evdev passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org, Anthony Liguori Hi, > > I guess the only thing we might want to here is bail out in case the > > major version is != 1 (which implies a incompatible change). The major > > version didn't change so far though, and I think it is highly unlikely > > that it'll ever happen. > > > > cheers, > > Gerd > > BTW this device should block migration, right? Yes. I'll add it. cheers, Gerd