Home | History | Annotate | Download | only in qemu

Lines Matching full:onerror

806             return drives_table[index].onerror;
847 int bdrv_flags, onerror;
1047 onerror = BLOCK_ERR_STOP_ENOSPC;
1054 onerror = BLOCK_ERR_IGNORE;
1056 onerror = BLOCK_ERR_STOP_ENOSPC;
1058 onerror = BLOCK_ERR_STOP_ANY;
1060 onerror = BLOCK_ERR_REPORT;
1131 drives_table[drives_table_idx].onerror = onerror;