Andrew Fasano

Results 47 issues of Andrew Fasano

Some fantastic work by @caden-kline! * Modified Diverge.py to sucessfully run. * It had problems with setting breakpoints. * Created a readfn for the virt timer ctl value * Added...

Looking to start a conversation about making some changes to the PyPANDA APIs and docs to improve usability. These are all subjective design choices so I'm opening an issue for...

It seems that `generic_tests.py` as run by our CI is failing, but the tests are reported as passing. From https://github.com/panda-re/panda/actions/runs/6148260094/job/16689846816?pr=1352 we can see it downloads some stuff and then prints:...

bug

Some recent upgrades to rust and libosi have revealed that our `build.sh` script could use some improvements when re-building on a system after the initial install. 1) If your rust...

The kernelinfo.conf files we use for OSI linux contain values specific to x86. We should add a way to specify architecture to these files and then figure out what different...

no-issue-activity

PANDA works in 22.04 so it would be nice to update the container to be based on 22.04. In doing so, we'd probably want to also move up to python3.10....

[panda_expect.py](https://github.com/panda-re/panda/blob/dev/panda/python/core/pandare/panda_expect.py) is about 500 lines of hacks that reinvent existing libraries. I think the functionality we need largely exists in the following two libraries: * [pexpect](https://pexpect.readthedocs.io/en/stable/) for sending/receiving lines *...

Virtio peripherals seem to break record/replay. The specific use case where I've had issues with with the arm virt machine and other arm guests with the `virtio-net-device` peripheral. I suspect...

OSI will trigger an assertion on a linux vm booting if asidstory is loaded, but not if OSI is loaded by itself. Things work fine if loading from a snapshot....