> +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
