devices: silence IRQ debug!() spam
This simplifies debugging of running VMs. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
596d6453c5
commit
f3209e4f78
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ impl InterruptController for Ioapic {
|
|||
self.interrupt_source_group
|
||||
.trigger(irq as InterruptIndex)
|
||||
.map_err(Error::TriggerInterrupt)?;
|
||||
debug!("Interrupt {irq} successfully delivered");
|
||||
trace!("Interrupt {irq} successfully delivered");
|
||||
|
||||
// If trigger mode is level sensitive, set the Remote IRR bit.
|
||||
// It will be cleared when the EOI is received.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue