Re: [Qemu-devel] [PATCH 1/2] vl.c: make find_default_machine() local

2019-04-02 Thread Markus Armbruster
Wei Yang writes: > On Tue, Apr 02, 2019 at 08:33:08AM +0200, Markus Armbruster wrote: >>Wei Yang writes: >> >>> Function find_default_machine() is introduced by commit 2c8cffa599b7 >>> "vl: make find_default_machine externally visible", while it seems no >>> one outside use it. >>It was used out

Re: [Qemu-devel] [PATCH 1/2] vl.c: make find_default_machine() local

2019-04-02 Thread Wei Yang
On Tue, Apr 02, 2019 at 08:33:08AM +0200, Markus Armbruster wrote: >Wei Yang writes: > >> Function find_default_machine() is introduced by commit 2c8cffa599b7 >> "vl: make find_default_machine externally visible", while it seems no >> one outside use it. >It was used outside of vl.c until commit a

Re: [Qemu-devel] [PATCH 1/2] vl.c: make find_default_machine() local

2019-04-01 Thread Markus Armbruster
Wei Yang writes: > Function find_default_machine() is introduced by commit 2c8cffa599b7 > "vl: make find_default_machine externally visible", while it seems no > one outside use it. It was used outside of vl.c until commit a904410af5f. > This patch make it local again. Suggest: Commit a90441

[Qemu-devel] [PATCH 1/2] vl.c: make find_default_machine() local

2019-03-10 Thread Wei Yang
Function find_default_machine() is introduced by commit 2c8cffa599b7 "vl: make find_default_machine externally visible", while it seems no one outside use it. This patch make it local again. Signed-off-by: Wei Yang --- include/hw/boards.h | 1 - vl.c| 4 ++-- 2 files changed, 2