summary refs log tree commit diff stats
path: root/docs/about/removed-features.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/about/removed-features: Document removed machines from older QEMU versionsThomas Huth2021-08-111-2/+18
| | | | | | | These machines had been removed in the QEMU v2.6 up to 4.0 time frame. Message-Id: <20210811084103.74832-7-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Document removed devices from older QEMU versionsThomas Huth2021-08-111-0/+11
| | | | | | | These devices had been removed/replaced in QEMU v2.12 and v4.0. Message-Id: <20210811084103.74832-6-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Document removed HMP commands from QEMU v2.12Thomas Huth2021-08-111-0/+11
| | | | | | | | | | These HMP commands had been removed/replaced in QEMU v2.12. Still, some people might want to update from older versions to the recent QEMU version, so we should give some recommendations for the replacements in our documentation. Message-Id: <20210811084103.74832-5-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Document removed CLI options from QEMU v3.1Thomas Huth2021-08-111-0/+67
| | | | | | | | | | These CLI options had been removed/replaced in QEMU v3.1. Still, some people might want to update from older versions to the recent QEMU version, so we should give some recommendations for the replacements in our documentation. Message-Id: <20210811084103.74832-4-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Document removed CLI options from QEMU v3.0Thomas Huth2021-08-111-0/+35
| | | | | | | | | | These CLI options had been removed/replaced in QEMU v3.0. Still, some people might want to update from older versions to the recent QEMU version, so we should give some recommendations for the replacements in our documentation. Message-Id: <20210811084103.74832-3-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Document removed CLI options from QEMU v2.12Thomas Huth2021-08-111-2/+37
| | | | | | | | | | These CLI options had been removed/replaced in QEMU v2.12. Still, some people might want to update from older versions to the recent QEMU version, so we should give some recommendations for the replacements in our documentation. Message-Id: <20210811084103.74832-2-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* docs/about/removed-features: Fix markup errorPeter Maydell2021-08-021-1/+1
| | | | | | | | | | | The section describing the removed feature "-usbdevice ccid" had a typo so the markup started with single backtick and ended with double backtick; fix it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20210726142338.31872-10-peter.maydell@linaro.org
* docs: Move deprecation, build and license info out of system/Peter Maydell2021-07-181-0/+538
Now that we have a single Sphinx manual rather than multiple manuals, we can provide a better place for "common to all of QEMU" information like the deprecation notices, build platforms, license information, which we currently have in the system/ manual even though it applies to all of QEMU. Create a new directory about/ on the same level as system/, user/, etc, and move these documents there. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20210705095547.15790-5-peter.maydell@linaro.org