commit | 5f396935f8f1628005ef14a3c4c3dc84c6aa3d96 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 02 14:53:15 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 09 18:16:27 2025 +0100 |
tree | b77bfca83e5bbf25aecad531f552cef78c9e46e3 | |
parent | bc4e7522ad19890eab8cf1df04360abf610b1236 [diff] |
system: Inline machine_containers[] in qemu_create_machine_containers() Only qemu_create_machine_containers() uses the machine_containers[] array, restrict the scope to this single user. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Peter Xu <peterx@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250102211800.79235-9-philmd@linaro.org>