All of lore.kernel.org
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org,
	virtualization@lists.linux-foundation.org,
	"Tony Luck" <tony.luck@intel.com>,
	"Radim Krčmář" <rkrcmar@redhat.com>,
	"Kees Cook" <keescook@chromium.org>,
	"Anton Vorontsov" <anton@enomsg.org>,
	"Will Deacon" <will.deacon@arm.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"Steven Rostedt" <rostedt@goodmis.org>,
	"Minchan Kim" <minchan@kernel.org>,
	"Anthony Liguori" <aliguori@amazon.com>,
	"Colin Cross" <ccross@android.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Ingo Molnar" <mingo@kernel.org>
Subject: Re: [RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Date: Thu, 28 Jul 2016 11:46:13 +0900	[thread overview]
Message-ID: <20160728024612.GA4371@sejong> (raw)
In-Reply-To: <20160728011602-mutt-send-email-mst@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

WARNING: multiple messages have this Message-ID (diff)
From: Namhyung Kim <namhyung@kernel.org>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org,
	virtualization@lists.linux-foundation.org,
	"Tony Luck" <tony.luck@intel.com>,
	"Radim Krčmář" <rkrcmar@redhat.com>,
	"Kees Cook" <keescook@chromium.org>,
	"Anton Vorontsov" <anton@enomsg.org>,
	"Will Deacon" <will.deacon@arm.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"Steven Rostedt" <rostedt@goodmis.org>,
	"Minchan Kim" <minchan@kernel.org>,
	"Anthony Liguori" <aliguori@amazon.com>,
	"Colin Cross" <ccross@android.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Ingo Molnar" <mingo@kernel.org>
Subject: Re: [Qemu-devel] [RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2)
Date: Thu, 28 Jul 2016 11:46:13 +0900	[thread overview]
Message-ID: <20160728024612.GA4371@sejong> (raw)
In-Reply-To: <20160728011602-mutt-send-email-mst@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

  reply	other threads:[~2016-07-28  2:46 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-27 15:08 [RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2) Namhyung Kim
2016-07-27 15:08 ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08 ` [PATCH 1/7] pstore: Split pstore fragile flags Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08   ` Namhyung Kim
2016-07-27 15:08 ` [PATCH 2/7] pstore/ram: Set pstore flags dynamically Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08   ` Namhyung Kim
2016-07-27 15:08 ` [PATCH 3/7] pstore: Manage buffer position for async write Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08   ` Namhyung Kim
2016-07-27 15:08 ` [PATCH 4/7] virtio: Basic implementation of virtio pstore driver Namhyung Kim
2016-07-27 15:08 ` Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08 ` [PATCH 5/7] virtio-pstore: Support PSTORE_TYPE_CONSOLE Namhyung Kim
2016-07-27 15:08 ` Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08 ` [PATCH 6/7] qemu: Implement virtio-pstore device Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-28  0:02   ` Michael S. Tsirkin
2016-07-28  0:02     ` [Qemu-devel] " Michael S. Tsirkin
2016-07-28  0:02     ` Michael S. Tsirkin
2016-07-28  5:39     ` Namhyung Kim
2016-07-28  5:39       ` [Qemu-devel] " Namhyung Kim
2016-07-28  5:39       ` Namhyung Kim
2016-07-28 12:56       ` Stefan Hajnoczi
2016-07-28 12:56       ` Stefan Hajnoczi
2016-07-28 12:56         ` [Qemu-devel] " Stefan Hajnoczi
2016-07-28 13:08         ` Daniel P. Berrange
2016-07-28 13:08           ` Daniel P. Berrange
2016-07-30  8:38           ` Namhyung Kim
2016-07-30  8:38             ` Namhyung Kim
2016-08-01  9:21             ` Daniel P. Berrange
2016-08-01  9:21               ` Daniel P. Berrange
2016-08-01 15:34               ` Namhyung Kim
2016-08-01 15:34               ` Namhyung Kim
2016-07-28 14:38       ` Steven Rostedt
2016-07-28 14:38         ` [Qemu-devel] " Steven Rostedt
2016-07-28 14:38       ` Steven Rostedt
2016-07-28 13:22   ` [Qemu-devel] " Daniel P. Berrange
2016-07-28 13:22     ` Daniel P. Berrange
2016-07-30  8:57     ` Namhyung Kim
2016-07-30  8:57       ` Namhyung Kim
2016-08-01  9:24       ` Daniel P. Berrange
2016-08-01  9:24         ` Daniel P. Berrange
2016-08-01 15:52         ` Namhyung Kim
2016-08-01 15:52           ` Namhyung Kim
2016-07-27 15:08 ` Namhyung Kim
2016-07-27 15:08 ` [PATCH 7/7] kvmtool: " Namhyung Kim
2016-07-27 15:08   ` [Qemu-devel] " Namhyung Kim
2016-07-27 15:08 ` Namhyung Kim
2016-07-27 22:18 ` [RFC/PATCHSET 0/7] virtio: Implement virtio pstore device (v2) Michael S. Tsirkin
2016-07-27 22:18   ` [Qemu-devel] " Michael S. Tsirkin
2016-07-27 22:18   ` Michael S. Tsirkin
2016-07-28  2:46   ` Namhyung Kim [this message]
2016-07-28  2:46     ` [Qemu-devel] " Namhyung Kim
2016-07-28  2:46   ` Namhyung Kim
  -- strict thread matches above, loose matches on Subject: below --
2016-07-27 15:08 Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160728024612.GA4371@sejong \
    --to=namhyung@kernel.org \
    --cc=aliguori@amazon.com \
    --cc=anton@enomsg.org \
    --cc=ccross@android.com \
    --cc=keescook@chromium.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minchan@kernel.org \
    --cc=mingo@kernel.org \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rkrcmar@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=tony.luck@intel.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.