[Qemu-devel] [QEMU PATCH v2 0/4] Deprecation patches net and enforce-config-section

Thomas Huth posted 4 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1537433416-4262-1-git-send-email-thuth@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
Makefile             |  2 +-
hw/core/machine.c    |  3 +++
net/net.c            |  4 ++++
net/slirp.c          |  2 ++
qemu-deprecated.texi | 17 +++++++++++++++++
5 files changed, 27 insertions(+), 1 deletion(-)
[Qemu-devel] [QEMU PATCH v2 0/4] Deprecation patches net and enforce-config-section
Posted by Thomas Huth 7 years, 4 months ago
Deprecate the "name" parameter for -net, and "enforce-config-section" of
-machine.

v2:
 - Split the single net patch into multiple smaller patches
 - Add patch to deprecate enforce-config-section

Thomas Huth (4):
  Makefile: Add missing dependency for qemu-deprecated.texi
  net: Deprecate the "name" parameter of -net
  net/slirp: Deprecate the [hub_id name] parameter tuple
  hw/core/machine: Officially deprecate the enforce-config-section
    parameter

 Makefile             |  2 +-
 hw/core/machine.c    |  3 +++
 net/net.c            |  4 ++++
 net/slirp.c          |  2 ++
 qemu-deprecated.texi | 17 +++++++++++++++++
 5 files changed, 27 insertions(+), 1 deletion(-)

-- 
1.8.3.1