Re: [Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore

2016-07-20 Thread Cornelia Huck
On Wed, 20 Jul 2016 00:13:37 +0900 Namhyung Kim wrote: > From: Namhyung Kim > > This patch just reserve next available device ID for pstore device > type. The device specification for pstore will come later. > > Signed-off-by: Namhyung Kim > --- > content.tex | 2 ++ > 1 file changed, 2 ins

Re: [PATCH] content: Reserve virtio device ID for pstore

2016-07-20 Thread Stefan Hajnoczi
On Wed, Jul 20, 2016 at 12:13:37AM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > This patch just reserve next available device ID for pstore device > type. The device specification for pstore will come later. > > Signed-off-by: Namhyung Kim > --- > content.tex | 2 ++ > 1 file changed,

Re: [PATCH 2/3] qemu: Implement virtio-pstore device

2016-07-20 Thread Stefan Hajnoczi
On Mon, Jul 18, 2016 at 11:21:18PM +0900, Namhyung Kim wrote: > On Mon, Jul 18, 2016 at 11:03:53AM +0100, Stefan Hajnoczi wrote: > > On Mon, Jul 18, 2016 at 01:37:40PM +0900, Namhyung Kim wrote: > > > From: Namhyung Kim > > > > > > Add virtio pstore device to allow kernel log files saved on the h

Re: [PATCH 2/3] qemu: Implement virtio-pstore device

2016-07-20 Thread Stefan Hajnoczi
On Wed, Jul 20, 2016 at 12:48:39AM +0900, Namhyung Kim wrote: > Hello, > > On Mon, Jul 18, 2016 at 11:03:53AM +0100, Stefan Hajnoczi wrote: > > On Mon, Jul 18, 2016 at 01:37:40PM +0900, Namhyung Kim wrote: > > > +static void virtio_pstore_handle_io(VirtIODevice *vdev, VirtQueue *vq) > > > +{ > > >

Re: [PATCH 2/3] qemu: Implement virtio-pstore device

2016-07-20 Thread Namhyung Kim
On Wed, Jul 20, 2016 at 09:21:08AM +0100, Stefan Hajnoczi wrote: > On Wed, Jul 20, 2016 at 12:48:39AM +0900, Namhyung Kim wrote: > > Hello, > > > > On Mon, Jul 18, 2016 at 11:03:53AM +0100, Stefan Hajnoczi wrote: > > > On Mon, Jul 18, 2016 at 01:37:40PM +0900, Namhyung Kim wrote: > > > > +static v

Re: [PATCH 2/3] qemu: Implement virtio-pstore device

2016-07-20 Thread Namhyung Kim
On Wed, Jul 20, 2016 at 09:29:06AM +0100, Stefan Hajnoczi wrote: > On Mon, Jul 18, 2016 at 11:21:18PM +0900, Namhyung Kim wrote: > > On Mon, Jul 18, 2016 at 11:03:53AM +0100, Stefan Hajnoczi wrote: > > > On Mon, Jul 18, 2016 at 01:37:40PM +0900, Namhyung Kim wrote: > > > > From: Namhyung Kim > > >

Re: [PATCH 1/3] virtio: Basic implementation of virtio pstore driver

2016-07-20 Thread Namhyung Kim
On Tue, Jul 19, 2016 at 10:43 PM, Namhyung Kim wrote: > The other one is the file management on the host side. I am thinking > of a simple way that the log file is splitted when it exceeds the half > of the allowed max size. It would be configurable and might allow > unlimited logs if user reque