Re: [libvirt] [PATCH v2 03/15] qemu_capabilities: Expose qemu <-> libvirt arch translators

2019-03-11 Thread Daniel P . Berrangé
On Thu, Mar 07, 2019 at 10:29:13AM +0100, Michal Privoznik wrote: > In some cases, the string representing architecture is different > in qemu and libvirt. That is the reason why we have > virQEMUCapsArchFromString() and virQEMUCapsArchToString(). So > far, we did not need them outside of qemu_capa

[libvirt] [PATCH v2 03/15] qemu_capabilities: Expose qemu <-> libvirt arch translators

2019-03-07 Thread Michal Privoznik
In some cases, the string representing architecture is different in qemu and libvirt. That is the reason why we have virQEMUCapsArchFromString() and virQEMUCapsArchToString(). So far, we did not need them outside of qemu_capabilities code, but this will change shortly. Expose them then. Signed-off