Searched refs:reused (Results 1 – 8 of 8) sorted by relevance
/qemu/tests/qemu-iotests/ |
H A D | 066.out | 35 Successfully reused original clusters. 62 Successfully reused original clusters.
|
/qemu/docs/devel/ |
H A D | uefi-vars.rst | 31 on the host. The serialization protocol can be reused. The
|
/qemu/docs/system/ |
H A D | vm-templating.rst | 37 ends up in a file, from where it can be reused for the new VMs:
|
/qemu/pc-bios/ |
H A D | README | 83 source code also contains code reused from other projects described here:
|
/qemu/system/ |
H A D | physmem.c | 2140 static int qemu_ram_get_shared_fd(const char *name, bool *reused, Error **errp) in qemu_ram_get_shared_fd() argument 2145 *reused = true; in qemu_ram_get_shared_fd() 2158 *reused = false; in qemu_ram_get_shared_fd() 2189 bool reused; in qemu_ram_alloc_internal() local 2191 int fd = qemu_ram_get_shared_fd(name, &reused, errp); in qemu_ram_alloc_internal() 2212 ram_flags, fd, 0, reused, NULL); in qemu_ram_alloc_internal()
|
/qemu/qapi/ |
H A D | block-export.json | 441 # Emitted when a block export is removed and its id can be reused.
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 294 Since the same process is reused for many fuzzing runs, QEMU state needs to
|
/qemu/docs/interop/ |
H A D | vhost-user.rst | 434 This reserved feature bit was reused by the vhost-user protocol to add
|