« Previous | Next » 

Revision 0fbf01fe

ID0fbf01fe911e84c588be41636570f46f597113d6

Added by Anthony Liguori about 11 years ago

qtest: use synchronous I/O for char device

Peter reported that rtc-test would periodically hang. It turns out
this was due to an EAGAIN occurring on qemu_chr_fe_write.

Instead of heavily refactoring qtest, just use a synchronous version
of the write operation for qemu_chr_fe_write to address this problem.

Reported-by: Peter Maydell <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences