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

2013-03-01 Thread Peter Feiner
On Fri, Mar 1, 2013 at 1:47 PM, Andreas Färber wrote: > Am 01.03.2013 18:21, schrieb pe...@gridcentric.ca: > > Is it safe to use a MemoryRegion name as part of mkstemp()? "/../" seems > rather unlikely but a "/" less so. Since mkstemp essentially calls open, "/" does what you'd expect. So a Memor

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

2013-03-01 Thread Andreas Färber
Am 01.03.2013 18:21, schrieb pe...@gridcentric.ca: > From: Peter Feiner > > Adds ramblocks' names to their backing files when using -mem-path. Eases > introspection and debugging. > > Signed-off-by: Peter Feiner > --- > > On Tue, Jan 8, 2013 at 2:04 PM, Anthony Liguori wrote: >> >> Yes, plea

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

2013-03-01 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 --- On Tue, Jan 8, 2013 at 2:04 PM, Anthony Liguori wrote: > > Yes, please submit the oneliner. Here it is :) The commit should probably be c