« Previous | Next » 

Revision 42496d62

ID42496d6240bfedc7ac6d92f04f92cff6c2e9f226

Added by Kevin Wolf almost 13 years ago

qcow2: Avoid direct AIO callback

bdrv_aio_* must not call the callback before returning to its caller. In qcow2,
this could happen in some error cases. This starts the real requests processing
in a BH to avoid this situation.

Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences