| /qemu/tests/qemu-iotests/ |
| A D | 155 | 93 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 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 ===
|
| 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 …]
|
| A D | 282.out | 10 == Pre-existing image file should also be deleted after the error ==
|
| A D | 173.out | 12 'mode': 'existing',
|
| A D | 156.out | 15 'mode': 'existing' } } 27 'mode': 'existing',
|
| 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 (…
|
| A D | 121.out | 3 === New refcount structures may not conflict with existing structures ===
|
| A D | 094.out | 11 'mode':'existing'}}
|
| A D | 229.out | 16 'mode': 'existing',
|
| A D | 127.out | 14 'mode': 'existing',
|
| /qemu/util/ |
| 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()
|
| A D | qht.c | 695 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 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/ |
| A D | tb-maint.c | 221 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 D | loader.c | 235 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 D | union-base-any.json | 1 # we require the base to be an existing struct
|
| /qemu/qapi/ |
| 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 422 # existing client connections)
|
| /qemu/docs/devel/testing/ |
| A D | qtest.rst | 24 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 D | qht.h | 88 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing);
|
| /qemu/ |
| A D | .editorconfig | 10 # that aren't already caught by your existing config.
|
| A D | gitdm.config | 17 # the information in the existing .mailmap but in a slightly different
|
| /qemu/docs/specs/ |
| 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/ |
| A D | reset.rst | 69 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 D | deprecated.rst | 21 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
|