On 13/6/24 17:43, Daniel P. Berrangé wrote:
The qmp_guest_{set,get}_{memory_blocks,block_info} command impls in
commands-posix.c are surrounded by '#ifdef __linux__' so should
instead live in commands-linux.c

This also removes a "#ifdef CONFIG_LINUX" that was nested inside
a "#ifdef __linux__".

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
  qga/commands-linux.c | 308 ++++++++++++++++++++++++++++++++++++++++++
  qga/commands-posix.c | 311 +------------------------------------------
  2 files changed, 309 insertions(+), 310 deletions(-)

Reviewed using 'git-diff --color-moved=dimmed-zebra'.

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to