Re: [Qemu-devel] [PATCH v2 1/2] vl: Eliminate defconfig variable

2017-10-04 Thread Daniel P. Berrange
On Tue, Oct 03, 2017 at 06:17:29PM -0300, Eduardo Habkost wrote: > Both -nodefconfig and -no-user-config options do the same thing > today, we only need one variable to keep track of them. > > Suggested-by: Markus Armbruster > Acked-by: Alistair Francis > Reviewed-by: Markus Armbruster > Signed

[Qemu-devel] [PATCH v2 1/2] vl: Eliminate defconfig variable

2017-10-03 Thread Eduardo Habkost
Both -nodefconfig and -no-user-config options do the same thing today, we only need one variable to keep track of them. Suggested-by: Markus Armbruster Acked-by: Alistair Francis Reviewed-by: Markus Armbruster Signed-off-by: Eduardo Habkost --- vl.c | 5 + 1 file changed, 1 insertion(+),