<div dir="ltr">Hello,<div style>  I have a small doubt in lg_irq_enable function specifically this line of code,</div><div style><div><br></div><div style>line:87</div><div style><br></div><div> testl $0, lguest_data+LGUEST_DATA_irq_pending</div>
<div> jnz send_interrupts</div><div><br></div><div style>doesn't testl perform a bitwise and of the operands and set the flags appropriately. In that case, test with '0' as operand would always set the zero flag right? So it can never jump to send_interrupts. I must warn you that I am a complete beginner to all this so I might be wrong too, dont flame in that case.</div>
<div style><br></div><div style>Regards,</div><div style><br></div><div style>Sujeen</div></div></div>