Re: [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c

2024-07-12 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, Jun 13, 2024 at 6:02 PM Daniel P. Berrangé wrote: > The qmp_guest_set_vcpus and qmp_guest_get_vcpus command impls in > commands-posix.c are surrounded by '#ifdef __linux__' so should > instead live in commands-linux.c > > Reviewed-by: Manos Pitsidianakis

Re: [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c

2024-07-03 Thread Philippe Mathieu-Daudé
On 13/6/24 17:01, Daniel P. Berrangé wrote: The qmp_guest_set_vcpus and qmp_guest_get_vcpus command impls in commands-posix.c are surrounded by '#ifdef __linux__' so should instead live in commands-linux.c Reviewed-by: Manos Pitsidianakis Signed-off-by: Daniel P. Berrangé --- qga/commands-li