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