Re: [libvirt] [PATCH 40/41] qemu: Update guest CPU def in live XML

2016-09-16 Thread Jiri Denemark
On Tue, Aug 30, 2016 at 17:58:56 -0400, John Ferlan wrote: ... > > @@ -3267,14 +3267,8 @@ qemuDomainDefFormatBuf(virQEMUDriverPtr driver, > > /* Update guest CPU requirements according to host CPU */ > > if ((flags & VIR_DOMAIN_XML_UPDATE_CPU) && > > def->cpu && > > -(def

Re: [libvirt] [PATCH 40/41] qemu: Update guest CPU def in live XML

2016-08-30 Thread John Ferlan
On 08/12/2016 09:33 AM, Jiri Denemark wrote: > Storing the updated CPU definition in the live domain definition saves > us from having to update it over and over when we need it. Not to > mention that we will soon further update the CPU definition according to > QEMU once it's started. > > A hig