diff options
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 62680f7bd5..7b94653cef 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -367,6 +367,14 @@ guarantees must resolve the CPU model aliases using te ``alias-of'' field returned by the ``query-cpu-definitions'' QMP command. +While those guarantees are kept, the return value of +``query-cpu-definitions'' will have existing CPU model aliases +point to a version that doesn't break runnability guarantees +(specifically, version 1 of those CPU models). In future QEMU +versions, aliases will point to newer CPU model versions +depending on the machine type, so management software must +resolve CPU model aliases before starting a virtual machine. + @node Recently removed features @appendix Recently removed features |