33#include "pybind11/embed.h"
34#include "pybind11/pybind11.h"
41namespace py = pybind11;
55 std::unique_ptr<
wchar_t[],
decltype(&PyMem_RawFree)> program(
56 Py_DecodeLocale(argv[0],
nullptr),
61 Py_SetProgramName(program.get());
63 py::scoped_interpreter guard(
true, argc, argv);
65 auto importer = py::module_::import(
"importer");
66 importer.attr(
"install")();
69 py::module_::import(
"m5").attr(
"main")();
70 }
catch (py::error_already_set &
e) {
71 if (
e.matches(PyExc_SystemExit))
72 return e.value().attr(
"code").cast<
int>();
74 std::cerr <<
e.what();
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....