From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759181AbcG1CqU (ORCPT ); Wed, 27 Jul 2016 22:46:20 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:37048 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758902AbcG1CqT (ORCPT ); Wed, 27 Jul 2016 22:46:19 -0400 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 165.244.98.76 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 10.177.227.17 X-Original-MAILFROM: namhyung@kernel.org Date: Thu, 28 Jul 2016 11:46:13 +0900 From: Namhyung Kim To: "Michael S. Tsirkin" CC: , , , Tony Luck , Radim =?utf-8?B?S3LEjW3DocWZ?= , Kees Cook , Anton Vorontsov , Will Deacon , LKML , Steven Rostedt , Minchan Kim , Anthony Liguori , Colin Cross , Paolo Bonzini , Ingo Molnar Subject: Re: [RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2) Message-ID: <20160728024612.GA4371@sejong> References: <1469632111-23260-1-git-send-email-namhyung@kernel.org> <20160728011602-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 In-Reply-To: <20160728011602-mutt-send-email-mst@kernel.org> User-Agent: Mutt/1.6.2 (2016-07-01) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB01/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/07/28 11:46:15, Serialize by Router on LGEKRMHUB01/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/07/28 11:46:15, Serialize complete at 2016/07/28 11:46:15 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Jul 28, 2016 at 01:18:42AM +0300, Michael S. Tsirkin wrote: > On Thu, Jul 28, 2016 at 12:08:24AM +0900, Namhyung Kim wrote: > > Hello, > > > > This is v2 of the virtio-pstore work. In this patchset I addressed > > most of feedbacks from previous version. Limiting disk size is not > > implemented yet. > > For some reason, only parts of the patchset were received. > Pls post all patches to all lists. > > If you are changing the virtio interface with host, > like a new device, they you must copy the virtio TC > so make sure there are no objections from there. > > https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback Hmm.. I think I've CC-ed all the kvm, qemu and virtualization lists but missed the virtio list, sorry. Will add next time. Thanks, Namhyung