mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 02:48:12 +00:00
use cortex-a57 as cpu for arm emulation for now...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4fc262bd50
commit
0f27a91d3d
@ -3312,6 +3312,9 @@ sub get_cpu_options {
|
||||
my $ostype = $conf->{ostype};
|
||||
|
||||
my $cpu = $kvm ? "kvm64" : "qemu64";
|
||||
if ($arch eq 'aarch64') {
|
||||
$cpu = 'cortex-a57';
|
||||
}
|
||||
if (my $cputype = $conf->{cpu}) {
|
||||
my $cpuconf = PVE::JSONSchema::parse_property_string($cpu_fmt, $cputype)
|
||||
or die "Cannot parse cpu description: $cputype\n";
|
||||
|
Loading…
Reference in New Issue
Block a user