SimpleSSD / SimpleSSD-FullSystem

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
88 stars 46 forks source link

alternative to m5term or disabling "too much work for irq4" message? #11

Closed shehbazj closed 4 years ago

shehbazj commented 4 years ago

Running Environment (please complete the following information):

Execution information

Explain what you want to ask here:

Thank you for making your project open source. my question: This is probably an artifact of gem5, I get the following error multiple times which is due to UART interrupts: serial8250: too much work for irq4 Is there a way to disable these messages? I am connecting to guest using m5term, is there another way to connect to SimpleSSD?

Thank you in advance.

kukdh1 commented 4 years ago

Hi,

That problem comes from UART hardware of x86 gem5. You can ask gem5 maintainers to fix the problem (or search not-yet-merged gem5 patch from gem5-review). Or simply disable printk function of 8250 serial driver in Linux Kernel.

Thanks.