Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 67) sorted by relevance

123

/qemu/tests/qemu-iotests/tests/
A Dnbd-multiconn81 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)
A Dqcow2-internal-snapshots.out99 Error: Device 'disk0' is writable but does not support snapshots
101 Error: Device 'disk0' is writable but does not support snapshots
103 Error: Device 'disk0' is writable but does not support snapshots
A Dfile-io-error.out20 'writable': true
A Diothreads-nbd-export51 node_name='disk', writable=True))
A Dqsd-jobs77 --export type=nbd,id=export1,node-name=fmt_base,writable=on,name=export1 \
/qemu/tests/qemu-iotests/
A D307.out32 …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
A D30769 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,
A D267.out23 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
A D308.out95 '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
A D20849 iotests.log(vm.qmp('nbd-server-add', device='drive0-node', writable=True))
A D299.out7 {"execute": "nbd-server-add", "arguments": {"bitmap": "bitmap0", "device": "disk", "writable": true…
/qemu/hw/nvram/
A Deeprom93xx.c80 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()
A Deeprom_at24c.c51 bool writable; member
132 if (ee->writable) { in at24c_eeprom_send()
240 DEFINE_PROP_BOOL("writable", EEPROMState, writable, true),
/qemu/block/export/
A Dfuse.c57 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()
A Dexport.c109 export->writable = false; in blk_exp_add()
111 if (bdrv_is_read_only(bs) && export->writable) { in blk_exp_add()
152 if (export->writable) { in blk_exp_add()
A Dvhost-user-blk-server.c135 if (!vexp->handler.writable) { in vu_blk_get_features()
346 vexp->handler.writable = opts->writable; in vu_blk_exp_create()
A Dvirtio-blk-handler.h28 bool writable; member
A Dvirtio-blk-handler.c179 if (is_write && !handler->writable) { in virtio_blk_process_req()
228 if (!handler->writable) { in virtio_blk_process_req()
A Dvduse-blk.c308 vblk_exp->handler.writable = opts->writable; in vduse_blk_exp_create()
337 if (!opts->writable) { in vduse_blk_exp_create()
/qemu/docs/system/
A Dimages.rst42 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
/qemu/docs/tools/
A Dqemu-storage-daemon.rst76 .. option:: --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>][,writable=on|off…
77 …k,id=<id>,node-name=<node-name>,addr.type=unix,addr.path=<socket-path>[,writable=on|off][,logical-…
78 …--export [type=]vhost-user-blk,id=<id>,node-name=<node-name>,addr.type=fd,addr.str=<fd>[,writable=…
79 …--export [type=]fuse,id=<id>,node-name=<node-name>,mountpoint=<file>[,growable=on|off][,writable=o…
80 …--export [type=]vduse-blk,id=<id>,node-name=<node-name>,name=<vduse-name>[,writable=on|off][,num-q…
83 exported. ``writable`` determines whether or not the export allows write
236 --export type=nbd,id=export,node-name=disk,writable=on
252 --export type=fuse,id=export,node-name=qcow2,mountpoint=disk.qcow2,writable=on
/qemu/
A Dblockdev-nbd.c260 .writable = arg->writable, in qmp_nbd_server_add()
282 export_opts->writable = false; in qmp_nbd_server_add()
/qemu/block/monitor/
A Dblock-hmp-cmds.c387 bool writable = qdict_get_try_bool(qdict, "writable", false); in hmp_nbd_server_start() local
394 if (writable && !all) { in hmp_nbd_server_start()
429 .writable = writable, in hmp_nbd_server_start()
450 bool writable = qdict_get_try_bool(qdict, "writable", false); in hmp_nbd_server_add() local
457 .writable = writable, in hmp_nbd_server_add()
/qemu/block/
A Dreplication.c360 static void reopen_backing_file(BlockDriverState *bs, bool writable, in reopen_backing_file() argument
377 if (writable) { in reopen_backing_file()
384 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file()
391 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file()
/qemu/docs/sphinx/
A Ddbusparser.py72 self.writable = False
75 self.writable = True
79 self.writable = True

Completed in 46 milliseconds

123