Qemu on windows #15709
Labels
co/qemu-driver
QEMU related issues
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
os/windows
priority/backlog
Higher priority than priority/awaiting-more-evidence.
What Happened?
currently we do not return the Qemu Firmware path for windows
minikube/pkg/minikube/registry/drvs/qemu2/qemu2.go
Line 69 in 1784105
I tried to add this
if runtime.GOOS == "windows" {
return "C:\Program Files\qemu\share\edk2-x86_64-code.fd", nil
}
but my current problem is I dont have a succesfull qemu installation on windows, since the exe binary seems to return nothing but blank space
Attach the log file
Operating System
None
Driver
None
The text was updated successfully, but these errors were encountered: