Re: [Qemu-devel] "Issue" With non-blocking IO patch

2005-10-17 Thread Brad Campbell
John Coiner wrote: I can't reproduce this. Please check two things: 1. In "block.c", the first two lines of the "bdrv_cancel_nonblock_io" function should read: if( bs->nbst.booted && bs->nbst.state != STATE_IDLE ) { There was a bugfix here, in the most recent version of the patch,

Re: [Qemu-devel] "Issue" With non-blocking IO patch

2005-10-17 Thread John Coiner
I can't reproduce this. Please check two things: 1. In "block.c", the first two lines of the "bdrv_cancel_nonblock_io" function should read: if( bs->nbst.booted && bs->nbst.state != STATE_IDLE ) { There was a bugfix here, in the most recent version of the patch, and if you didn't

[Qemu-devel] "Issue" With non-blocking IO patch

2005-10-17 Thread Brad Campbell
G'day all, Have discovered a minor hitch with the non-blocking IO patch. when changing cdrom devices in the console it dies with qemu: /home/brad/src/qemu/block.c:425: bdrv_cancel_nonblock_io: Assertion `nbst->state == STATE_READ_DONE' failed. Aborted I start qemu with qemu -hda test.img -cdr