Re: [PATCH 0/3] Change default machine type for aarch64 and riscv64

2023-04-17 Thread Jim Fehlig
On 4/17/23 05:57, Andrea Bolognani wrote: On Fri, Apr 14, 2023 at 03:14:46PM -0600, Jim Fehlig wrote: On aarch64, the default CPU for machine type 'virt' is 'cortex-a15', which works fine for , but fails for type='kvm' 2023-04-14T21:03:03.392256Z qemu-system-aarch64: KVM is not supported for

Re: [PATCH 0/3] Change default machine type for aarch64 and riscv64

2023-04-17 Thread Andrea Bolognani
On Fri, Apr 14, 2023 at 03:14:46PM -0600, Jim Fehlig wrote: > On aarch64, the default CPU for machine type 'virt' is 'cortex-a15', > which works fine for , but fails for type='kvm' > > 2023-04-14T21:03:03.392256Z qemu-system-aarch64: KVM is not supported for > this guest CPU type > > Do we need

[PATCH 0/3] Change default machine type for aarch64 and riscv64

2023-04-14 Thread Jim Fehlig
This series is a first attempt at changing the default machine type for aarch64 and riscv64. It is difficult, if not impossible, to create a working VM with the current defaults of 'integratorcp' and 'spike_v1.10', so let's change the default to type 'virt'. See the following thread for more