Home
last modified time | relevance | path

Searched refs:werror (Results 1 – 19 of 19) sorted by relevance

/qemu/hw/block/
H A Dblock.c203 BlockdevOnError rerror, werror; in blkconf_apply_backend_options() local
239 werror = conf->werror; in blkconf_apply_backend_options()
240 if (werror == BLOCKDEV_ON_ERROR_AUTO) { in blkconf_apply_backend_options()
241 werror = blk_get_on_error(blk, false); in blkconf_apply_backend_options()
245 blk_set_on_error(blk, rerror, werror); in blkconf_apply_backend_options()
H A Dswim.c228 dev->conf.werror = BLOCKDEV_ON_ERROR_AUTO; in swim_drive_realize()
H A Dfdc.c524 dev->conf.werror = BLOCKDEV_ON_ERROR_AUTO; in floppy_drive_realize()
/qemu/scripts/oss-fuzz/
H A Dbuild.sh66 ../configure --disable-werror --cc="$CC" --cxx="$CXX" --enable-fuzzing \
83 ../configure --disable-werror --cc="$CC" --cxx="$CXX" --enable-fuzzing \
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml21 - ../configure --enable-werror --disable-docs --enable-fdt=system
56 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS
74 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS
H A Dbuildtest-template.yml22 - ../configure --enable-werror --disable-docs --enable-fdt=system
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh50 ../src-binu/configure --disable-werror \
61 ../src-gcc/configure --disable-werror --disable-shared \
/qemu/include/hw/block/
H A Dblock.h36 BlockdevOnError werror; member
86 DEFINE_PROP_BLOCKDEV_ON_ERROR("werror", _state, _conf.werror, \
/qemu/.gitlab-ci.d/cirrus/
H A Dbuild.yml32 - ../configure --enable-werror $CONFIGURE_ARGS
/qemu/target/loongarch/
H A DREADME27 …./configure --static --prefix=/usr --disable-werror --target-list="loongarch64-linux-user" --en…
/qemu/docs/
H A Dmeson.build9 if get_option('werror')
H A Dqdev-device-use.txt64 * file, format, snapshot, cache, aio, readonly, rerror, werror go into
/qemu/scripts/
H A Dmeson-buildoptions.sh560 --enable-werror) printf "%s" -Dwerror=true ;;
561 --disable-werror) printf "%s" -Dwerror=false ;;
/qemu/
H A Dblockdev.c786 const char *werror, *rerror; in drive_new() local
985 werror = qemu_opt_get(legacy_opts, "werror"); in drive_new()
986 if (werror != NULL) { in drive_new()
992 qdict_put_str(bs_opts, "werror", werror); in drive_new()
H A Dhmp-commands.hx207 actions (drive options rerror, werror).
H A Dqemu-options.hx1524 " [,werror=ignore|stop|report|enospc][,id=name]\n"
1605 ``werror=action,rerror=action``
1611 ``werror=enospc`` and ``rerror=report``.
/qemu/hw/scsi/
H A Dscsi-bus.c443 .werror = BLOCKDEV_ON_ERROR_AUTO, in scsi_bus_legacy_handle_cmdline()
/qemu/docs/devel/testing/
H A Dmain.rst643 --disable-werror --extra-cflags="-O0"
/qemu/qapi/
H A Dblock-core.json1624 # the device's rerror/werror actions will be used.
3010 # rerror/werror arguments that were specified when starting the