On 20/5/26 23:49, Marc-André Lureau wrote:
The function is now used by SEV code path. Move it to physmem.c rather than hmp-cmds.c.Signed-off-by: Marc-André Lureau <[email protected]> --- include/monitor/monitor.h | 2 -- include/system/memory.h | 2 ++ monitor/hmp-cmds.c | 31 ------------------------------- system/physmem.c | 31 +++++++++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 33 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
