From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PATCH 0/4] qemu-doc reorganization
Date: Tue, 25 Feb 2020 17:37:54 +0100 [thread overview]
Message-ID: <20200225163758.12996-1-pbonzini@redhat.com> (raw)
Prior to rST conversion, reorganize qemu-doc so that PC is handled
like all other targets and there is a generic "system emulation"
chapter.
This conflicts with the docs/system/cpu-models.texi conversion to
rST, but I would like to have a review for the third and fourth
patch while that conversion is finalized.
Paolo
Paolo Bonzini (4):
docs: system: remove target OS documentation
docs: system: split CPU models doc between MIPS and x86 parts
docs: split qemu-doc.texi in multiple files
qemu-doc: extract common system emulator documentation from the PC
section
Makefile | 11 +-
docs/system/cpu-models-mips.texi | 200 +++
.../cpu-models-x86.texi} | 232 ---
docs/system/gdb.texi | 71 +
docs/system/images.texi | 88 +
docs/system/invocation.texi | 240 +++
docs/system/ivshmem.texi | 60 +
docs/system/keys.texi | 53 +
docs/system/linuxboot.texi | 27 +
docs/system/monitor.texi | 35 +
docs/system/mux-chardev.texi | 51 +
docs/system/net.texi | 96 +
docs/system/qemu-cpu-models.texi | 28 +
docs/system/quickstart.texi | 13 +
docs/system/tls.texi | 329 ++++
docs/system/usb.texi | 115 ++
docs/system/vnc-security.texi | 196 ++
qemu-doc.texi | 1572 +----------------
18 files changed, 1668 insertions(+), 1749 deletions(-)
create mode 100644 docs/system/cpu-models-mips.texi
rename docs/{qemu-cpu-models.texi => system/cpu-models-x86.texi} (71%)
create mode 100644 docs/system/gdb.texi
create mode 100644 docs/system/images.texi
create mode 100644 docs/system/invocation.texi
create mode 100644 docs/system/ivshmem.texi
create mode 100644 docs/system/keys.texi
create mode 100644 docs/system/linuxboot.texi
create mode 100644 docs/system/monitor.texi
create mode 100644 docs/system/mux-chardev.texi
create mode 100644 docs/system/net.texi
create mode 100644 docs/system/qemu-cpu-models.texi
create mode 100644 docs/system/quickstart.texi
create mode 100644 docs/system/tls.texi
create mode 100644 docs/system/usb.texi
create mode 100644 docs/system/vnc-security.texi
--
2.21.1
next reply other threads:[~2020-02-25 16:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 16:37 Paolo Bonzini [this message]
2020-02-25 16:37 ` [PATCH 1/4] docs: system: remove target OS documentation Paolo Bonzini
2020-02-25 16:52 ` Peter Maydell
2020-02-25 16:37 ` [PATCH 2/4] docs: system: split CPU models doc between MIPS and x86 parts Paolo Bonzini
2020-02-25 16:37 ` [PATCH 3/4] docs: split qemu-doc.texi in multiple files Paolo Bonzini
2020-02-25 16:37 ` [PATCH 4/4] qemu-doc: extract common system emulator documentation from the PC section Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200225163758.12996-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).