Hi folks. I was looking at how our PCI system is set up in gem5, and I've
found that the way interrupts is configured is not correct. You can find a
fairly complete description of the problem over here:

https://gem5.atlassian.net/browse/GEM5-1165

My plan to fix this is to move the description of what interrupts to use
into the host controller, and remove it from the devices themselves.
They'll be oblivious to what interrupt they're actually requesting, since
it's up to the host controller to determine that in real hardware.

It doesn't look like this is likely to affect anything significantly
because the interrupt configuration I've found in our config scripts is
pretty minimal, but since it would be visible in configs, etc, I wanted to
send a heads up before I started working on it.

Gabe
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to