Revision ad492c92

b/savevm.c
400 400

  
401 401
static int bdrv_fclose(void *opaque)
402 402
{
403
    return 0;
403
    return bdrv_flush(opaque);
404 404
}
405 405

  
406 406
static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable)

Also available in: Unified diff