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
84 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.c786 const char *werror, *rerror; in drive_new() local
995 rerror = qemu_opt_get(legacy_opts, "rerror"); in drive_new()
996 if (rerror != NULL) { in drive_new()
1002 qdict_put_str(bs_opts, "rerror", rerror); in drive_new()
H A Dhmp-commands.hx207 actions (drive options rerror, werror).
H A Dqemu-options.hx1569 " [,snapshot=on|off][,rerror=ignore|stop|report]\n"
1651 ``werror=action,rerror=action``
1657 ``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.json1659 # the device's rerror/werror actions will be used.
3057 # 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()