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

2016-03-24 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] Sort the fw_cfg file list

2016-03-14 Thread Michael S. Tsirkin
On Mon, Mar 14, 2016 at 11:23:51PM +0700, miny...@acm.org wrote: > From: Gerd Hoffmann > > Entries are inserted at the correct place instead of being > appended to the end in case sorting is enabled. > > Signed-off-by: Gerd Hoffmann > > Added a new machine type for compatibility. > > Signed-o

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

2016-03-14 Thread Corey Minyard
On 03/14/2016 11:33 PM, Paolo Bonzini wrote: On 14/03/2016 17:23, miny...@acm.org wrote: From: Gerd Hoffmann Entries are inserted at the correct place instead of being appended to the end in case sorting is enabled. Signed-off-by: Gerd Hoffmann Added a new machine type for compatibility.

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

2016-03-14 Thread Paolo Bonzini
On 14/03/2016 17:23, miny...@acm.org wrote: > From: Gerd Hoffmann > > Entries are inserted at the correct place instead of being > appended to the end in case sorting is enabled. > > Signed-off-by: Gerd Hoffmann > > Added a new machine type for compatibility. > > Signed-off-by: Corey Minyar

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

2016-03-14 Thread minyard
From: Gerd Hoffmann Entries are inserted at the correct place instead of being appended to the end in case sorting is enabled. Signed-off-by: Gerd Hoffmann Added a new machine type for compatibility. Signed-off-by: Corey Minyard --- I don't really like the double-negative created by dont_so