Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 33) sorted by relevance

12

/qemu/backends/
H A Drng.c45 return s->opened; in rng_backend_prop_get_opened()
54 if (k->opened) { in rng_backend_complete()
55 k->opened(s, &local_err); in rng_backend_complete()
62 s->opened = true; in rng_backend_complete()
H A Drng-random.c98 if (b->opened) { in rng_random_set_filename()
132 rbc->opened = rng_random_opened; in rng_random_class_init()
H A Drng-egd.c118 if (b->opened) { in rng_egd_set_chardev()
151 rbc->opened = rng_egd_opened; in rng_egd_class_init()
H A Dcryptodev-vhost-user.c51 bool opened; member
198 s->opened = true; in cryptodev_vhost_user_init()
364 if (s->opened) { in cryptodev_vhost_user_set_chardev()
H A Dtrace-events12 iommu_backend_set_fd(int fd) "pre-opened /dev/iommu fd=%d"
/qemu/include/sysemu/
H A Drng.h47 void (*opened)(RngBackend *s, Error **errp); member
55 bool opened; member
H A Dtpm_backend.h42 bool opened; member
/qemu/tests/qemu-iotests/
H A D249.out8 === Send a write command to a drive opened in read-only mode (1)
23 === Send a write command to a drive opened in read-only mode (2)
42 === Send a write command to a drive opened in read-only mode (3)
H A D070.out4 …ylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but con…
22 === Verify image created by Disk2VHD can be opened ===
H A D195.out6 Change backing file of mid (opened read-only)
43 Change backing file of top (opened writable)
H A D112.out126 …nt entry width or qemu-img convert to create a clean copy if the image cannot be opened for writing
/qemu/docs/devel/
H A Dvfio-iommufd.rst69 - iommufd BE: device fd is opened through ``/dev/vfio/devices/vfioX``
103 Note the ``/dev/iommu`` and VFIO cdev can be externally opened by a
112 If the ``fd`` property is not passed, the fd is opened by QEMU.
/qemu/.github/workflows/
H A Dlockdown.yml7 types: opened
/qemu/block/
H A Dquorum.c947 bool *opened; in quorum_open() local
1013 opened = g_new0(bool, s->num_children); in quorum_open()
1028 opened[i] = true; in quorum_open()
1035 g_free(opened); in quorum_open()
1042 if (!opened[i]) { in quorum_open()
1049 g_free(opened); in quorum_open()
/qemu/docs/interop/
H A Dqed_spec.txt40 ** An image with unknown ''features'' bits enabled must not be opened. File format changes that ar…
41 ** An image with unknown ''compat_features'' bits enabled can be opened safely. The unknown featur…
42 ** An image with unknown ''autoclear_features'' bits enable can be opened safely after clearing the…
H A Dparallels.txt68 Set to 0x746F6E59 when the image is opened by software in R/W
71 A zero in this field means that the image was opened by an old
H A Dvhost-user-gpu.rst25 socket ancillary data to share opened file descriptors (DMABUF fds or
H A Dprl-xml.txt154 opened read-only. There is another predefined GUID,
/qemu/qapi/
H A Dnet.json210 # @fd: file descriptor of an already opened tap
212 # @fds: multiple file descriptors of already opened multiqueue capable
229 # @vhostfd: file descriptor of an already opened vhost net device
231 # @vhostfds: file descriptors of multiple already opened vhost net
267 # @fd: file descriptor of an already opened socket
508 # @vhostfd: file descriptor of an already opened vhost vdpa device
H A Dqom.json668 # @readonly: if true, the backing file is opened read-only; if false,
669 # it is opened read-write. (default: false)
804 # which represents a pre-opened /dev/iommu. This allows the
834 # @opened: if true, the device is opened immediately when applying
841 # @deprecated: Member @opened is deprecated. Setting true doesn't
847 'data': { '*opened': { 'type': 'bool', 'features': ['deprecated'] } } }
H A Dmisc-target.json477 # Query the Xen event channels opened by the guest.
/qemu/docs/specs/
H A Dppc-spapr-uv-hcalls.rst50 response, opening a new TPM session if one has not already been opened.
/qemu/docs/devel/migration/
H A Dmain.rst43 passed to QEMU. QEMU doesn't care how this file descriptor is opened.
575 Return path - opened by main thread, read by return-path thread
580 Return path - opened by main thread, written by main thread AND postcopy
/qemu/docs/about/
H A Dremoved-features.rst366 ``opened`` property of ``rng-*`` objects (removed in 7.1)
369 The ``opened=on`` option in the command line or QMP ``object-add`` either had
370 no effect (if ``opened`` was the last option) or caused errors. The property
1089 When creating an image with a backing file that could not be opened,
/qemu/migration/
H A Dtrace-events218 qemu_rdma_dump_id_failed(const char *who) "%s RDMA Device opened, but can't query port information"
219 … *ibdev_path, int transport, const char *transport_name) "%s RDMA Device opened: kernel name %s uv…

12