Andrea Bolognani

Results 99 comments of Andrea Bolognani

> These devices do support Arm64, but the qemu-kvm binary in virt-launcher get rid of them when compiling. The qemu-kvm rpm package is from `http://mirror.centos.org/centos/8-stream/AppStream/aarch64/os/Packages/qemu-kvm-core-6.2.0-5.module_el8.6.0+1087+b42c8331.aarch64`. Is it possible to tell...

> As you can see the supported devices by qemu-kvm on Arm64 in the [#7007 (comment)](https://github.com/kubevirt/kubevirt/pull/7007#issuecomment-1208981433) , compare with the build on x86_64, many devices are missing (like sound devices.)...

> Is it means using virtio-blk or virtio-scsi as default bus would be OK on Arm64? And not necessary to enable SATA? Correct. I looked at the files in `examples/`...

I don't feel like I can do a proper review, but this all look roughly right to me :) @rmohr about the idea of making virtio-blk the default across architectures,...

> I think that if we adopt the deprecation policy of k8s (likely and currently discussed), then we would need a `v2` of our core api to change defaults. So...

> > just to doubl-check, does anything come to your mind where libvirt in the currenct configuration would want to >interfere with that or would be confused? Would be great...

Native support for Hypervisor.framework acceleration has now been merged into libvirt, and will be part of the upcoming 8.1.0 release (scheduled for early March). This should make it possible to...

AFAICT vagrant still doesn't have native Apple Silicon support, so even if all issues on the libvirt side were fixed (they aren't quite yet) you'd probably still have problems installing...

> that is because vagrant itself obviously doesn't require native support as ppl report using it successfully on M1 for months now (using ARM VMs). It's not that simple. Vagrant...

> Tried to install using `CONFIGURE_ARGS="with-libvirt-include=$(brew --prefix libvirt)/include with-libvirt-lib=$(brew --prefix libvirt)/lib" vagrant plugin install vagrant-libvirt` but I'm getting another error @rmartins90 Can you try **not** passing `CONFIGURE_ARGS`? IIUC from [libvirt/libvirt-ruby#3](https://gitlab.com/libvirt/libvirt-ruby/-/issues/3)...