amluto / virtme

An easy way to virtualize the running system
GNU General Public License v2.0
330 stars 66 forks source link

run.py: introduce '--cpus' argument #66

Closed morbidrsa closed 3 years ago

morbidrsa commented 3 years ago

Introduce a --cpu argument to virtme-run, so we can set qemu's -smp commandline parameter.

Signed-off-by: Johannes Thumshirn johannes.thumshirn@wdc.com

amluto commented 3 years ago

I always use --qemu-args for this, but this is a nice improvement. Thanks.