Hi Peter,
I don't want to ignore it if you think I've found a bug here - but my
reproducer unfortunately is the VM that was launched with
libvirt/virt-install. If you know of a pure QEMU command to spin up a
new QEMU VM that would attempt to use the "neoverse-v1" CPU model with
KVM (run on a host
On Tue, 7 Jan 2025 at 22:08, Mitchell Augustin
wrote:
>
> > You don't say what your command line is..
>
> Sorry, meant to include that, although I think I may have figured out
> my issue after looking through the docs more.
>
> I am trying to launch a VM with libvirt/virt-install, using the
> foll
> You don't say what your command line is..
Sorry, meant to include that, although I think I may have figured out
my issue after looking through the docs more.
I am trying to launch a VM with libvirt/virt-install, using the
following options (now with sve-default-vector-length removed):
virt-inst
On Mon, 6 Jan 2025 at 21:54, Mitchell Augustin
wrote:
> I see that we can run programs built with SVE on non-SVE-supporting
> hosts via `qemu-aarch64 -cpu max,sve-default-vector-length=256` (from
> the arm docs:
> https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve/sve_armie/),
>
Hello,
I see that we can run programs built with SVE on non-SVE-supporting
hosts via `qemu-aarch64 -cpu max,sve-default-vector-length=256` (from
the arm docs:
https://learn.arm.com/learning-paths/servers-and-cloud-computing/sve/sve_armie/),
but I am having trouble figuring out a way to apply this