Thomas Huth <[email protected]> writes:
> The oldest machine type which is still used in a still maintained distro
> is a pc-0.12 based machine type in RHEL6, so everything that is older
> than pc-0.12 should not be used anymore. Thus let's deprecate pc-0.10
> and pc-0.11 so that we can finally remove them in a future release.
>
> Signed-off-by: Thomas Huth <[email protected]>
$ qemu-system-x86_64 -M pc-0.10
qemu-system-x86_64: Machine type 'pc-0.10' is deprecated: Old and
unsupported machine version, use a newer machine type instead.
Please drop the period.
"Old and unsupported" feels redundant after "is deprecated". What about
qemu-system-x86_64: Machine type 'pc-0.10' is deprecated, use a newer
version of the machine type instead
or even
qemu-system-x86_64: Machine type 'pc-0.10' is deprecated, use a newer
machine type instead
?