[Fault-injection-developer] Add set/clear irq process to ficl tool
Status: Alpha
Brought to you by:
rustyl
From: Gao, K. <kev...@in...> - 2003-04-24 07:03:58
|
I have add the irq process function into fith utility. The usage model is as follow: =20 $ ficl --setirq(-s) test.xml //set irq faultset. $ ficl --clrirq(-c) //clear all the irq faultset. =20 The format of test.xml is as follow: =20 <fake_irq irq=3D$irq_num devname=3D$dev_name spurious_hertz=3D$spurious_hertz delay_hertz=3D$delay_hertz delay_time=3D$delay_time /> =20 -Kevin =20 |