Some of the efuse-related tests could be ported to pytest-embedded-qemu. For this, we need a few things: - Generate an eFuse binary before launching QEMU ([example](https://github.com/espressif/esp-idf/blob/be06a6f5ffe36f9554cfc91fe2036e0fc85fea60/tools/idf_py_actions/qemu_ext.py#L183-L186)) - Pass the path of eFuse binary to QEMU - Add a DUT method to set specific eFuses. The simplest option might be to allow calling espefuse.py, connecting it to QEMU over TCP. - Add a DUT method to clear eFuses between tests.