]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: Remove parameter of list_cpus()
authorThomas Huth <thuth@redhat.com>
Wed, 19 Apr 2023 12:48:31 +0000 (14:48 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 09:25:32 +0000 (11:25 +0200)
commitc138c3b864245d7721a03f01f97e70e47d253839
treed75481d839e58a0f8ba5e5d639fbda12fc5c9718
parent992deb4c4ff88540edf4f337238e5f84dcdab094
cpu: Remove parameter of list_cpus()

The "optarg" parameter is completely unused, so let's drop it.

Message-Id: <20230419124831.678079-1-thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
cpu.c
include/exec/cpu-common.h
softmmu/vl.c