Revision | abcd92db6a7b725e16826ee2e3fcb13cfe3a96c2 (tree) |
---|---|
Time | 2020-03-06 19:04:57 |
Author | Paolo Bonzini <pbonzini@redh...> |
Commiter | Peter Maydell |
qemu-doc: move included files to docs/system
Since qemu-doc.texi is mostly including files from docs/system,
move the existing include files there for consistency.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200228153619.9906-12-peter.maydell@linaro.org
Message-id: 20200226113034.6741-12-pbonzini@redhat.com
[PMM: update MAINTAINERS line for qemu-option-trace.texi]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
@@ -2234,7 +2234,7 @@ M: Stefan Hajnoczi <stefanha@redhat.com> | ||
2234 | 2234 | S: Maintained |
2235 | 2235 | F: trace/ |
2236 | 2236 | F: trace-events |
2237 | -F: qemu-option-trace.texi | |
2237 | +F: docs/system/qemu-option-trace.texi | |
2238 | 2238 | F: scripts/tracetool.py |
2239 | 2239 | F: scripts/tracetool/ |
2240 | 2240 | F: scripts/qemu-trace-stap* |
@@ -2804,7 +2804,8 @@ F: contrib/gitdm/* | ||
2804 | 2804 | |
2805 | 2805 | Incompatible changes |
2806 | 2806 | R: libvir-list@redhat.com |
2807 | -F: qemu-deprecated.texi | |
2807 | +F: docs/system/deprecated.texi | |
2808 | +F: docs/system/deprecated.rst | |
2808 | 2809 | |
2809 | 2810 | Build System |
2810 | 2811 | ------------ |
@@ -1110,7 +1110,7 @@ docs/interop/qemu-ga-qapi.texi: qga/qapi-generated/qga-qapi-doc.texi | ||
1110 | 1110 | @cp -p $< $@ |
1111 | 1111 | |
1112 | 1112 | qemu.1: qemu-doc.texi qemu-options.texi qemu-monitor.texi qemu-monitor-info.texi |
1113 | -qemu.1: qemu-option-trace.texi | |
1113 | +qemu.1: docs/system/qemu-option-trace.texi | |
1114 | 1114 | docs/system/qemu-cpu-models.7: docs/system/qemu-cpu-models.texi docs/system/cpu-models-x86.texi docs/system/cpu-models-mips.texi |
1115 | 1115 | |
1116 | 1116 | html: qemu-doc.html docs/interop/qemu-qmp-ref.html docs/interop/qemu-ga-ref.html sphinxdocs |
@@ -1120,8 +1120,7 @@ txt: qemu-doc.txt docs/interop/qemu-qmp-ref.txt docs/interop/qemu-ga-ref.txt | ||
1120 | 1120 | |
1121 | 1121 | qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \ |
1122 | 1122 | qemu-options.texi \ |
1123 | - qemu-option-trace.texi \ | |
1124 | - qemu-deprecated.texi qemu-monitor.texi \ | |
1123 | + qemu-monitor.texi \ | |
1125 | 1124 | qemu-monitor-info.texi \ |
1126 | 1125 | docs/system/quickstart.texi \ |
1127 | 1126 | docs/system/invocation.texi \ |
@@ -1140,7 +1139,8 @@ qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \ | ||
1140 | 1139 | docs/system/build-platforms.texi \ |
1141 | 1140 | docs/system/license.texi \ |
1142 | 1141 | docs/system/cpu-models-x86.texi docs/system/cpu-models-mips.texi \ |
1143 | - docs/security.texi | |
1142 | + docs/system/deprecated.texi docs/system/qemu-option-trace.texi \ | |
1143 | + docs/system/security.texi | |
1144 | 1144 | |
1145 | 1145 | docs/interop/qemu-ga-ref.dvi docs/interop/qemu-ga-ref.html \ |
1146 | 1146 | docs/interop/qemu-ga-ref.info docs/interop/qemu-ga-ref.pdf \ |
@@ -189,9 +189,9 @@ various targets are mentioned in the following sections. | ||
189 | 189 | @include docs/system/target-m68k.texi |
190 | 190 | @include docs/system/target-xtensa.texi |
191 | 191 | |
192 | -@include docs/security.texi | |
192 | +@include docs/system/security.texi | |
193 | 193 | |
194 | -@include qemu-deprecated.texi | |
194 | +@include docs/system/deprecated.texi | |
195 | 195 | |
196 | 196 | @include docs/system/build-platforms.texi |
197 | 197 |
@@ -4221,7 +4221,7 @@ HXCOMM This line is not accurate, as some sub-options are backend-specific but | ||
4221 | 4221 | HXCOMM HX does not support conditional compilation of text. |
4222 | 4222 | @item -trace [[enable=]@var{pattern}][,events=@var{file}][,file=@var{file}] |
4223 | 4223 | @findex -trace |
4224 | -@include qemu-option-trace.texi | |
4224 | +@include docs/system/qemu-option-trace.texi | |
4225 | 4225 | ETEXI |
4226 | 4226 | DEF("plugin", HAS_ARG, QEMU_OPTION_plugin, |
4227 | 4227 | "-plugin [file=]<file>[,arg=<string>]\n" |