Skip to content

Commit

Permalink
chore: remove hvf acceleration from amd64 vm command (#1089)
Browse files Browse the repository at this point in the history
### What does this PR do?

Should not have been added / was added when refactoring. `hvf` should
not be there for amd64 as it's cross-arch and not compatible (hvf only
working for arm).

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Fixes #1088

### How to test this PR?

<!-- Please explain steps to reproduce -->

1. Create an amd64 image
2. Run VM tab
3. Works / runs.

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage authored Dec 11, 2024
1 parent 4cd5ccf commit 6383cad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/src/vm-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ class MacArmX86VMManager extends VMManagerBase {
'qemu64',
'-machine',
'q35',
'-accel',
'hvf',
'-smp',
'4',
'-serial',
Expand Down

0 comments on commit 6383cad

Please sign in to comment.