Re: [libvirt PATCH 0/8] Drop 'monitor' from modern x86 CPU models

2020-11-23 Thread Jiri Denemark
On Mon, Nov 23, 2020 at 10:15:11 +, Daniel P. Berrangé wrote: > On Fri, Nov 20, 2020 at 08:38:59PM +0100, Jiri Denemark wrote: > > Doing so would normally break migration to older libvirt, but most of > > the patches in this series prepare an infrastructure for removing > > features from

Re: [libvirt PATCH 0/8] Drop 'monitor' from modern x86 CPU models

2020-11-23 Thread Daniel P . Berrangé
On Fri, Nov 20, 2020 at 08:38:59PM +0100, Jiri Denemark wrote: > Doing so would normally break migration to older libvirt, but most of > the patches in this series prepare an infrastructure for removing > features from existing CPU models while maintaining backward > compatibility during

Re: [libvirt PATCH 0/8] Drop 'monitor' from modern x86 CPU models

2020-11-23 Thread Tim Wiederhake
On Fri, 2020-11-20 at 20:38 +0100, Jiri Denemark wrote: > Doing so would normally break migration to older libvirt, but most of > the patches in this series prepare an infrastructure for removing > features from existing CPU models while maintaining backward > compatibility during migration. > >

[libvirt PATCH 0/8] Drop 'monitor' from modern x86 CPU models

2020-11-20 Thread Jiri Denemark
Doing so would normally break migration to older libvirt, but most of the patches in this series prepare an infrastructure for removing features from existing CPU models while maintaining backward compatibility during migration. See patch 7 for more details.