Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-24 Thread Joel
Hi Namhyung, > On Aug 23, 2016, at 8:20 AM, Namhyung Kim wrote: > > Hi Joel, > > On Tue, Aug 23, 2016 at 7:25 PM, Joel Fernandes wrote: >> From: Namhyung Kim > >> >> Any thoughts on what you think about it? In your approach

Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-24 Thread Joel
Hi Namhyung, > On Aug 23, 2016, at 8:20 AM, Namhyung Kim wrote: > > Hi Joel, > > On Tue, Aug 23, 2016 at 7:25 PM, Joel Fernandes wrote: >> From: Namhyung Kim > >> >> Any thoughts on what you think about it? In your approach though, you >> wouldn't need a backing mem-path file which is the

Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-23 Thread Namhyung Kim
Hi Joel, On Tue, Aug 23, 2016 at 7:25 PM, Joel Fernandes wrote: > From: Namhyung Kim > >> Hello, >> >> This is another iteration of the virtio-pstore work. In this patchset >> I addressed most of feedbacks from previous version and drooped the >>

Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-23 Thread Namhyung Kim
Hi Joel, On Tue, Aug 23, 2016 at 7:25 PM, Joel Fernandes wrote: > From: Namhyung Kim > >> Hello, >> >> This is another iteration of the virtio-pstore work. In this patchset >> I addressed most of feedbacks from previous version and drooped the >> support for PSTORE_TYPE_CONSOLE for simplicity.

Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-23 Thread Joel Fernandes
From: Namhyung Kim > Hello, > > This is another iteration of the virtio-pstore work. In this patchset > I addressed most of feedbacks from previous version and drooped the > support for PSTORE_TYPE_CONSOLE for simplicity. It'll be added once the > basic Hi Namhyung,

Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-23 Thread Joel Fernandes
From: Namhyung Kim > Hello, > > This is another iteration of the virtio-pstore work. In this patchset > I addressed most of feedbacks from previous version and drooped the > support for PSTORE_TYPE_CONSOLE for simplicity. It'll be added once the > basic Hi Namhyung, This looks like a

[RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-20 Thread Namhyung Kim
Hello, This is another iteration of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version and drooped the support for PSTORE_TYPE_CONSOLE for simplicity. It'll be added once the basic implementation * changes in v3) - use QIOChannel API (Stefan,

[RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-20 Thread Namhyung Kim
Hello, This is another iteration of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version and drooped the support for PSTORE_TYPE_CONSOLE for simplicity. It'll be added once the basic implementation * changes in v3) - use QIOChannel API (Stefan,