Skip to content

Commit

Permalink
feat(machine): Bump qemu to use all CPU features
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Aug 20, 2024
1 parent bac5ee5 commit 759ae4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/qemu/v1alpha1.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func (service *machineV1alpha1Service) Create(ctx context.Context, machine *mach
Type: QemuMachineTypeVirt,
}),
WithCPU(QemuCPU{
CPU: QemuCPUArmCortexA53,
CPU: QemuCPUArmMax,
}),
)

Expand Down

0 comments on commit 759ae4a

Please sign in to comment.