On 19/4/23 14:48, Thomas Huth wrote:
The "optarg" parameter is completely unused, so let's drop it.Signed-off-by: Thomas Huth <th...@redhat.com> --- include/exec/cpu-common.h | 2 +- cpu.c | 2 +- softmmu/vl.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>