|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c |
Date: | Wed, 3 Jul 2024 10:45:41 +0200 |
User-agent: | Mozilla Thunderbird |
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 <manos.pitsidianakis@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- qga/commands-linux.c | 141 +++++++++++++++++++++++++++++++++++++++++++ qga/commands-posix.c | 139 ------------------------------------------ 2 files changed, 141 insertions(+), 139 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |