Re: [PATCH 4/5] replay: Extract core API to 'exec/replay-core.h'

2022-12-21 Thread Pavel Dovgalyuk
Reviewed-by: Pavel Dovgalyuk On 19.12.2022 20:08, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daude replay API is used deeply within TCG common code (common to user and system emulation). Unfortunately "sysemu/replay.h" requires some QAPI headers for few system-specific

[PATCH 4/5] replay: Extract core API to 'exec/replay-core.h'

2022-12-19 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daude replay API is used deeply within TCG common code (common to user and system emulation). Unfortunately "sysemu/replay.h" requires some QAPI headers for few system-specific declarations, example: void replay_input_event(QemuConsole *src, InputEvent *evt); Since