Re: [Qemu-devel] [PATCH v5 5/6] qmp: add pmemload command

2018-10-09 Thread Simon Ruderich
On Fri, Sep 21, 2018 at 01:02:05PM +0200, Simon Ruderich wrote: > On Tue, Aug 21, 2018 at 02:38:02PM +0200, Simon Ruderich wrote: >> Hello, >> >> I've adapted the patch to error out if a char/block device is >> used. I think that's the simplest fix for the issue mentioned by >> Eric Blake. >> >> Ar

Re: [Qemu-devel] [PATCH v5 5/6] qmp: add pmemload command

2018-09-21 Thread Simon Ruderich
On Tue, Aug 21, 2018 at 02:38:02PM +0200, Simon Ruderich wrote: > Hello, > > I've adapted the patch to error out if a char/block device is > used. I think that's the simplest fix for the issue mentioned by > Eric Blake. > > Are the any other issues remaining? All other patches are > unchanged, shou

[Qemu-devel] [PATCH v5 5/6] qmp: add pmemload command

2018-08-21 Thread Simon Ruderich
Adapted patch from Baojun Wang [1] with the following commit message: I found this could be useful to have qemu-softmmu as a cross debugger (launch with -s -S command line option), then if we can have a command to load guest physical memory, we can use cross gdb to do some target d