| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | nbd-multiconn | 81 def add_export(self, name, writable=None): argument 88 if writable is not None: 89 args['writable'] = writable 96 self.add_export('w', writable=True) 105 self.add_export('w', writable=True) 113 self.add_export('w', writable=True)
|
| H A D | inactive-node-nbd.out | 10 …export-add", "arguments": {"id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 24 … {"allow-inactive": false, "id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 38 …: {"allow-inactive": true, "id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 53 …export-add", "arguments": {"id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 68 … {"allow-inactive": false, "id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 83 …: {"allow-inactive": true, "id": "exp0", "node-name": "disk-fmt", "type": "nbd", "writable": true}} 213 …{"allow-inactive": true, "id": "exp0", "node-name": "target-fmt", "type": "nbd", "writable": true}}
|
| H A D | file-io-error.out | 20 'writable': true
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 307 | 69 writable=True) 85 iothread='iothread1', fixed_iothread=True, writable=True) 90 iothread='iothread1', fixed_iothread=False, writable=True) 96 name='export1', writable=True, writethrough=True, 108 name='export1', writable=True, writethrough=True,
|
| H A D | 307.out | 32 …ck-export-add", "arguments": {"id": "export1", "node-name": "ro", "type": "nbd", "writable": true}} 33 {"error": {"class": "GenericError", "desc": "Cannot export read-only node as writable"}} 59 …e, "id": "export1", "iothread": "iothread1", "node-name": "null", "type": "nbd", "writable": true}} 61 …e, "id": "export1", "iothread": "iothread1", "node-name": "null", "type": "nbd", "writable": true}} 64 === Add a writable export === 65 …cription": "This is the writable second export", "id": "export1", "name": "export1", "node-name": … 72 …cription": "This is the writable second export", "id": "export1", "name": "export1", "node-name": … 87 description: This is the writable second export 114 description: This is the writable second export
|
| H A D | 267.out | 23 Error: Device 'none0' is writable but does not support snapshots 27 Error: Device 'none0' is writable but does not support snapshots 59 Error: Device 'virtio0' is writable but does not support snapshots 63 Error: Device 'virtio0' is writable but does not support snapshots 84 Error: Device 'file' is writable but does not support snapshots 88 Error: Device 'file' is writable but does not support snapshots
|
| H A D | 208 | 49 iotests.log(vm.qmp('nbd-server-add', device='drive0-node', writable=True))
|
| H A D | 299.out | 7 {"execute": "nbd-server-add", "arguments": {"bitmap": "bitmap0", "device": "disk", "writable": true…
|
| H A D | 308.out | 95 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 127 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true 154 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true, 'growable': true 196 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | README.md | 40 … property s "xyz.openbmc_project.Led.Physical.Pal... emits-change writable 41 … property y 50 emits-change writable 42 … property q 1000 emits-change writable 43 … property s "xyz.openbmc_project.Led.Physical.Act... emits-change writable
|
| /openbmc/qemu/hw/nvram/ |
| H A D | eeprom93xx.c | 80 uint8_t writable; member 138 VMSTATE_UINT8(writable, eeprom_t), 173 if (eeprom->writable) { in eeprom93xx_write() 240 eeprom->writable = 0; in eeprom93xx_write() 250 eeprom->writable = 1; in eeprom93xx_write()
|
| H A D | eeprom_at24c.c | 47 bool writable; member 135 if (ee->writable) { in at24c_eeprom_send() 241 DEFINE_PROP_BOOL("writable", EEPROMState, writable, true),
|
| /openbmc/qemu/block/export/ |
| H A D | fuse.c | 57 bool writable; member 129 if (args->growable || blk_exp_args->writable) { in fuse_export_create() 179 exp->writable = blk_exp_args->writable; in fuse_export_create() 188 if (exp->writable) { in fuse_export_create() 453 add_resize_perm = !exp->growable && !exp->writable; in fuse_do_truncate() 527 if (!exp->writable && in fuse_setattr() 536 if (!exp->writable) { in fuse_setattr() 636 if (!exp->writable) { in fuse_write() 682 if (!exp->writable) { in fuse_fallocate()
|
| H A D | virtio-blk-handler.h | 28 bool writable; member
|
| H A D | export.c | 110 export->writable = false; in blk_exp_add() 112 if (bdrv_is_read_only(bs) && export->writable) { in blk_exp_add() 164 if (export->writable) { in blk_exp_add()
|
| H A D | vhost-user-blk-server.c | 135 if (!vexp->handler.writable) { in vu_blk_get_features() 346 vexp->handler.writable = opts->writable; in vu_blk_exp_create()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | gcc-6.patch | 17 - si.wants.writable = writecb; 20 + si.wants.writable = static_cast<bool>(writecb);
|
| /openbmc/qemu/docs/system/ |
| H A D | images.rst | 42 state, RAM, device state and the content of all the writable disks. In 44 writable block device using the ``qcow2`` disk image format. Normally 64 ``info snapshots``) and a snapshot of every writable disk image. The VM 65 state info is stored in the first ``qcow2`` non removable and writable
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/ |
| H A D | dot.profile | 10 # Might fail after "su - myuser" when /dev/tty* is not writable by "myuser".
|
| /openbmc/qemu/ |
| H A D | blockdev-nbd.c | 270 .writable = arg->writable, in qmp_nbd_server_add() 292 export_opts->writable = false; in qmp_nbd_server_add()
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/ |
| H A D | mctp_%.bbappend | 13 -Dunsafe-writable-connectivity=true \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | eject-2.1.5-spaces.patch | 7 occurrences off '\0##' with the ASCII value of 0##. Requires a writable 20 + * occurrences off '\0##' with the ASCII value of 0##. Requires a writable
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | change-secure_chroot_dir.patch | 36 valid home directory (which is NOT owned or writable by the user "ftp"). 55 directory should not be writable by the ftp user. This directory is used
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-storage-daemon.rst | 78 .. option:: --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>][,writable=on|off… 79 …k,id=<id>,node-name=<node-name>,addr.type=unix,addr.path=<socket-path>[,writable=on|off][,logical-… 80 …--export [type=]vhost-user-blk,id=<id>,node-name=<node-name>,addr.type=fd,addr.str=<fd>[,writable=… 81 …--export [type=]fuse,id=<id>,node-name=<node-name>,mountpoint=<file>[,growable=on|off][,writable=o… 82 …--export [type=]vduse-blk,id=<id>,node-name=<node-name>,name=<vduse-name>[,writable=on|off][,num-q… 85 exported. ``writable`` determines whether or not the export allows write 238 --export type=nbd,id=export,node-name=disk,writable=on 254 --export type=fuse,id=export,node-name=qcow2,mountpoint=disk.qcow2,writable=on
|
| /openbmc/qemu/block/monitor/ |
| H A D | block-hmp-cmds.c | 392 bool writable = qdict_get_try_bool(qdict, "writable", false); in hmp_nbd_server_start() local 399 if (writable && !all) { in hmp_nbd_server_start() 434 .writable = writable, in hmp_nbd_server_start() 455 bool writable = qdict_get_try_bool(qdict, "writable", false); in hmp_nbd_server_add() local 462 .writable = writable, in hmp_nbd_server_add()
|