[Qemu-devel] [PATCH v3] Sort the fw_cfg file list

2016-03-19 Thread minyard
From: Gerd Hoffmann Entries are inserted in filename order instead of being appended to the end in case sorting is enabled. This will avoid any future issues of moving the file creation around, it doesn't matter what order they are created now, the will always be in filename order. Signed-off-b

Re: [Qemu-devel] [PATCH v3] Sort the fw_cfg file list

2016-03-19 Thread Corey Minyard
On 03/17/2016 11:02 AM, Michael S. Tsirkin wrote: On Wed, Mar 16, 2016 at 01:47:08PM -0500, miny...@acm.org wrote: From: Gerd Hoffmann Entries are inserted in filename order instead of being appended to the end in case sorting is enabled. This will avoid any future issues of moving the file c

Re: [Qemu-devel] [PATCH v3] Sort the fw_cfg file list

2016-03-19 Thread Michael S. Tsirkin
On Thu, Mar 17, 2016 at 11:41:45AM -0500, Corey Minyard wrote: > On 03/17/2016 11:02 AM, Michael S. Tsirkin wrote: > >On Wed, Mar 16, 2016 at 01:47:08PM -0500, miny...@acm.org wrote: > >>From: Gerd Hoffmann > >> > >>Entries are inserted in filename order instead of being > >>appended to the end in

Re: [Qemu-devel] [PATCH v3] Sort the fw_cfg file list

2016-03-19 Thread Corey Minyard
On 03/17/2016 02:58 PM, Michael S. Tsirkin wrote: On Thu, Mar 17, 2016 at 11:41:45AM -0500, Corey Minyard wrote: On 03/17/2016 11:02 AM, Michael S. Tsirkin wrote: On Wed, Mar 16, 2016 at 01:47:08PM -0500, miny...@acm.org wrote: From: Gerd Hoffmann Entries are inserted in filename order inste

Re: [Qemu-devel] [PATCH v3] Sort the fw_cfg file list

2016-03-18 Thread Michael S. Tsirkin
On Wed, Mar 16, 2016 at 01:47:08PM -0500, miny...@acm.org wrote: > From: Gerd Hoffmann > > Entries are inserted in filename order instead of being > appended to the end in case sorting is enabled. > > This will avoid any future issues of moving the file creation > around, it doesn't matter what