Home
last modified time | relevance | path

Searched refs:rerror (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/block/
H A Dblock.c208 BlockdevOnError rerror, werror; in blkconf_apply_backend_options() local
239 rerror = conf->rerror; in blkconf_apply_backend_options()
240 if (rerror == BLOCKDEV_ON_ERROR_AUTO) { in blkconf_apply_backend_options()
241 rerror = blk_get_on_error(blk, true); in blkconf_apply_backend_options()
250 blk_set_on_error(blk, rerror, werror); in blkconf_apply_backend_options()
H A Dswim.c226 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in swim_drive_realize()
H A Dfdc.c522 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in floppy_drive_realize()
/openbmc/qemu/include/hw/block/
H A Dblock.h35 BlockdevOnError rerror; member
89 DEFINE_PROP_BLOCKDEV_ON_ERROR("rerror", _state, _conf.rerror, \
/openbmc/qemu/audio/
H A Dpaaudio.c420 int *rerror) in qpa_simple_new() argument
507 *rerror = pa_context_errno(c->context); in qpa_simple_new()
/openbmc/qemu/
H A Dblockdev.c569 if ((buf = qemu_opt_get(opts, "rerror")) != NULL) { in blockdev_init()
760 .name = "rerror",
788 const char *werror, *rerror; in drive_new()
986 /* Check werror/rerror compatibility with if=... */ in drive_new()
997 rerror = qemu_opt_get(legacy_opts, "rerror"); in drive_new()
998 if (rerror != NULL) { in drive_new()
1001 error_setg(errp, "rerror is not supported by this bus type"); in drive_new()
1004 qdict_put_str(bs_opts, "rerror", rerror); in drive_new()
786 const char *werror, *rerror; drive_new() local
[all...]
H A Dhmp-commands.hx207 actions (drive options rerror, werror).
H A Dqemu-options.hx1599 " [,snapshot=on|off][,rerror=ignore|stop|report]\n"
1681 ``werror=action,rerror=action``
1687 ``werror=enospc`` and ``rerror=report``.
/openbmc/qemu/qapi/
H A Djob.json207 # rerror/werror arguments that were specified when starting the
H A Dblock-core.json1728 # the device's rerror/werror actions will be used.
3128 # rerror/werror arguments that were specified when starting the
/openbmc/qemu/docs/
H A Dqdev-device-use.txt64 * file, format, snapshot, cache, aio, readonly, rerror, werror go into
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c488 .rerror = BLOCKDEV_ON_ERROR_AUTO, in scsi_bus_legacy_handle_cmdline()