[PATCH 0/2] isapc: warn rather than reject modern x86 CPU models

Mark Cave-Ayland posted 2 patches 3 days, 18 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251023142926.964718-1-mark.caveayland@nutanix.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
docs/about/deprecated.rst | 14 +++++++++++
hw/i386/isapc.c           | 53 ++++++++++++++++-----------------------
2 files changed, 35 insertions(+), 32 deletions(-)
[PATCH 0/2] isapc: warn rather than reject modern x86 CPU models
Posted by Mark Cave-Ayland 3 days, 18 hours ago
Following on from the original discussion and series which has been merged for
the 10.2 release, there are still some concerns as to whether this will have
an impact on users.

Rather than outright reject modern x86 CPU models for the isapc machine, take a
gentler approach by starting the normal deprecation process as suggested by
Igor.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>


Mark Cave-Ayland (2):
  hw/i386/isapc.c: warn rather than reject modern x86 CPU models
  docs/about/deprecated.rst: document isapc deprecation for modern x86
    CPU models

 docs/about/deprecated.rst | 14 +++++++++++
 hw/i386/isapc.c           | 53 ++++++++++++++++-----------------------
 2 files changed, 35 insertions(+), 32 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] isapc: warn rather than reject modern x86 CPU models
Posted by Paolo Bonzini 3 days, 1 hour ago
Queued, thanks.

Paolo