Martin Atkins
Martin Atkins
I agree that the current evolved behavior is unfortunately rather messy and inconsistent and makes this considerably more complicated than it ought to be. (This is, in part, _why_ this...
Hi @Roxyrob! Thanks for sharing this use-case. I want to make sure we properly capture what you're hoping for here. It sounds like you'd like for the plan output to...
So far it seems like the request here is that _each resource instance_ in the plan would separately display certain additional information about where it would be created. So perhaps...
I don't work on Terraform anymore, but FWIW the forthcoming v6.0 major release of the `hashicorp/aws` provider seems to be introducing the idea of tracking region on a per-resource-instance basis,...
I've also now added some tests for handling of invalid memory accesses, since I found those weren't working as I expected in my program either. Again, I'm not sure if...
Looking again with fresh eyes today I realized I didn't include enough instructions from my real program in the code loaded for the memory hook tests, and so what I...
After reading the relevant code more deeply I've learned that: 1. The virtual TLB code directly sets the `EXCEPTION` error when a TLB hook returns no TLB entry, without running...
(Sorry for the flood of comments. I'm learning more about Unicorn/QEMU as I investigate and sharing in case it's useful to others in the future.) I have identified one significant...
I have been working today on a PR to expose a "pseudo-register" that can be used to read or set the privilege mode. That design mimics part of the RISC-V...
Thank you for the feedback! If I recall correctly I wrote this PR before I worked on some others, and at the time I wrote this I was still a...