Lines Matching refs:rerror
569 if ((buf = qemu_opt_get(opts, "rerror")) != NULL) {
760 .name = "rerror",
788 const char *werror, *rerror;
986 /* Check werror/rerror compatibility with if=... */
997 rerror = qemu_opt_get(legacy_opts, "rerror");
998 if (rerror != NULL) {
1001 error_setg(errp, "rerror is not supported by this bus type");
1004 qdict_put_str(bs_opts, "rerror", rerror);
3719 .name = "rerror",