Re: [PATCH v1 4/4] qemu_domain.c: do not launch ppc64 guests with Hyperv settings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2020-03-19 at 18:44 -0300, Daniel Henrique Barboza wrote:
[...]
> +        case VIR_DOMAIN_FEATURE_HYPERV:
> +            if (def->features[i] != VIR_TRISTATE_SWITCH_ABSENT &&
> +                ARCH_IS_PPC64(def->os.arch)) {
> +                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
> +                               _("Hyperv features are not supported for "
> +                                 "architecture '%s' or machine type '%s'"),
> +                                 virArchToString(def->os.arch),
> +                                 def->os.machine);
> +                 return -1;

Same as the previous patches, except Hyper-V is reasonable not only
on x86 but also on aarch64, so the architecture check should be
tweaked accordingly.

-- 
Andrea Bolognani / Red Hat / Virtualization




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux