Home
last modified time | relevance | path

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

1234

/qemu/tests/qemu-iotests/
H A D15593 if self.existing:
156 if self.existing:
184 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
[all …]
H A D071.out39 === Testing blkdebug on existing block device ===
52 === Testing blkverify on existing block device ===
62 === Testing blkverify on existing raw block device ===
H 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 …]
H A D282.out10 == Pre-existing image file should also be deleted after the error ==
H A D173.out12 'mode': 'existing',
H 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 (…
H A D156.out15 'mode': 'existing' } }
27 'mode': 'existing',
H A D121.out3 === New refcount structures may not conflict with existing structures ===
H A D094.out11 'mode':'existing'}}
H A D229.out16 'mode': 'existing',
H A D127.out14 'mode': 'existing',
/qemu/util/
H 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()
/qemu/tests/unit/
H 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/
H A Dtb-maint.c222 void *existing; in page_find_alloc() local
228 existing = qatomic_cmpxchg(lp, NULL, p); in page_find_alloc()
229 if (unlikely(existing)) { in page_find_alloc()
231 p = existing; in page_find_alloc()
240 void *existing; in page_find_alloc() local
251 existing = qatomic_cmpxchg(lp, NULL, pd); in page_find_alloc()
252 if (unlikely(existing)) { in page_find_alloc()
257 pd = existing; in page_find_alloc()
/qemu/plugins/
H A Dloader.c232 void *existing; in plugin_load() local
235 existing = g_hash_table_lookup(plugin.id_ht, &ctx->id); in plugin_load()
236 if (likely(existing == NULL)) { in plugin_load()
/qemu/tests/qapi-schema/
H A Dunion-base-any.json1 # we require the base to be an existing struct
/qemu/qapi/
H 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
430 # existing client connections)
H A Duefi.json11 # This is an existing format already supported by (at least) two other
/qemu/docs/devel/testing/
H A Dqtest.rst26 hardware, or extending one if you are adding functionalities to an existing
42 2. Write the test code with the glib and libqtest/libqos API. See also existing
/qemu/include/qemu/
H A Dqht.h88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
/qemu/
H A D.editorconfig10 # that aren't already caught by your existing config.
H A Dgitdm.config17 # the information in the existing .mailmap but in a slightly different
/qemu/docs/system/riscv/
H A Dmicroblaze-v-generic.rst7 replacement for the classic MicroBlaze™ processor in existing RTL designs).
/qemu/docs/specs/
H 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/
H A Dreset.rst69 existing code we need to change if we add more types in future.
158 for example when specializing an existing device or bus.
168 When extending an existing class, these methods may need to be extended too.
274 DeviceClass or BusClass, or maintaining the existing code in those classes. Most
324 2. *hot bus change*; it means an existing live device is added, moved or

1234