Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-20 Thread Thomas Huth
On 20/01/2023 12.18, Philippe Mathieu-Daudé wrote: On 20/1/23 11:26, Thomas Huth wrote: On 19/01/2023 13.05, Thomas Huth wrote: On 19/01/2023 12.30, Philippe Mathieu-Daudé wrote: On 19/1/23 12:24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe M

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-20 Thread Philippe Mathieu-Daudé
On 20/1/23 11:26, Thomas Huth wrote: On 19/01/2023 13.05, Thomas Huth wrote: On 19/01/2023 12.30, Philippe Mathieu-Daudé wrote: On 19/1/23 12:24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We c

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-20 Thread Thomas Huth
On 19/01/2023 13.05, Thomas Huth wrote: On 19/01/2023 12.30, Philippe Mathieu-Daudé wrote: On 19/1/23 12:24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to q

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-19 Thread Thomas Huth
On 19/01/2023 12.24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to qtest using:    diff --git a/meson.build b/meson.build    @@ -2547,6 +2547,7 @@ foreach ta

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-19 Thread Thomas Huth
On 19/01/2023 12.30, Philippe Mathieu-Daudé wrote: On 19/1/23 12:24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to qtest using:    diff --git a/meson.build

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-19 Thread Philippe Mathieu-Daudé
On 19/1/23 12:24, Thomas Huth wrote: On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to qtest using:    diff --git a/meson.build b/meson.build    @@ -2547,6 +2547,7 @@ foreach targe

Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-19 Thread Thomas Huth
On 19/01/2023 11.05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to qtest using: diff --git a/meson.build b/meson.build @@ -2547,6 +2547,7 @@ foreach target : target_dirs accel_kconfig =

[RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

2023-01-19 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- RFC: CONFIG_HVF is poisoned. We could pass host config definitions to qtest using: diff --git a/meson.build b/meson.build @@ -2547,6 +2547,7 @@ foreach target : target_dirs accel_kconfig = [] foreach sym: accelerators +config_host_da