Home
last modified time | relevance | path

Searched refs:instantiated (Results 1 – 12 of 12) sorted by relevance

/qemu/docs/devel/
H A Dqom.rst96 are instantiated dynamically but there is only ever one instance for any
100 Using object_new(), a new #Object derivative will be instantiated. You can
141 is called to let the class being instantiated provide default initialize for
424 If the type is not intended to be instantiated, then the
448 All devices can be instantiated by C code, however only some can
H A Dvirtio-backends.rst88 manually instantiated:
H A Dmulti-process.rst79 are instantiated by name when used by the guest VM. For example, the
/qemu/include/net/
H A Dnet.h289 int instantiated; /* does this NICInfo correspond to an instantiated NIC? */ member
/qemu/docs/system/ppc/
H A Dpseries.rst102 also supported by the pSeries machine in QEMU and can be instantiated with the
124 The pSeries machine in QEMU is always instantiated with the following devices:
/qemu/net/
H A Dnet.c1135 if (!nd->used || nd->instantiated) { in qemu_find_nic_info()
1218 if (!nd->used || nd->instantiated) { in qemu_create_nic_bus_devices()
1748 if (nd->used && !nd->instantiated) { in net_check_clients()
/qemu/docs/specs/
H A Dtpm.rst30 used with pc/q35 machine while the latter can be instantiated in the
33 An I2C device support is also provided which can be instantiated in the Arm
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst121 The instantiated VDUSE device must then be added to the vDPA bus using the
/qemu/hw/core/
H A Dqdev-properties-system.c573 nd->instantiated = 1; in qdev_set_nic_properties()
/qemu/docs/devel/testing/
H A Dqgraph.rst50 instantiated when a node consumes or produces it.
/qemu/docs/devel/migration/
H A Dmain.rst141 instantiated, and management tools should use those. For example,
/qemu/qapi/
H A Dqom.json161 # @abstract: the type is abstract and can't be directly instantiated.