Re: [PATCH v2 3/4] Update unit test to support multiple memory backends

2024-08-06 Thread Michael Galaxy via Devel
Hi, On 8/6/24 07:41, Martin Kletzander wrote: On Wed, Jun 05, 2024 at 04:37:37PM -0400, mgal...@akamai.com wrote: From: Michael Galaxy Update the associated test case. This definitely needs to be part of the patch that changes this in qemu driver code as otherwise the compilation would fai

Re: [PATCH v2 3/4] Update unit test to support multiple memory backends

2024-08-06 Thread Martin Kletzander
On Wed, Jun 05, 2024 at 04:37:37PM -0400, mgal...@akamai.com wrote: From: Michael Galaxy Update the associated test case. This definitely needs to be part of the patch that changes this in qemu driver code as otherwise the compilation would fail between these patches and we require that the

[PATCH v2 3/4] Update unit test to support multiple memory backends

2024-06-05 Thread Michael Galaxy via Devel
From: Michael Galaxy Update the associated test case. Signed-off-by: Michael Galaxy --- tests/testutilsqemu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c index d70850cb5d..dd8db4835e 100644 --- a/tests/testutilsqemu.c +