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

2017-09-28 Thread Eduardo Habkost
(CCing libvir-list) On Thu, Sep 28, 2017 at 12:42:02PM +0100, Daniel P. Berrange wrote: > On Wed, Sep 27, 2017 at 05:32:24PM -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. > > What reaso

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

2017-09-28 Thread Daniel P. Berrange
On Thu, Sep 28, 2017 at 12:42:02PM +0100, Daniel P. Berrange wrote: > On Wed, Sep 27, 2017 at 05:32:24PM -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. > > What reason for picking -nodefc

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

2017-09-28 Thread Daniel P. Berrange
On Wed, Sep 27, 2017 at 05:32:24PM -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. What reason for picking -nodefconfig instead of -no-user-config to deprecate ? -nodefconfig predates -no-use

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

2017-09-27 Thread Alistair Francis
On Wed, Sep 27, 2017 at 1:32 PM, 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 > Signed-off-by: Eduardo Habkost Acked-by: Alistair Francis Thanks, Alistair

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

2017-09-27 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 Signed-off-by: Eduardo Habkost --- vl.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vl.c b/vl.c index 4fd01fda91..b