On 16/4/24 16:23, Thomas Huth wrote:
On 16/04/2024 15.52, Philippe Mathieu-Daudé wrote:
> Similarly to the commit c7437f0ddb "docs/about: Mark the
> old pc-i440fx-2.0 - 2.3 machine types as deprecated",
> deprecate the 2.4 to 2.7 machines.
>
> Suggested-by: Thomas Huth <thuth(a)redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd(a)linaro.org>
> ---
> docs/about/deprecated.rst | 4 ++--
> hw/i386/pc_piix.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 7b548519b5..967ee34267 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -219,8 +219,8 @@ deprecated; use the new name ``dtb-randomness``
> instead. The new name
> better reflects the way this property affects all random data within
> the device tree blob, not just the ``kaslr-seed`` node.
> -``pc-i440fx-2.0`` up to ``pc-i440fx-2.3`` (since 8.2)
>
-'''''''''''''''''''''''''''''''''''''''''''''''''''''
> +``pc-i440fx-2.0`` up to ``pc-i440fx-2.3`` (since 8.2) and
> ``pc-i440fx-2.4`` up to ``pc-i440fx-2.7`` (since 9.1)
>
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Didn't we want to mark everything up to 2.12 as deprecated?
I took your suggestion:
https://lore.kernel.org/qemu-devel/2a01baa6-b6a3-4572-94cd-63b2eaab7b38@r...
I am happy to go up to 2.12 :)
Anyway,
Reviewed-by: Thomas Huth <thuth(a)redhat.com>
Thanks!