Re: [Qemu-devel] [PATCH 3/4] vl: Clean up after previous commit

2019-04-04 Thread Markus Armbruster
Wei Yang writes: > On Tue, Apr 02, 2019 at 03:26:49PM +0200, Markus Armbruster wrote: >>Since the previous commit, find_machine() and find_default_machine() >>don't have to deallocate on return. This permits further >>simplifications. >> >>Signed-off-by: Markus Armbruster >>--- >> vl.c | 25 +++

Re: [Qemu-devel] [PATCH 3/4] vl: Clean up after previous commit

2019-04-03 Thread Wei Yang
On Tue, Apr 02, 2019 at 03:26:49PM +0200, Markus Armbruster wrote: >Since the previous commit, find_machine() and find_default_machine() >don't have to deallocate on return. This permits further >simplifications. > >Signed-off-by: Markus Armbruster >--- > vl.c | 25 +++-- > 1 f

[Qemu-devel] [PATCH 3/4] vl: Clean up after previous commit

2019-04-02 Thread Markus Armbruster
Since the previous commit, find_machine() and find_default_machine() don't have to deallocate on return. This permits further simplifications. Signed-off-by: Markus Armbruster --- vl.c | 25 +++-- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/vl.c b/vl.c ind