qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] qemu-doc reorganization
@ 2020-02-25 16:37 Paolo Bonzini
  2020-02-25 16:37 ` [PATCH 1/4] docs: system: remove target OS documentation Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paolo Bonzini @ 2020-02-25 16:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-25 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25 16:37 [PATCH 0/4] qemu-doc reorganization Paolo Bonzini
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

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).