On 1/8/26 07:06, Philippe Mathieu-Daudé wrote:
machine.c doesn't use any target-specific macro defined by the "migration/cpu.h" header. Use the minimum header requiered: "migration/qemu-file-types.h" and "migration/vmstate.h", which are not target-specific.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/openrisc/machine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
