Andrew Fasano
Andrew Fasano
Do you think it would be possible/better to extend an existing VM metadata format instead of making a new one? In particular, libvirt and vagrant both have such formats defined...
Hey, thanks for the detailed issue! We've heard a few users tell us that panda didn't work with Windows 10 but we always assumed that was a bug from our...
I think it is
Adding `timeout` everywhere looks good, but do we really want to have an int and a bool option for all of these? I'd think we could instead just get rid...
Supersedes #625. +1 for saving this until the next major version release - I think that could come out as early as this winter according to our rules. Is the...
PANDA doesn't support KVM or smp and you're using `-smp 4 --enable-kvm`. I suspect that's the problem. It should probably raise more obvious errors when you try - I'm guessing...
@Ben-Dumas would you be able to update the readme and then we can close this issue? I'd do it myself but I don't really understand what changed.
It seems like you're finding all the dragons hiding in the PyPANDA code lately! This is a bad design, but it's the best we could come up with given how...
Not a fix, but in case it helps - I've been using the following to take a snapshot at a precise location (i.e., in a callback triggered by a hook)...
This is definitely a bug, but I wonder if you could bypass is by avoiding pausing/resuming the OS during recording - I'm guessing that's not captured in the non-determinism log...