qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] deprecation: x86 default machine types
@ 2022-03-01 19:54 Dr. David Alan Gilbert (git)
  2022-03-02 17:42 ` Daniel P. Berrangé
  0 siblings, 1 reply; 6+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2022-03-01 19:54 UTC (permalink / raw)
  To: qemu-devel, thuth, kraxel, berrange, eduardo, libvir-list

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Declare the intent to require a machine type to be specified on x86
system emulation.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 docs/about/deprecated.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 85773db631..143c60d105 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -324,6 +324,14 @@ machine is hardly emulated at all (e.g. neither the LCD nor the USB part had
 been implemented), so there is not much value added by this board. Use the
 ``ref405ep`` machine instead.
 
+x86 default machine type
+''''''''''''''''''''''''
+
+x86 currently defaults to the ```pc``` machine type which is based on the very
+old ```i440fx``` chipset.  This default will be removed and the user will be
+required to specify a machine type explicitly using -M; users are encouraged to
+switch to the not quite as old ```q35``` machine types.
+
 Backend options
 ---------------
 
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-03 19:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 19:54 [PATCH] deprecation: x86 default machine types Dr. David Alan Gilbert (git)
2022-03-02 17:42 ` Daniel P. Berrangé
2022-03-02 19:38   ` Dr. David Alan Gilbert
2022-03-03  8:59     ` Daniel P. Berrangé
2022-03-03 18:59       ` Dr. David Alan Gilbert
2022-03-02 20:23   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).