• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionabcd92db6a7b725e16826ee2e3fcb13cfe3a96c2 (tree)
Time2020-03-06 19:04:57
AuthorPaolo Bonzini <pbonzini@redh...>
CommiterPeter Maydell

Log Message

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>

Change Summary

Incremental Difference

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2234,7 +2234,7 @@ M: Stefan Hajnoczi <stefanha@redhat.com>
22342234 S: Maintained
22352235 F: trace/
22362236 F: trace-events
2237-F: qemu-option-trace.texi
2237+F: docs/system/qemu-option-trace.texi
22382238 F: scripts/tracetool.py
22392239 F: scripts/tracetool/
22402240 F: scripts/qemu-trace-stap*
@@ -2804,7 +2804,8 @@ F: contrib/gitdm/*
28042804
28052805 Incompatible changes
28062806 R: libvir-list@redhat.com
2807-F: qemu-deprecated.texi
2807+F: docs/system/deprecated.texi
2808+F: docs/system/deprecated.rst
28082809
28092810 Build System
28102811 ------------
--- a/Makefile
+++ b/Makefile
@@ -1110,7 +1110,7 @@ docs/interop/qemu-ga-qapi.texi: qga/qapi-generated/qga-qapi-doc.texi
11101110 @cp -p $< $@
11111111
11121112 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
11141114 docs/system/qemu-cpu-models.7: docs/system/qemu-cpu-models.texi docs/system/cpu-models-x86.texi docs/system/cpu-models-mips.texi
11151115
11161116 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
11201120
11211121 qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \
11221122 qemu-options.texi \
1123- qemu-option-trace.texi \
1124- qemu-deprecated.texi qemu-monitor.texi \
1123+ qemu-monitor.texi \
11251124 qemu-monitor-info.texi \
11261125 docs/system/quickstart.texi \
11271126 docs/system/invocation.texi \
@@ -1140,7 +1139,8 @@ qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \
11401139 docs/system/build-platforms.texi \
11411140 docs/system/license.texi \
11421141 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
11441144
11451145 docs/interop/qemu-ga-ref.dvi docs/interop/qemu-ga-ref.html \
11461146 docs/interop/qemu-ga-ref.info docs/interop/qemu-ga-ref.pdf \
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -189,9 +189,9 @@ various targets are mentioned in the following sections.
189189 @include docs/system/target-m68k.texi
190190 @include docs/system/target-xtensa.texi
191191
192-@include docs/security.texi
192+@include docs/system/security.texi
193193
194-@include qemu-deprecated.texi
194+@include docs/system/deprecated.texi
195195
196196 @include docs/system/build-platforms.texi
197197
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4221,7 +4221,7 @@ HXCOMM This line is not accurate, as some sub-options are backend-specific but
42214221 HXCOMM HX does not support conditional compilation of text.
42224222 @item -trace [[enable=]@var{pattern}][,events=@var{file}][,file=@var{file}]
42234223 @findex -trace
4224-@include qemu-option-trace.texi
4224+@include docs/system/qemu-option-trace.texi
42254225 ETEXI
42264226 DEF("plugin", HAS_ARG, QEMU_OPTION_plugin,
42274227 "-plugin [file=]<file>[,arg=<string>]\n"