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