[PATCH 0/2] system/qtest: Minor include cleanups

Philippe Mathieu-Daudé posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231212113016.29808-1-philmd@linaro.org
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/qtest.h | 2 ++
system/qtest.c         | 1 +
2 files changed, 3 insertions(+)
[PATCH 0/2] system/qtest: Minor include cleanups
Posted by Philippe Mathieu-Daudé 1 year, 11 months ago
Add missing header and restrict to sysemu.

Philippe Mathieu-Daudé (2):
  system/qtest: Include missing 'hw/core/cpu.h' header
  system/qtest: Restrict QTest API to system emulation

 include/sysemu/qtest.h | 2 ++
 system/qtest.c         | 1 +
 2 files changed, 3 insertions(+)

-- 
2.41.0


Re: [PATCH 0/2] system/qtest: Minor include cleanups
Posted by Philippe Mathieu-Daudé 1 year, 10 months ago
On 12/12/23 12:30, Philippe Mathieu-Daudé wrote:
> Add missing header and restrict to sysemu.
> 
> Philippe Mathieu-Daudé (2):
>    system/qtest: Include missing 'hw/core/cpu.h' header
>    system/qtest: Restrict QTest API to system emulation

Thanks Thomas for merging these!