Results 178 comments of Elliott Mitchell

The issue 5aa7e6e8ea778851433795dba32deb2e4d0370ae is aimed at is `intr_event_destroy()` is a shutdown/cleanup function. As such only **urgent** errors should be returned. The event already being `NULL` is legitimately bad, but if...

Some of what is here would be rendered obsolete by #1457.

Mostly I rebase to keep everything near HEAD. This time I also grabbed one commit from #1457 where I noticed a lurking issue. In most cases this will never trigger,...

This is marked "draft" for a reason. The first issue is the PowerPC team needs to okay 03da9e8f6481ffd0f2bc29bf863a70d12403c3fa. I'm pretty sure it is correct, but it hasn't been verified. I'm...

I now have a better feel for the complaints about Hyper-V for arm64.

Another note to reviewers. I think `intrtab_lookup()` is a better name for the function due to that being the minimum guarantee behind it. Many MIPS devices would have used `typedef...

_This_ is roughly where I figure to end #1286. Everything up to 06660ff10fc5c17bbb873d5d046a633f72867dc7 is pretty much acceptable. Everything after 06660ff10fc5c17bbb873d5d046a633f72867dc7 is near-certain not to work. Problem is the documentation for...

Figuring I need to update the second patch. I'm assuming either `machine/intr.h` or `machine/intr_machdep.h` will be chosen. I'm using `machine/machintr.h` simply to express neutrality, issue is a decision is needed...

Hrmm, find all the existing occurrences, but them miss the two internal ones. Still looking for feedback.

A distinct issue is the documentation for the resource manager seems unclear to me. There are the `->rm_start` and `->rm_end` fields, but what effect do these actually have? I'm getting...