search for: comparecpu

Displaying 4 results from an estimated 4 matches for "comparecpu".

2016 Aug 07
0
Proper XML for compareCPU method
All - What is the proper XML to supply to the Python Connections compareCPU method? I have looked at the cpu_map.xml file and I believe I have the proper XML configured but the method always throws an exception with a missing CPU architecture error. Here is the code. from __future__ import print_function import sys import libvirt conn = libvirt.open('qemu:///syste...
2020 Jul 19
3
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
On Sun, Jul 19, 2020 at 5:04 PM Zhenyu Zheng <zhengzhenyulixi@gmail.com> wrote: > > Hi oVirt, > > We are currently trying to make oVirt work on ARM64 platform, since I'm quite new to oVirt community, I'm wondering what is the current status about ARM64 support in the oVirt upstream, as I saw the oVirt Wikipedia page mentioned there is an ongoing efforts to support ARM
2020 Jul 20
0
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
...orked a little bit on libvirt and other from our team has experiences in qemu, those projects works OK on ARM platform, it is just the capability might be less when comparing to other platforms, for example, myself just added the getHost() capability for ARM64 in libvirt and now planning to work on compareCPU() API, after that we will have better migration workflow on ARM platform. For resources, actually, yes, I think we can provide those for oVirt community, could you tell me more details about what kind of resources are more suitable, our current resources are mostly VMs from public cloud, will that...
2020 Jul 22
1
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
...virt and other from our > team has experiences in qemu, those projects works OK on ARM platform, it > is just the capability might be less > when comparing to other platforms, for example, myself just added the > getHost() capability for ARM64 in libvirt and > now planning to work on compareCPU() API, after that we will have better > migration workflow on ARM platform. > > For resources, actually, yes, I think we can provide those for oVirt > community, could you tell me more details about > what kind of resources are more suitable, our current resources are mostly > VMs...