[Qemu-devel] [PATCH v3 0/2] Deprecate -nodefconfig

Eduardo Habkost posted 2 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171004030025.7866-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
vl.c            |  5 +----
qemu-doc.texi   |  4 ++++
qemu-options.hx | 17 ++++-------------
3 files changed, 9 insertions(+), 17 deletions(-)
[Qemu-devel] [PATCH v3 0/2] Deprecate -nodefconfig
Posted by Eduardo Habkost 6 years, 6 months ago
Changes v2 -> v3:
* Move documentation to the right section of qemu-doc.texi

Changes v1 -> v2:
* Document at "Deprecated features" section in qemu-doc.texi
  (Daniel)
* Remove documentation for the option from qemu-options.hx
  (Markus)

Since 2012 (commit ba6212d8 "Eliminate cpus-x86_64.conf file") we
have no default config files that would be disabled using
-nodefconfig.  This series cleans up the code, updates
documentation, and document -nodefconfig as deprecated.

Eduardo Habkost (2):
  vl: Eliminate defconfig variable
  qemu-options: Deprecate -nodefconfig

 vl.c            |  5 +----
 qemu-doc.texi   |  4 ++++
 qemu-options.hx | 17 ++++-------------
 3 files changed, 9 insertions(+), 17 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH v3 0/2] Deprecate -nodefconfig
Posted by Eduardo Habkost 6 years, 6 months ago
On Wed, Oct 04, 2017 at 12:00:23AM -0300, Eduardo Habkost wrote:
> Changes v2 -> v3:
> * Move documentation to the right section of qemu-doc.texi
> 
> Changes v1 -> v2:
> * Document at "Deprecated features" section in qemu-doc.texi
>   (Daniel)
> * Remove documentation for the option from qemu-options.hx
>   (Markus)
> 
> Since 2012 (commit ba6212d8 "Eliminate cpus-x86_64.conf file") we
> have no default config files that would be disabled using
> -nodefconfig.  This series cleans up the code, updates
> documentation, and document -nodefconfig as deprecated.

Paolo, if you are OK with it I'm queueing this series on
machine-next.

-- 
Eduardo