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

Peter Maydell posted 4 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210728141457.14825-1-peter.maydell@linaro.org
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
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
[PATCH 0/4] docs: Move usb2.txt, usb-storage.txt into rST manual
Posted by Peter Maydell 2 years, 9 months ago
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

-- 
2.20.1