qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] softmmu/vl: Do not recommend to use -M accel=... anymore


From: Thomas Huth
Subject: [PATCH] softmmu/vl: Do not recommend to use -M accel=... anymore
Date: Thu, 18 Jun 2020 07:57:54 +0200

The new -accel parameter can be used multiple times now, so we
should recommend this new way instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 softmmu/vl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/softmmu/vl.c b/softmmu/vl.c
index f669c06ede..e2b2991a5f 100644
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -3487,7 +3487,7 @@ void qemu_init(int argc, char **argv, char **envp)
                 }
                 if (optarg && strchr(optarg, ':')) {
                     error_report("Don't use ':' with -accel, "
-                                 "use -M accel=... for now instead");
+                                 "use multiple -accel=... options instead");
                     exit(1);
                 }
                 break;
-- 
2.18.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]