Re: [PATCH 04/20] qga: move linux fs/disk command impls to commands-linux.c

2024-06-06 Thread Manos Pitsidianakis
On Tue, 04 Jun 2024 16:49, "Daniel P. Berrangé" wrote: The qmp_guest_{fstrim, get_fsinfo, get_disks} command impls in commands-posix.c are surrounded by '#ifdef __linux__' so should instead live in commands-linux.c Signed-off-by: Daniel P. Berrangé --- Reviewed-by: Manos Pitsidianakis qg

[PATCH 04/20] qga: move linux fs/disk command impls to commands-linux.c

2024-06-04 Thread Daniel P . Berrangé
The qmp_guest_{fstrim, get_fsinfo, get_disks} command impls in commands-posix.c are surrounded by '#ifdef __linux__' so should instead live in commands-linux.c Signed-off-by: Daniel P. Berrangé --- qga/commands-linux.c | 904 ++ qga/commands-posix.c | 909