]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: Eliminate defconfig variable
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 4 Oct 2017 03:00:24 +0000 (00:00 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 10 Oct 2017 02:21:52 +0000 (23:21 -0300)
commit1ea06c398cda2600974860ec7020cbbe9682e382
treef6c06f548ced69ad775aa8a6ae90fbf078711cb5
parentc9cf636d48fcb1d797077e1ffa456a3d324156bc
vl: Eliminate defconfig variable

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 <armbru@redhat.com>
Acked-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20171004030025.7866-2-ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
vl.c