[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/9] acpi: add test case for smm unsupported -machine smm=
From: |
Igor Mammedov |
Subject: |
Re: [PATCH v2 5/9] acpi: add test case for smm unsupported -machine smm=off |
Date: |
Tue, 9 Feb 2021 16:25:35 +0100 |
On Mon, 8 Feb 2021 13:57:24 -0800
isaku.yamahata@gmail.com wrote:
> From: Isaku Yamahata <isaku.yamahata@intel.com>
>
> Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
> ---
> tests/qtest/bios-tables-test.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index 669202fc95..096d15db68 100644
> --- a/tests/qtest/bios-tables-test.c
> +++ b/tests/qtest/bios-tables-test.c
> @@ -969,6 +969,17 @@ static void test_acpi_q35_tcg_numamem(void)
> free_test_data(&data);
> }
>
> +static void test_acpi_q35_tcg_nosmm(void)
> +{
> + test_data data;
> +
> + memset(&data, 0, sizeof(data));
> + data.machine = MACHINE_Q35;
> + data.variant = ".nosmm";
> + test_acpi_one("-machine smm=off", &data);
> + free_test_data(&data);
> +}
> +
> static void test_acpi_piix4_tcg_numamem(void)
> {
> test_data data;
> @@ -1325,6 +1336,7 @@ int main(int argc, char *argv[])
> qtest_add_func("acpi/q35/memhp", test_acpi_q35_tcg_memhp);
> qtest_add_func("acpi/piix4/numamem", test_acpi_piix4_tcg_numamem);
> qtest_add_func("acpi/q35/numamem", test_acpi_q35_tcg_numamem);
> + qtest_add_func("acpi/q35/nosmm", test_acpi_q35_tcg_nosmm);
> qtest_add_func("acpi/piix4/dimmpxm", test_acpi_piix4_tcg_dimm_pxm);
> qtest_add_func("acpi/q35/dimmpxm", test_acpi_q35_tcg_dimm_pxm);
> qtest_add_func("acpi/piix4/acpihmat", test_acpi_piix4_tcg_acpi_hmat);
- [PATCH v2 3/9] acpi/core: always set SCI_EN when SMM isn't supported, (continued)
- [PATCH v2 3/9] acpi/core: always set SCI_EN when SMM isn't supported, isaku . yamahata, 2021/02/08
- [PATCH v2 1/9] checkpatch: don't emit warning on newly created acpi data files, isaku . yamahata, 2021/02/08
- [PATCH v2 2/9] qtest: update tests/qtest/bios-tables-test-allowed-diff.h, isaku . yamahata, 2021/02/08
- [PATCH v2 4/9] acpi: set fadt.smi_cmd to zero when SMM is not supported, isaku . yamahata, 2021/02/08
- [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region, isaku . yamahata, 2021/02/08
- [PATCH v2 5/9] acpi: add test case for smm unsupported -machine smm=off, isaku . yamahata, 2021/02/08
- Re: [PATCH v2 5/9] acpi: add test case for smm unsupported -machine smm=off,
Igor Mammedov <=
- [PATCH v2 9/9] qtest/acpi/bios-tables-test: update acpi tables, isaku . yamahata, 2021/02/08
- [PATCH v2 7/9] i386: acpi: Don't build HPET ACPI entry if HPET is disabled, isaku . yamahata, 2021/02/08
- [PATCH v2 8/9] acpi: add test case for -no-hpet, isaku . yamahata, 2021/02/08