[PATCH 0/2] tests: Drop mentions of SoftMMU

Philippe Mathieu-Daudé posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231002145104.52193-1-philmd@linaro.org
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
tests/unit/test-seccomp.c | 24 ++++++++++++------------
tests/vm/ubuntu.aarch64   |  2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
[PATCH 0/2] tests: Drop mentions of SoftMMU
Posted by Philippe Mathieu-Daudé 7 months ago
We want to clarify when code depends on a software
MMU, or when it depends on TCG system emulation.

This series replaces 'softmmu' by TCG when relevant,
or simply remove it.

Philippe Mathieu-Daudé (2):
  tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
  tests/unit/test-seccomp: Remove mentions of softmmu in test names

 tests/unit/test-seccomp.c | 24 ++++++++++++------------
 tests/vm/ubuntu.aarch64   |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.41.0


Re: [PATCH 0/2] tests: Drop mentions of SoftMMU
Posted by Richard Henderson 7 months ago
On 10/2/23 07:51, Philippe Mathieu-Daudé wrote:
> We want to clarify when code depends on a software
> MMU, or when it depends on TCG system emulation.
> 
> This series replaces 'softmmu' by TCG when relevant,
> or simply remove it.
> 
> Philippe Mathieu-Daudé (2):
>    tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
>    tests/unit/test-seccomp: Remove mentions of softmmu in test names
> 
>   tests/unit/test-seccomp.c | 24 ++++++++++++------------
>   tests/vm/ubuntu.aarch64   |  2 +-
>   2 files changed, 13 insertions(+), 13 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~