Da Zheng, le Tue 04 May 2010 18:04:15 +0800, a écrit :
> I thought the error somehow is related to irq as there was an error like "hd0:
> irq timeout: status=0xd8". My DDE PCNet32 driver seems to suffer from the same
> problem in qemu even though it works well in vmware. I inserted printing in 
> the
> interrupt handler in the kernel to check whether interrupts for the pcnet32
> device have been triggered but didn't see any. Can I check interrupts in the
> qemu side?

This is done by the qemu_set_irq() function, see pcnet_update_irq() in
hw/pcnet.c

Samuel


Reply via email to