Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468477

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

From Joel Fernandes <agnel.joel@gmail.com>
Newsgroups linux.kernel
Subject Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)
Date 2016-08-23 12:50 +0200
Message-ID <s9hrj-2PE-5@gated-at.bofh.it> (permalink)
References <s89vP-qD-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Namhyung Kim <namhyung@kernel.org>

> 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 useful pstore backend. Great work.

BTW, Have you considered using -mem-path in Qemu for this purpose?
I was thinking about using this, and then somehow have kernel reserve a part of physical memory for the pstore. Then after the crash, or whenever you want to read the contents of the pstore on the host, you could just extract that part of the mem-path file.

Any thoughts on what you think about it? In your approach though, you wouldn't need a backing mem-path file which is the size of the guest RAM (which could be as big as the mem-path file). I wonder if the mem-path file can be created sparse, and/or Qemu has support to configure a certain part of guest RAM as file-backed memory and the rest of it from Anonymous memory (not backed by mem-path) so that the size of the mem-path file can be kept at a minimum.

Thanks,
Joel

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3) Namhyung Kim <namhyung@kernel.org> - 2016-08-20 10:10 +0200
  [PATCH 3/3] kvmtool: Implement virtio-pstore device Namhyung Kim <namhyung@kernel.org> - 2016-08-20 10:10 +0200
  [PATCH 2/3] qemu: Implement virtio-pstore device Namhyung Kim <namhyung@kernel.org> - 2016-08-20 10:10 +0200
    Re: [PATCH 2/3] qemu: Implement virtio-pstore device "Daniel P. Berrange" <berrange@redhat.com> - 2016-08-25 00:10 +0200
  [PATCH 1/3] virtio: Basic implementation of virtio pstore driver Namhyung Kim <namhyung@kernel.org> - 2016-08-20 10:20 +0200
  Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3) Joel Fernandes <agnel.joel@gmail.com> - 2016-08-23 12:50 +0200
    Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3) Namhyung Kim <namhyung@kernel.org> - 2016-08-23 17:30 +0200
      Re: [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3) Joel <agnel.joel@gmail.com> - 2016-08-24 10:30 +0200

csiph-web