From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 1/3] virtio: Basic implementation of virtio pstore driver Date: Fri, 18 Nov 2016 06:07:59 +0200 Message-ID: <20161118060649-mutt-send-email-mst@kernel.org> References: <20160820080744.10344-1-namhyung@kernel.org> <20161110182611-mutt-send-email-mst@kernel.org> <20161115045021.GA15992@danjae.aot.lge.com> <20161115065658-mutt-send-email-mst@kernel.org> <20161115143629.GA29740@danjae.aot.lge.com> <1627682877.13077005.1479298236793.JavaMail.zimbra@redhat.com> <20161118033206.GA15698@danjae.aot.lge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , virtio-dev@lists.oasis-open.org, Tony Luck , Kees Cook , KVM , Radim =?utf-8?B?S3LEjW3DocWZ?= , Anton Vorontsov , LKML , Steven Rostedt , qemu-devel , Minchan Kim , Anthony Liguori , Colin Cross , virtualization@lists.linux-foundation.org, Ingo Molnar To: Namhyung Kim Return-path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Content-Disposition: inline In-Reply-To: <20161118033206.GA15698@danjae.aot.lge.com> List-Id: kvm.vger.kernel.org On Fri, Nov 18, 2016 at 12:32:06PM +0900, Namhyung Kim wrote: > Btw I prefer using the kvmtool for my kernel work since it's much more > simpler.. > > Thanks, > Namhyung Up to you but then you should extend that to support 1.0 spec. I strongly object to adding to the list of legacy interfaces we need to maintain. -- MST From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7aTA-00070q-Nd for qemu-devel@nongnu.org; Thu, 17 Nov 2016 23:08:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7aT6-0000La-Np for qemu-devel@nongnu.org; Thu, 17 Nov 2016 23:08:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58698) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7aT6-0000LW-IS for qemu-devel@nongnu.org; Thu, 17 Nov 2016 23:08:04 -0500 Date: Fri, 18 Nov 2016 06:07:59 +0200 From: "Michael S. Tsirkin" Message-ID: <20161118060649-mutt-send-email-mst@kernel.org> References: <20160820080744.10344-1-namhyung@kernel.org> <20161110182611-mutt-send-email-mst@kernel.org> <20161115045021.GA15992@danjae.aot.lge.com> <20161115065658-mutt-send-email-mst@kernel.org> <20161115143629.GA29740@danjae.aot.lge.com> <1627682877.13077005.1479298236793.JavaMail.zimbra@redhat.com> <20161118033206.GA15698@danjae.aot.lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161118033206.GA15698@danjae.aot.lge.com> Subject: Re: [Qemu-devel] [PATCH 1/3] virtio: Basic implementation of virtio pstore driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Namhyung Kim Cc: Paolo Bonzini , virtio-dev@lists.oasis-open.org, Tony Luck , Kees Cook , KVM , Radim =?utf-8?B?S3LEjW3DocWZ?= , Anton Vorontsov , LKML , Steven Rostedt , qemu-devel , Minchan Kim , Anthony Liguori , Colin Cross , virtualization@lists.linux-foundation.org, Ingo Molnar On Fri, Nov 18, 2016 at 12:32:06PM +0900, Namhyung Kim wrote: > Btw I prefer using the kvmtool for my kernel work since it's much more > simpler.. > > Thanks, > Namhyung Up to you but then you should extend that to support 1.0 spec. I strongly object to adding to the list of legacy interfaces we need to maintain. -- MST