Re: [libvirt] [PATCH v5 25/36] qemu_capabilities: Introduce virQEMuCapsMigratablePropsDiff

2019-01-04 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:19 -0600, Chris Venteicher wrote: > Create an augmented CPUModelInfo identifying which props are/aren't > migratable based on a diff between migratable and non-migratable > inputs. > > This patch pulls existing logic out of virQEMUCapsProbeQMPHostCPU > and wraps the

[libvirt] [PATCH v5 25/36] qemu_capabilities: Introduce virQEMuCapsMigratablePropsDiff

2018-12-02 Thread Chris Venteicher
Create an augmented CPUModelInfo identifying which props are/aren't migratable based on a diff between migratable and non-migratable inputs. This patch pulls existing logic out of virQEMUCapsProbeQMPHostCPU and wraps the existing logic in a standalone function hopefully simplifying both functions