| /qemu/util/ |
| A D | yank.c | 27 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/ |
| A D | yank.h | 30 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/ |
| A D | smbios.c | 130 uint8_t instance, kind; member 681 SMBIOS_BUILD_TABLE_PRE_SIZE(4, T4_BASE + instance, in smbios_build_type_4_table() 738 unsigned instance = 0; in smbios_build_type_8_table() local 742 SMBIOS_BUILD_TABLE_PRE(8, T0_BASE + instance, true); in smbios_build_type_8_table() 752 instance++; in smbios_build_type_8_table() 758 unsigned instance = 0; in smbios_build_type_9_table() local 762 SMBIOS_BUILD_TABLE_PRE(9, T9_BASE + instance, true); in smbios_build_type_9_table() 811 instance++; in smbios_build_type_9_table() 947 unsigned instance = 0; in smbios_build_type_41_table() local 955 t->device_type_instance = t41->instance; in smbios_build_type_41_table() [all …]
|
| /qemu/qapi/ |
| A D | yank.json | 12 # 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/ |
| A D | dns-resolver.c | 34 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/i386/ |
| A D | nitro-enclave.rst | 10 parent EC2 instance that spawned it and a Nitro Secure Module (NSM) device 11 for cryptographic attestation. The parent instance VM always has CID 3 while 41 - nitro-enclave.parent-role=string (optional) (Set parent instance IAM role ARN) 42 - nitro-enclave.parent-id=string (optional) (Set parent instance identifier)
|
| /qemu/docs/system/ |
| A D | barrier.rst | 28 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
|
| A D | bootindex.rst | 18 Some guest machine types (for instance the s390x machines) do 52 booting. For instance, the x86 PC BIOS boot specification allows only one 63 a particular device reliably. For instance with the PC BIOS, if a SCSI HBA
|
| A D | invocation.rst | 15 double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
|
| A D | authz.rst | 71 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:
|
| A D | qemu-manpage.rst | 36 double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
|
| A D | pr-manager.rst | 24 A persistent reservation manager is an instance of a subclass of the
|
| /qemu/docs/devel/testing/ |
| A D | functional.rst | 30 ``self.vm`` attribute (a QEMUMachine instance) 113 instance, available at ``self.vm``. Because many tests will tweak the 119 method which will return a QEMUMachine instance. The ``self.get_vm()`` 175 The QEMU binary used for the ``self.vm`` QEMUMachine instance will 197 instance. 205 A test may, for instance, use this value when selecting the architecture 229 A QEMUMachine instance, initially configured according to the given
|
| A D | avocado.rst | 18 ``self.vm`` attribute (a QEMUMachine instance) 105 without an "activation". For instance, the Avocado test runner 196 instance, available at ``self.vm``. Because many tests will tweak the 202 method which will return a QEMUMachine instance. The ``self.get_vm()`` 285 The QEMU binary used for the ``self.vm`` QEMUMachine instance will 311 ``avocado_qemu.QemuSystemTest`` instance. 316 A QEMUMachine instance, initially configured according to the given 328 A test may, for instance, use the same value when selecting the 423 A test may, for instance, use the same value when selecting the
|
| A D | blkverify.rst | 33 first instance where corrupt data is read.
|
| /qemu/tests/qapi-schema/ |
| A D | struct-base-clash-deep.json | 4 # one instance is optional.
|
| /qemu/scripts/ci/setup/ |
| A D | vars.yml.template | 2 # using a private GitLab instance
|
| /qemu/tests/qemu-iotests/sample_images/ |
| A D | README | 5 For instance, a VHDX image in this directory would be an image created not by
|
| /qemu/docs/devel/ |
| A D | qom.rst | 67 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
|
| A D | docs.rst | 57 varies between files. For instance in ``qemu-options.hx`` we use
|
| A D | clocks.rst | 80 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()``,
|
| /qemu/scripts/qapi/ |
| A D | pylintrc | 19 too-many-instance-attributes,
|
| /qemu/linux-headers/LICENSES/exceptions/ |
| A D | Linux-syscall-note | 17 Foundation, but the instance of code that it refers to (the Linux
|
| /qemu/docs/system/devices/ |
| A D | canokey.rst | 138 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
|
| /qemu/docs/devel/migration/ |
| A D | CPR.rst | 5 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.
|