Skip to content

Commit

Permalink
feat(machine): Bump qemu to use all CPU features (#1854)
Browse files Browse the repository at this point in the history
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
  • Loading branch information
razvand committed Aug 20, 2024
2 parents bac5ee5 + 759ae4a commit 5398244
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 5398244

Please sign in to comment.