/qemu/tests/qemu-iotests/ |
H A D | 155 | 93 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 D | 071.out | 39 === Testing blkdebug on existing block device === 52 === Testing blkverify on existing block device === 62 === Testing blkverify on existing raw block device ===
|
H A D | 109.out | 11 '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 D | 282.out | 10 == Pre-existing image file should also be deleted after the error ==
|
H A D | 173.out | 12 'mode': 'existing',
|
H A D | 207.out | 94 …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 D | 156.out | 15 'mode': 'existing' } } 27 'mode': 'existing',
|
H A D | 121.out | 3 === New refcount structures may not conflict with existing structures ===
|
H A D | 094.out | 11 'mode':'existing'}}
|
H A D | 229.out | 16 'mode': 'existing',
|
H A D | 127.out | 14 'mode': 'existing',
|
/qemu/util/ |
H A D | qsp.c | 275 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 D | test-qht.c | 30 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 D | tb-maint.c | 222 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 D | loader.c | 232 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 D | union-base-any.json | 1 # we require the base to be an existing struct
|
/qemu/qapi/ |
H A D | block-export.json | 167 # 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 D | uefi.json | 11 # This is an existing format already supported by (at least) two other
|
/qemu/docs/devel/testing/ |
H A D | qtest.rst | 26 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 D | qht.h | 88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
|
/qemu/ |
H A D | .editorconfig | 10 # that aren't already caught by your existing config.
|
H A D | gitdm.config | 17 # the information in the existing .mailmap but in a slightly different
|
/qemu/docs/system/riscv/ |
H A D | microblaze-v-generic.rst | 7 replacement for the classic MicroBlaze™ processor in existing RTL designs).
|
/qemu/docs/specs/ |
H A D | riscv-iommu.rst | 33 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 D | reset.rst | 69 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
|