Re: [Qemu-devel] [PATCH v2 8/9] docs: Deprecate CPU model runnability guarantees

2019-07-02 Thread Daniel P . Berrangé
On Thu, Jun 27, 2019 at 09:28:43PM -0300, Eduardo Habkost wrote: > Document that CPU model runnability guarantees won't apply to > unversioned CPU models anymore. > > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2: > * (none) > > Cc: libvir-l...@redhat.com > --- > qemu-deprecated.texi

[Qemu-devel] [PATCH v2 8/9] docs: Deprecate CPU model runnability guarantees

2019-06-27 Thread Eduardo Habkost
Document that CPU model runnability guarantees won't apply to unversioned CPU models anymore. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * (none) Cc: libvir-l...@redhat.com --- qemu-deprecated.texi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/qemu-deprecate