Skip to content

Commit

Permalink
log what hardware acceleration value is used
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jul 16, 2024
1 parent 3f865e4 commit 250786e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/drivers/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ func (d *Driver) Start() error {
// hardware acceleration is important, it increases performance by 10x
accel := hardwareAcceleration()
if accel != "" {
klog.Infof("Using %s for hardware acceleration", accel)
startCmd = append(startCmd,
"-accel", accel)
}
Expand Down

0 comments on commit 250786e

Please sign in to comment.