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

2017-10-04 Thread Daniel P. Berrange
On Wed, Oct 04, 2017 at 12:00:24AM -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 v3 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(+),