Skip to content

Commit

Permalink
fixup! Fix #73: OpenBSD VM fails during "Initializing VM" with QEMU o…
Browse files Browse the repository at this point in the history
…n macOS
  • Loading branch information
jacob-carlborg committed Dec 24, 2023
1 parent 78eb838 commit 0c7f6bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/operating_systems/openbsd/openbsd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export default class OpenBsd extends os.OperatingSystem {

// qemu
cpu: this.architecture.cpu,
accelerator: this.architecture.accelerator,
accelerator: vmModule.Accelerator.tcg,
// accelerator: this.architecture.accelerator,
machineType: this.architecture.machineType,

// xhyve
Expand Down

0 comments on commit 0c7f6bd

Please sign in to comment.