f6bbac985e
docs/migration: Create index page
...
Create an index page for migration module. Move VFIO migration there too.
A trivial touch-up on the title to use lower case there.
Since then we'll have "migration" as the top title, make the main doc file
renamed to "migration framework".
Cc: Alex Williamson <alex.williamson@redhat.com >
Cc: Cédric Le Goater <clg@redhat.com >
Reviewed-by: Cédric Le Goater <clg@redhat.com >
Link: https://lore.kernel.org/r/20240109064628.595453-3-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com >
2024-01-16 11:16:10 +08:00
8cb2f8b172
docs/migration: Create migration/ directory
...
Migration documentation is growing into a single file too large. Create a
sub-directory for it for a split.
We also already have separate vfio/virtio documentations, move it all over
into the directory.
Note that the virtio one is still not yet converted to rST. That is a job
for later.
Cc: "Michael S. Tsirkin" <mst@redhat.com >
Cc: Jason Wang <jasowang@redhat.com >
Cc: Alex Williamson <alex.williamson@redhat.com >
Cc: Cédric Le Goater <clg@redhat.com >
Reviewed-by: Cédric Le Goater <clg@redhat.com >
Link: https://lore.kernel.org/r/20240109064628.595453-2-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com >
2024-01-16 11:16:10 +08:00
98dad2b019
docs/devel: Add VFIO iommufd backend documentation
...
Suggested-by: Cédric Le Goater <clg@redhat.com >
Signed-off-by: Eric Auger <eric.auger@redhat.com >
Signed-off-by: Yi Liu <yi.l.liu@intel.com >
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com >
Tested-by: Nicolin Chen <nicolinc@nvidia.com >
Signed-off-by: Cédric Le Goater <clg@redhat.com >
2023-12-19 19:03:38 +01:00
0d177cdd2b
docs/s390x/cpu topology: document s390x cpu topology
...
Add some basic examples for the definition of cpu topology
in s390x.
Signed-off-by: Pierre Morel <pmorel@linux.ibm.com >
Co-developed-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com >
Message-ID: <20231016183925.2384704-15-nsg@linux.ibm.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2023-10-20 07:16:53 +02:00
bcf317f859
docs/devel: start documenting writing VirtIO devices
...
While writing my own VirtIO devices I've gotten confused with how
things are structured and what sort of shared infrastructure there is.
If we can document how everything is supposed to work we can then
maybe start cleaning up inconsistencies in the code.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Cc: Stefan Hajnoczi <stefanha@redhat.com >
Cc: "Michael S. Tsirkin" <mst@redhat.com >
Cc: Gerd Hoffmann <kraxel@redhat.com >
Cc: Marc-André Lureau <marcandre.lureau@redhat.com >
Cc: Viresh Kumar <viresh.kumar@linaro.org >
Cc: Mathieu Poirier <mathieu.poirier@linaro.org >
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com >
Message-Id: <20220309164929.19395-1-alex.bennee@linaro.org >
Message-Id: <20220321153037.3622127-10-alex.bennee@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2022-05-16 04:38:40 -04:00
ab20edf59d
docs/devel: drop :hidden: and :includehidden: tags
...
This was confusing and in the case of qtest was hiding the details of
the qgraph sub-document in the qtest pages.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Acked-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220419091020.3008144-4-alex.bennee@linaro.org >
2022-04-20 16:04:20 +01:00
c6afd2bdfd
docs/devel: try and impose some organisation
...
We have a growing set of developer docs but the index is currently in
order of when stuff was added. Try and make things a bit easier to
find my adding sub indexes and organising into themes.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com >
Message-Id: <20220315121251.2280317-7-alex.bennee@linaro.org >
2022-03-23 10:37:49 +00:00