Re: [PATCH v6 2/4] qemu_command: switch accelerator option to new style

2021-11-22 Thread Hyman Huang
在 2021/11/22 16:43, Peter Krempa 写道: On Sat, Nov 20, 2021 at 03:20:46 -0500, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) QEMU greater than 2.9.0 support '-accel' option, change the way of assembling commandline from "accel=kvm" to "-accel kvm" when specifying accelerator. Signed-

Re: [PATCH v6 2/4] qemu_command: switch accelerator option to new style

2021-11-22 Thread Peter Krempa
On Sat, Nov 20, 2021 at 03:20:46 -0500, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > QEMU greater than 2.9.0 support '-accel' option, change the way > of assembling commandline from "accel=kvm" to "-accel kvm" when > specifying accelerator. > > Signed-off-by: Hyman Huang(黄勇) > --

[PATCH v6 2/4] qemu_command: switch accelerator option to new style

2021-11-20 Thread huangy81
From: Hyman Huang(黄勇) QEMU greater than 2.9.0 support '-accel' option, change the way of assembling commandline from "accel=kvm" to "-accel kvm" when specifying accelerator. Signed-off-by: Hyman Huang(黄勇) --- src/qemu/qemu_command.c | 31 ++- ...fault-cpu-