Browse Source

qapi: Delete all the "foo: dropped in n.n" notes

A handful of QAPI doc comments include lines like
"ppcemb: dropped in 3.1". The doc comment parser will just
put these into whatever the preceding section was; sometimes
that's "Notes", and sometimes it's some random other section,
as with "NetClientDriver" where the "'dump': dropped in 2.12"
line ends up in the "Since:" section.

This tends to render wrongly, more so in the upcoming rST
generator, but sometimes even in the Texinfo, as in the case
of QKeyCode:
   ac_bookmarks
       since 2.10 altgr, altgr_r: dropped in 2.10

Since commit 3264ffced3 (v4.2.0), we have a better place to tell
users about deprecated and deleted functionality --
qemu-deprecated.texi.  These "dropped in" remarks all predate it, and
other feature drops of that vintage are not documented anywhere, so
moving these to qemu-deprecated.texi makes little sense.  Drop them
instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200213175647.17628-19-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Peter Maydell 5 years ago
parent
commit
bb5ccf225e
3 changed files with 0 additions and 7 deletions
  1. 0 2
      qapi/machine.json
  2. 0 4
      qapi/net.json
  3. 0 1
      qapi/ui.json

+ 0 - 2
qapi/machine.json

@@ -20,8 +20,6 @@
 #        prefix to produce the corresponding QEMU executable name. This
 #        prefix to produce the corresponding QEMU executable name. This
 #        is true even for "qemu-system-x86_64".
 #        is true even for "qemu-system-x86_64".
 #
 #
-# ppcemb: dropped in 3.1
-#
 # Since: 3.0
 # Since: 3.0
 ##
 ##
 { 'enum' : 'SysEmuTarget',
 { 'enum' : 'SysEmuTarget',

+ 0 - 4
qapi/net.json

@@ -446,8 +446,6 @@
 # Available netdev drivers.
 # Available netdev drivers.
 #
 #
 # Since: 2.7
 # Since: 2.7
-#
-# 'dump': dropped in 2.12
 ##
 ##
 { 'enum': 'NetClientDriver',
 { 'enum': 'NetClientDriver',
   'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'vde',
   'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'vde',
@@ -493,8 +491,6 @@
 # @opts: device type specific properties (legacy)
 # @opts: device type specific properties (legacy)
 #
 #
 # Since: 1.2
 # Since: 1.2
-#
-# 'vlan': dropped in 3.0
 ##
 ##
 { 'struct': 'NetLegacy',
 { 'struct': 'NetLegacy',
   'data': {
   'data': {

+ 0 - 1
qapi/ui.json

@@ -779,7 +779,6 @@
 # @ac_forward: since 2.10
 # @ac_forward: since 2.10
 # @ac_refresh: since 2.10
 # @ac_refresh: since 2.10
 # @ac_bookmarks: since 2.10
 # @ac_bookmarks: since 2.10
-# altgr, altgr_r: dropped in 2.10
 #
 #
 # @muhenkan: since 2.12
 # @muhenkan: since 2.12
 # @katakanahiragana: since 2.12
 # @katakanahiragana: since 2.12