Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 91) sorted by relevance

1234

/qemu/tests/qemu-iotests/
A D15593 if self.existing:
156 if self.existing:
220 existing = False variable in TestDriveMirrorAbsolutePaths
224 existing = True variable in TestDriveMirrorExistingNoBacking
229 existing = True variable in TestDriveMirrorExistingBacking
234 existing = True variable in TestBlockdevMirrorNoBacking
239 existing = True variable in TestBlockdevMirrorBacking
244 existing = True variable in TestBlockdevMirrorForcedBacking
252 existing = True variable in TestBlockdevMirrorReopen
273 existing = True variable in TestBlockdevMirrorSnapshot
[all …]
A D071.out39 === Testing blkdebug on existing block device ===
52 === Testing blkverify on existing block device ===
62 === Testing blkverify on existing raw block device ===
A D109.out11 'mode': 'existing', 'sync': 'full'}}
34 'mode': 'existing', 'sync': 'full'}}
62 'mode': 'existing', 'sync': 'full'}}
85 'mode': 'existing', 'sync': 'full'}}
113 'mode': 'existing', 'sync': 'full'}}
136 'mode': 'existing', 'sync': 'full'}}
164 'mode': 'existing', 'sync': 'full'}}
187 'mode': 'existing', 'sync': 'full'}}
215 'mode': 'existing', 'sync': 'full'}}
238 'mode': 'existing', 'sync': 'full'}}
[all …]
A D282.out10 == Pre-existing image file should also be deleted after the error ==
A D173.out12 'mode': 'existing',
A D156.out15 'mode': 'existing' } }
27 'mode': 'existing',
A D207.out94 …ocation": {"host-key-check": {"mode": "none"}, "path": "/this/is/not/an/existing/path", "server": …
96 Job failed: failed to open remote file '/this/is/not/an/existing/path': SFTP server: No such file (…
A D121.out3 === New refcount structures may not conflict with existing structures ===
A D094.out11 'mode':'existing'}}
A D229.out16 'mode': 'existing',
A D127.out14 'mode': 'existing',
/qemu/util/
A Dqsp.c275 void *existing = NULL; in qsp_callsite_find() local
279 qht_insert(&qsp_callsite_ht, callsite, hash, &existing); in qsp_callsite_find()
280 if (unlikely(existing)) { in qsp_callsite_find()
282 callsite = existing; in qsp_callsite_find()
292 void *existing = NULL; in qsp_entry_create() local
298 qht_insert(ht, e, hash, &existing); in qsp_entry_create()
299 if (unlikely(existing)) { in qsp_entry_create()
301 e = existing; in qsp_entry_create()
A Dqht.c695 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() argument
716 if (existing) { in qht_insert()
717 *existing = prev; in qht_insert()
/qemu/tests/unit/
A Dtest-qht.c30 void *existing; in insert() local
38 inserted = qht_insert(&ht, &arr[i], hash, &existing); in insert()
40 g_assert_true(existing == &arr[i]); in insert()
/qemu/accel/tcg/
A Dtb-maint.c221 void *existing; in page_find_alloc() local
227 existing = qatomic_cmpxchg(lp, NULL, p); in page_find_alloc()
228 if (unlikely(existing)) { in page_find_alloc()
230 p = existing; in page_find_alloc()
239 void *existing; in page_find_alloc() local
250 existing = qatomic_cmpxchg(lp, NULL, pd); in page_find_alloc()
251 if (unlikely(existing)) { in page_find_alloc()
256 pd = existing; in page_find_alloc()
/qemu/plugins/
A Dloader.c235 void *existing; in plugin_load() local
238 existing = g_hash_table_lookup(plugin.id_ht, &ctx->id); in plugin_load()
239 if (likely(existing == NULL)) { in plugin_load()
/qemu/tests/qapi-schema/
A Dunion-base-any.json1 # we require the base to be an existing struct
/qemu/qapi/
A Dblock-export.json167 # This must point to an existing regular file.
266 # @safe: Remove export if there are no existing connections, fail
273 # - hide: Just hide export from new clients, leave existing
278 # all further requests from existing clients.
302 # - if mode is 'safe' and there are existing connections
422 # existing client connections)
/qemu/docs/devel/testing/
A Dqtest.rst24 hardware, or extending one if you are adding functionalities to an existing
40 2. Write the test code with the glib and libqtest/libqos API. See also existing
/qemu/include/qemu/
A Dqht.h88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
/qemu/
A D.editorconfig10 # that aren't already caught by your existing config.
A Dgitdm.config17 # the information in the existing .mailmap but in a slightly different
/qemu/docs/specs/
A Driscv-iommu.rst33 As of this writing the existing Linux kernel support `linux-v8`_, not yet merged,
68 use the riscv-iommu-pci device with the existing kernel support we need to emulate
/qemu/docs/devel/
A Dreset.rst69 existing code we need to change if we add more types in future.
153 for example when specializing an existing device or bus.
163 When extending an existing class, these methods may need to be extended too.
269 DeviceClass or BusClass, or maintaining the existing code in those classes. Most
319 2. *hot bus change*; it means an existing live device is added, moved or
/qemu/docs/about/
A Ddeprecated.rst21 for pre-existing VM deployments. They should be scheduled for updating to a
449 Previous versions of QEMU never changed existing CPU models in
452 safely change the machine type of an existing VM without
459 existing CPU models. Management software that needs runnability
465 ``query-cpu-definitions`` will have existing CPU model aliases

Completed in 713 milliseconds

1234