qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 09/11] tests/acpi: add microvm pcie test


From: Gerd Hoffmann
Subject: Re: [PATCH v2 09/11] tests/acpi: add microvm pcie test
Date: Fri, 25 Sep 2020 16:19:31 +0200

> +static void test_acpi_microvm_pcie_tcg(void)
> +{
> +    test_data data;
> +
> +    test_acpi_microvm_prepare(&data);
> +    data.variant = ".pcie";
> +    test_acpi_one(" -machine microvm,acpi=on,rtc=off,pcie=on",
> +                  &data);
> +    free_test_data(&data);
> +}

Self-NACK, this blows up in CI due to host-phys-bits not being
constant.  Forcing tcg should fix that.  I'll go post v3 once
this series survived CI runs (monday probably).

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]