Searched refs:migratable (Results 1 – 5 of 5) sorted by relevance
| /qemu/hw/scsi/ |
| A D | vhost-scsi.c | 263 if (!vsc->migratable) { in vhost_scsi_realize() 308 if (!vsc->migratable) { in vhost_scsi_realize() 326 if (!vsc->migratable) { in vhost_scsi_unrealize() 362 DEFINE_PROP_BOOL("migratable", VHostSCSICommon, migratable, false),
|
| /qemu/include/hw/virtio/ |
| A D | vhost-scsi-common.h | 37 bool migratable; member
|
| /qemu/target/i386/ |
| A D | cpu.h | 2104 bool migratable; member
|
| A D | cpu.c | 5388 DEFINE_PROP_BOOL("migratable", X86CPU, migratable, true), 6207 if (cpu && cpu->migratable) { in x86_cpu_get_supported_feature_word()
|
| /qemu/ |
| A D | qemu-options.hx | 4954 DEF("only-migratable", 0, QEMU_OPTION_only_migratable, \ 4955 "-only-migratable allow only migratable devices\n", QEMU_ARCH_ALL) 4957 ``-only-migratable`` 4958 Only allow migratable devices. Devices will not be allowed to enter
|
Completed in 39 milliseconds