Re: [libvirt] [PATCH 1/5] s390: Cpu driver support for getModels, update and compare

2016-11-03 Thread Jiri Denemark
On Wed, Nov 02, 2016 at 16:34:31 -0400, Jason J. Herne wrote: > Implement getModels for s390. It returns an empty list. This means libvirt > supports all models Qemu knows about. > > Implement compare for s390. Required to test the guest against the host for > guest cpu model runnability

[libvirt] [PATCH 1/5] s390: Cpu driver support for getModels, update and compare

2016-11-02 Thread Jason J. Herne
Implement getModels for s390. It returns an empty list. This means libvirt supports all models Qemu knows about. Implement compare for s390. Required to test the guest against the host for guest cpu model runnability checking. We always return IDENTICAL to bypass Libvirt's checking. s390 will