Nir Soffer
2020-Jul-19 18:06 UTC
Re: [Libguestfs] [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 platform. We have a small team here and we are willing to also help to make this work.Hi Zhenyu, I think this is a great idea, both supporting more hardware, and enlarging the oVirt community. Regarding hardware support we depend mostly on libvirt and qemu, and I don't know that is the status. Adding relevant lists and people. I don't know about any effort on oVirt side, but last week I added arm builds for ovirt-imageio and it works: https://copr.fedorainfracloud.org/coprs/nsoffer/ovirt-imageio-preview/build/1555705/ We have many dependendencies, but oVirt itself is mostly python and java, with tiny bits in C or using ctypes, so it should not be too hard. I think the first thing is getting some hardware for testing. Do you have such hardware, or have some contacts that can help to get hardware contribution for this? Nir
Zhenyu Zheng
2020-Jul-20 01:17 UTC
Re: [Libguestfs] [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
Hi Nir, Thanks alot for the quick response and information, actually I also worked 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 be OK? BR, Zhenyu On Mon, Jul 20, 2020 at 2:07 AM Nir Soffer <nsoffer@redhat.com> wrote:> 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 platform. We have > a small team here and we are willing to also help to make this work. > > Hi Zhenyu, > > I think this is a great idea, both supporting more hardware, and > enlarging the oVirt > community. > > Regarding hardware support we depend mostly on libvirt and qemu, and I > don't know > that is the status. Adding relevant lists and people. > > I don't know about any effort on oVirt side, but last week I added > arm builds for > ovirt-imageio and it works: > > https://copr.fedorainfracloud.org/coprs/nsoffer/ovirt-imageio-preview/build/1555705/ > > We have many dependendencies, but oVirt itself is mostly python and java, > with > tiny bits in C or using ctypes, so it should not be too hard. > > I think the first thing is getting some hardware for testing. Do you > have such hardware, > or have some contacts that can help to get hardware contribution for this? > > Nir > >
Zhenyu Zheng
2020-Jul-22 08:29 UTC
Re: [Libguestfs] [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
Hi, Any other comments for this topic? BR, Zhenyu On Mon, Jul 20, 2020 at 9:17 AM Zhenyu Zheng <zhengzhenyulixi@gmail.com> wrote:> Hi Nir, > > Thanks alot for the quick response and information, actually I also > worked 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 be OK? > > BR, > > Zhenyu > > On Mon, Jul 20, 2020 at 2:07 AM Nir Soffer <nsoffer@redhat.com> wrote: > >> 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 platform. We have >> a small team here and we are willing to also help to make this work. >> >> Hi Zhenyu, >> >> I think this is a great idea, both supporting more hardware, and >> enlarging the oVirt >> community. >> >> Regarding hardware support we depend mostly on libvirt and qemu, and I >> don't know >> that is the status. Adding relevant lists and people. >> >> I don't know about any effort on oVirt side, but last week I added >> arm builds for >> ovirt-imageio and it works: >> >> https://copr.fedorainfracloud.org/coprs/nsoffer/ovirt-imageio-preview/build/1555705/ >> >> We have many dependendencies, but oVirt itself is mostly python and java, >> with >> tiny bits in C or using ctypes, so it should not be too hard. >> >> I think the first thing is getting some hardware for testing. Do you >> have such hardware, >> or have some contacts that can help to get hardware contribution for this? >> >> Nir >> >>
Daniel P. Berrangé
2020-Jul-22 09:13 UTC
Re: [Libguestfs] [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
On Sun, Jul 19, 2020 at 09:06:42PM +0300, Nir Soffer wrote:> 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 platform. We have a small team here and we are willing to also help to make this work. > > Hi Zhenyu, > > I think this is a great idea, both supporting more hardware, and > enlarging the oVirt > community. > > Regarding hardware support we depend mostly on libvirt and qemu, and I > don't know > that is the status. Adding relevant lists and people.libvirt and qemu both support aarch64 guests and hosts for years now, as do various KVM mgmt apps, so I think its largely just a matter of the oVirt code that needs porting and updating to deal with any aarch64 specific aspects. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
Seemingly Similar Threads
- Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
- Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
- Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
- About Diffserv on linux!
- [PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64