Searched refs:IsHostCompatible (Results 1 – 5 of 5) sorted by relevance
35 bool IsHostCompatible(Arch arch);
105 bool IsHostCompatible(Arch arch) { in IsHostCompatible() function
344 if (IsHostCompatible(arch_)) { in StartCommands()759 qemu_cmd.AddParameter(IsHostCompatible(arch_) ? "host" : "max"); in StartCommands()
168 if (!IsHostCompatible(instance.target_arch())) { in BootconfigArgsFromConfig()
2104 if (IsHostCompatible(guest_configs[0].target_arch)) { in GetGuestConfigAndSetDefaults()