Re: [libvirt] [PATCH 00/22] qemu: Store default CPU in domain XML

2019-10-08 Thread Jiri Denemark
On Mon, Oct 07, 2019 at 17:24:11 +0200, Andrea Bolognani wrote: > On Thu, 2019-10-03 at 16:00 +0200, Jiri Denemark wrote: > > When starting a domain without a CPU model specified in the domain XML, > > QEMU will choose a default one. Which is fine unless the domain gets > > migrated to another

Re: [libvirt] [PATCH 00/22] qemu: Store default CPU in domain XML

2019-10-08 Thread Andrea Bolognani
On Thu, 2019-10-03 at 16:00 +0200, Jiri Denemark wrote: > When starting a domain without a CPU model specified in the domain XML, > QEMU will choose a default one. Which is fine unless the domain gets > migrated to another host because libvirt doesn't perform any CPU ABI > checks and the virtual

Re: [libvirt] [PATCH 00/22] qemu: Store default CPU in domain XML

2019-10-07 Thread Andrea Bolognani
On Thu, 2019-10-03 at 16:00 +0200, Jiri Denemark wrote: > When starting a domain without a CPU model specified in the domain XML, > QEMU will choose a default one. Which is fine unless the domain gets > migrated to another host because libvirt doesn't perform any CPU ABI > checks and the virtual

[libvirt] [PATCH 00/22] qemu: Store default CPU in domain XML

2019-10-03 Thread Jiri Denemark
When starting a domain without a CPU model specified in the domain XML, QEMU will choose a default one. Which is fine unless the domain gets migrated to another host because libvirt doesn't perform any CPU ABI checks and the virtual CPU provided by QEMU on the destination host can differ from the