You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors from QemuMonitor are ignore, so many problems are ignored under the hood. We do now know when things fail in QemuMonitor. That was the result of false positive in some tests in the past, it seems.
Problems:
Errors from QemuMonitor are ignore, so many problems are ignored under the hood. We do now know when things fail in QemuMonitor. That was the result of false positive in some tests in the past, it seems.
Catching errors has been added here: b956e6f
But it results in stockpiling errors when handling disk / USB connection / disconnection.
A good suite to test this is
esp-scanning
.The end result of this task should be that the esp-scanning and secure-boot suite can reliably pass on QEMU.
The text was updated successfully, but these errors were encountered: