[Qemu-devel] How can I see the data for IDE DMA?

2012-04-24 Thread Sungchan Kim
this difficulty? Thank you. Regards, Sungchan Kim

[Qemu-devel] Inquiry on generating delay of hardware access in QEMU

2010-09-01 Thread Sungchan Kim
All, As far as I know, access delay of parallel port in QEMU is zero (or one?) unless I use actual parallel port in a host system. What I want to do is to give some delay without using the real parallel port. So I plan to put a qemu timer in parallel_ioport_write/read_sw() functions. But I'm having