Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 69) sorted by relevance

123

/qemu/util/
H A Dyank.c27 YankInstance *instance; member
73 if (yank_instance_equal(entry->instance, instance)) { in yank_find_entry()
86 if (yank_find_entry(instance)) { in yank_register_instance()
92 entry->instance = QAPI_CLONE(YankInstance, instance); in yank_register_instance()
99 void yank_unregister_instance(const YankInstance *instance) in yank_unregister_instance() argument
104 entry = yank_find_entry(instance); in yank_unregister_instance()
109 qapi_free_YankInstance(entry->instance); in yank_unregister_instance()
113 void yank_register_function(const YankInstance *instance, in yank_register_function() argument
121 entry = yank_find_entry(instance); in yank_register_function()
131 void yank_unregister_function(const YankInstance *instance, in yank_unregister_function() argument
[all …]
/qemu/include/qemu/
H A Dyank.h30 bool yank_register_instance(const YankInstance *instance, Error **errp);
42 void yank_unregister_instance(const YankInstance *instance);
57 void yank_register_function(const YankInstance *instance,
72 void yank_unregister_function(const YankInstance *instance,
/qemu/hw/smbios/
H A Dsmbios.c131 uint8_t instance, kind; member
684 SMBIOS_BUILD_TABLE_PRE_SIZE(4, T4_BASE + instance, in smbios_build_type_4_table()
741 unsigned instance = 0; in smbios_build_type_8_table() local
745 SMBIOS_BUILD_TABLE_PRE(8, T0_BASE + instance, true); in smbios_build_type_8_table()
755 instance++; in smbios_build_type_8_table()
761 unsigned instance = 0; in smbios_build_type_9_table() local
765 SMBIOS_BUILD_TABLE_PRE(9, T9_BASE + instance, true); in smbios_build_type_9_table()
814 instance++; in smbios_build_type_9_table()
950 unsigned instance = 0; in smbios_build_type_41_table() local
958 t->device_type_instance = t41->instance; in smbios_build_type_41_table()
[all …]
/qemu/qapi/
H A Dyank.json12 # An enumeration of yank instance types. See @YankInstance for more
49 # A yank instance can be yanked with the @yank qmp command to recover
52 # @type: yank instance type
/qemu/io/
H A Ddns-resolver.c34 static QIODNSResolver *instance; variable
39 instance = QIO_DNS_RESOLVER(object_new(TYPE_QIO_DNS_RESOLVER)); in qio_dns_resolve_init_instance()
46 return instance; in qio_dns_resolver_get_instance()
/qemu/docs/system/
H A Dbarrier.rst28 The object can be added on the QEMU command line, for instance with::
40 by removing and re-adding the input-barrier object, for instance
H A Dbootindex.rst18 Some guest machine types (for instance the s390x machines) do
52 booting. For instance, the PC BIOS boot specification allows only one
62 a particular device reliably. For instance with the PC BIOS, if a SCSI HBA
H A Dinvocation.rst15 double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
H A Dauthz.rst71 To create an instance of this driver via QMP:
102 To create an instance of this class via QMP:
133 To create an instance of this class via QMP:
182 To create an instance of this class via QMP:
H A Dqemu-manpage.rst36 double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
H A Dpr-manager.rst24 A persistent reservation manager is an instance of a subclass of the
/qemu/tests/qapi-schema/
H A Dstruct-base-clash-deep.json4 # one instance is optional.
/qemu/scripts/ci/setup/
H A Dvars.yml.template2 # using a private GitLab instance
/qemu/tests/qemu-iotests/sample_images/
H A DREADME5 For instance, a VHDX image in this directory would be an image created not by
/qemu/docs/devel/
H A Dqom.rst67 from, the instance and class size, and constructor/destructor hooks.
96 are instantiated dynamically but there is only ever one instance for any
128 initialized. There is only one class object for all instance objects
200 an interface instance should always be of incomplete type in order to be
212 a class. It usually operates on the object instance by passing it as a
214 If it does not operate on an object instance, it is dubbed
H A Dblkverify.txt30 first instance where corrupt data is read.
H A Dclocks.rst80 instance.
274 For instance, if the clock has a frequency of 8MHz and you set its
298 object during device instance init. For example:
357 humans (for instance in debugging), use ``clock_display_freq()``,
H A Ddocs.rst57 varies between files. For instance in ``qemu-options.hx`` we use
H A Dtesting.rst256 * ``-valgrind`` attaches a valgrind instance to QEMU. If it detects
392 This will create a container instance using the ``debian`` image (the image
864 ``self.vm`` attribute (a QEMUMachine instance)
951 without an "activation". For instance, the Avocado test runner
1042 instance, available at ``self.vm``. Because many tests will tweak the
1048 method which will return a QEMUMachine instance. The ``self.get_vm()``
1131 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
1157 ``avocado_qemu.Test`` instance.
1162 A QEMUMachine instance, initially configured according to the given
1174 A test may, for instance, use the same value when selecting the
[all …]
H A Dci-runners.rst.inc100 architecture. For instance, an Ubuntu 20.04 aarch64 system should
/qemu/scripts/qapi/
H A Dpylintrc19 too-many-instance-attributes,
/qemu/linux-headers/LICENSES/exceptions/
H A DLinux-syscall-note17 Foundation, but the instance of code that it refers to (the Linux
/qemu/docs/system/devices/
H A Dcanokey.rst138 designed for embedded systems. Thus one qemu instance can not have
146 Also, there is no lock on canokey-file, thus two CanoKey QEMU instance
H A Dvhost-user.rst117 Then you start your QEMU instance specifying the device, chardev and
/qemu/docs/devel/migration/
H A DCPR.rst5 VM is migrated to a new QEMU instance on the same host. It is
25 be a type that streams data from one instance to the other.

123