87f14eaa51
docs/can: convert to restructuredText
...
Buglink: https://gitlab.com/qemu-project/qemu/-/issues/527
Signed-off-by: Lucas Ramage <lucas.ramage@infinite-omicron.com >
Message-id: 20220105205628.5491-1-oxr463@gmx.us
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
[PMM: Move to docs/system/devices/ rather than top-level;
fix a pre-existing typo in passing]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2022-01-20 11:47:52 +00:00
b980c1aec6
Fix some typos in documentation (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
Message-Id: <20211117210702.1393570-1-sw@weilnetz.de >
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com >
[thuth: "what's" --> "what is" as suggested by philmd]
Signed-off-by: Thomas Huth <thuth@redhat.com >
2021-11-22 15:02:38 +01:00
916b0f0b52
hw/nvme: change nvme-ns 'shared' default
...
Change namespaces to be shared namespaces by default (parameter
shared=on). Keep shared=off for older machine types.
Reviewed-by: Keith Busch <kbusch@kernel.org >
Signed-off-by: Klaus Jensen <k.jensen@samsung.com >
2021-11-19 07:31:56 +01:00
c47d4fa0c8
docs: Add documentation for vhost based RNG implementation
...
Add description and example for the vhost-user based RNG implementation.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org >
Message-Id: <20211012205904.4106769-4-mathieu.poirier@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2021-10-20 04:37:55 -04:00
30a20f2c5a
docs: Fold usb2.txt passthrough information into usb.rst
...
Fold the usb2.txt information on device passthrough into usb.rst;
since this is the last part of the .txt file we can delete it now.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-Id: <20210728141457.14825-5-peter.maydell@linaro.org >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2021-07-29 11:18:55 +02:00
557ae9763a
docs: Fold usb2.txt physical port addressing info into usb.rst
...
Fold the usb2.txt documentation about specifying which physical
port a USB device should use into usb.rst.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-Id: <20210728141457.14825-4-peter.maydell@linaro.org >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2021-07-29 11:18:55 +02:00
78da86dce1
docs: Fold usb2.txt USB controller information into usb.rst
...
Fold the information in docs/usb2.txt about the different
kinds of supported USB controller into the main rST manual.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-Id: <20210728141457.14825-3-peter.maydell@linaro.org >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2021-07-29 11:18:55 +02:00
2a49e4e927
docs: Incorporate information in usb-storage.txt into rST manual
...
We already have a section on USB in the rST manual; fold
the information in docs/usb-storage.txt into it.
We add 'format=raw' to the various -drive options in the code
examples, because QEMU will print warnings these days if you
omit it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-Id: <20210728141457.14825-2-peter.maydell@linaro.org >
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2021-07-29 11:18:55 +02:00
15d9c3cef1
docs: add a section on the generalities of vhost-user
...
While we do mention some of this stuff in the various daemons and
manuals the subtleties of the socket and memory sharing are sometimes
missed. This document attempts to give some background on vhost-user
daemons in general terms.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Message-Id: <20210720232703.10650-4-alex.bennee@linaro.org >
2021-07-23 17:22:16 +01:00
189c099f75
docs: collect the disparate device emulation docs into one section
...
While we are at it add a brief preamble that explains some of the
common concepts in QEMU's device emulation which will hopefully lead
to less confusing about our dizzying command line options.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Markus Armbruster <armbru@redhat.com >
Cc: Paolo Bonzini <pbonzini@redhat.com >
Cc: Daniel P. Berrangé <berrange@redhat.com >
Cc: Eduardo Habkost <ehabkost@redhat.com >
Message-Id: <20210720232703.10650-3-alex.bennee@linaro.org >
2021-07-23 17:22:16 +01:00