mbox series

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

Message ID 20231212113016.29808-1-philmd@linaro.org
Headers show
Series system/qtest: Minor include cleanups | expand

Message

Philippe Mathieu-Daudé Dec. 12, 2023, 11:30 a.m. UTC
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(+)

Comments

Philippe Mathieu-Daudé Dec. 26, 2023, 3:40 p.m. UTC | #1
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!