Re: [PATCH v2 06/22] qga: move linux memory block command impls to commands-linux.c

2024-07-12 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, Jun 13, 2024 at 6:44 PM 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 CO

Re: [PATCH v2 06/22] qga: move linux memory block command impls to commands-linux.c

2024-07-03 Thread Philippe Mathieu-Daudé
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__".