Re: [Qemu-devel] [PATCH v3] exec: make -mem-path filenames deterministic

2013-03-12 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v3] exec: make -mem-path filenames deterministic

2013-03-11 Thread Peter Feiner
Ping. I'm very much hoping for this to make it into 1.5. Thanks, Peter On Mon, Mar 4, 2013 at 1:54 PM, wrote: > From: Peter Feiner > > Adds ramblocks' names to their backing files when using -mem-path. Eases > introspection and debugging. > > Signed-off-by: Peter Feiner > > --- > > The comm

[Qemu-devel] [PATCH v3] exec: make -mem-path filenames deterministic

2013-03-04 Thread peter
From: Peter Feiner Adds ramblocks' names to their backing files when using -mem-path. Eases introspection and debugging. Signed-off-by: Peter Feiner --- The commit should probably be called "exec: add ramblocks' names to -mem-path files" since the paths aren't deterministic. v1 -> v2: Just