mbox series

[0/4] docs: Move usb2.txt, usb-storage.txt into rST manual

Message ID 20210728141457.14825-1-peter.maydell@linaro.org
Headers show
Series docs: Move usb2.txt, usb-storage.txt into rST manual | expand

Message

Peter Maydell July 28, 2021, 2:14 p.m. UTC
We already have a section of the rST manual describing USB
emulation support; this patchset moves the information
from the text files docs/usb2.txt and docs/usb-storage.txt
into the rST manual.

The changes here include reformatting into rST and a little bit of
wordsmithing in places.  I also added 'format=raw' to some example
command lines since QEMU now complains if you don't use it.  I have
not attempted to determine whether the information in the text files
(last updated in 2018) is stale...

thanks
-- PMM

Peter Maydell (4):
  docs: Incorporate information in usb-storage.txt into rST manual
  docs: Fold usb2.txt USB controller information into usb.rst
  docs: Fold usb2.txt physical port addressing info into usb.rst
  docs: Fold usb2.txt passthrough information into usb.rst

 docs/system/devices/usb.rst | 225 ++++++++++++++++++++++++++++++++++--
 docs/usb-storage.txt        |  59 ----------
 docs/usb2.txt               | 172 ---------------------------
 MAINTAINERS                 |   3 +-
 4 files changed, 219 insertions(+), 240 deletions(-)
 delete mode 100644 docs/usb-storage.txt
 delete mode 100644 docs/usb2.txt