Re: [Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs

2014-03-06 Thread Michael S. Tsirkin
On Thu, Mar 06, 2014 at 06:14:11PM +0200, Marcel Apfelbaum wrote: > On Thu, 2014-03-06 at 17:48 +0200, Michael S. Tsirkin wrote: > > Since > > commit 04920fc0faa4760f9c4fc0e73b992b768099be70 > > loader: store FW CFG ROM files in RAM > > RAM MRs including ROM files in FW CFGs are created > > and

Re: [Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs

2014-03-06 Thread Marcel Apfelbaum
On Thu, 2014-03-06 at 17:48 +0200, Michael S. Tsirkin wrote: > Since > commit 04920fc0faa4760f9c4fc0e73b992b768099be70 > loader: store FW CFG ROM files in RAM > RAM MRs including ROM files in FW CFGs are created > and named using the file basename. > > This becomes problematic if these names a

[Qemu-devel] [PATCH 1/2] pc: avoid duplicate names for ROM MRs

2014-03-06 Thread Michael S. Tsirkin
Since commit 04920fc0faa4760f9c4fc0e73b992b768099be70 loader: store FW CFG ROM files in RAM RAM MRs including ROM files in FW CFGs are created and named using the file basename. This becomes problematic if these names are supplied by user, since the basename might not be unique. There are two