On 20.12.2017 22:40, John Snow wrote: > > > On 12/18/2017 12:14 PM, Thomas Huth wrote: >> Remove the deprecated "-drive boot" and "-hdachs" options and properly >> mark some other deprecated options in the deprecation chapter. >> >> Thomas Huth (3): >> block: Remove the obsolete -drive boot=on|off parameter >> block: Remove the deprecated -hdachs option >> block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation >> chapter >> >> blockdev.c | 11 -------- >> qemu-doc.texi | 29 +++++++++---------- >> qemu-options.hx | 19 ++----------- >> vl.c | 86 >> ++------------------------------------------------------- >> 4 files changed, 19 insertions(+), 126 deletions(-) >> > > Reviewed-by: John Snow <js...@redhat.com>
Thanks! > So long, farewell: however, since we forgot to document them, can we > remove them already? The are documented in https://qemu.weilnetz.de/doc/qemu-doc.html#Block-device-options so I doubt that we can simply drop them without announcing it first? Thomas