Mathieu Tarral
Mathieu Tarral
Hi Tommy, thanks for posting an issue. I'm trying to get a repro here first, so i can get a better understanding of the situatin. I'll keep you posted
Hi, I originaly opened the issue back in 2016 regard SATA support: https://github.com/hashicorp/packer/issues/3983 I need the SATA interface today in order to build and boot a Windows 11 image, and...
This PR was supposed to add SATA support: https://github.com/hashicorp/packer-plugin-qemu/pull/54#pullrequestreview-877649727 However it's incomplete and unusable at this stage: https://github.com/hashicorp/packer-plugin-qemu/issues/146 @nywilken should we remove this option from the docs until we figure...
I'm not actively working on the Python bindings anymore, I'm maintaining the repo and fixing bugs. @darkbytex1 you are free to work on this support by yourself and make a...
It's written in the logs: `VMIAddressSpace: The LibVMI python bindings must be installed` The libvmi python bindings are not found on your system or in the virtualenv you are using.
I seems that the python2 VMIAddressSpace might not working anymore. Python2 itself is deprecated, you should have a look at Volatility3: https://github.com/volatilityfoundation/volatility3/ Also libmicrovmi is another library that already provides...
Hi, i've just installed libvmi from master branch, created a venv, and ran ``` python3 setup.py build ``` it completed without any issues. How did you proceed to get the...
I retriggered a CI build, and I had to fixes a few things in libvmi dependencies, etc but the build works: https://github.com/libvmi/python/pull/86 https://github.com/libvmi/python/actions/runs/6353687904/job/17258819604
@pjcolp this is the build script that's used to create the GCC command line: https://github.com/libvmi/python/blob/master/libvmi/libvmi_build.py If you have a Dockerfile to repro this issue, we can take a look.
Hi @aoshiken, I made some changes today to debug our CI for a smooth upload to PyPI. However it seems that the rules have changed a bit, and binary wheels...