*.hx: Remove all the STEXI/ETEXI blocks
commit29f9dff79073cfdc336466a950294be91b90f514
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Mar 2020 10:25:47 +0000 (6 10:25 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Mar 2020 11:06:55 +0000 (6 11:06 +0000)
tree8d56c6fc38f2568e5d2b2f75a8e088aa10bca1a7
parent3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf
*.hx: Remove all the STEXI/ETEXI blocks

We no longer generate texinfo from the hxtool input files,
so delete all the STEXI/ETEXI blocks.

This commit was created using the following Perl one-liner:
  perl -i -n -e '$suppress = 1,next if /^STEXI/;$suppress=0,next if /^ETEXI/; print if !$suppress;' *.hx

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hmp-commands-info.hx
hmp-commands.hx
qemu-options.hx