Re: [Qemu-devel] block/curl: Remedy a crashing bug completing AIOCBs from cache

2011-09-21 Thread Kevin Wolf
Am 21.09.2011 12:55, schrieb n...@bytemark.co.uk: > In QEMU master, attempting to read a cached block from a HTTP (or otherwise) > mounted ISO causes an assert to be triggered, killing the entire QEMU process. > It looks like this: > > hw/ide/pci.c:314: bmdma_cmd_writeb: Assertion `bm->bus->dma->a

[Qemu-devel] block/curl: Remedy a crashing bug completing AIOCBs from cache

2011-09-21 Thread nick
In QEMU master, attempting to read a cached block from a HTTP (or otherwise) mounted ISO causes an assert to be triggered, killing the entire QEMU process. It looks like this: hw/ide/pci.c:314: bmdma_cmd_writeb: Assertion `bm->bus->dma->aiocb == ((void *)0)' failed. The following two patches add