]> Git Repo - qemu.git/commit - softmmu/vl.c
vl: extract accelerator option processing to a separate function
authorPaolo Bonzini <[email protected]>
Thu, 14 Nov 2019 10:10:43 +0000 (11:10 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 17 Dec 2019 18:32:25 +0000 (19:32 +0100)
commitdeda73e89f271e15044334ad6c0dcdae5341b71d
tree2768542f410731f756e59df84439e0220c28b767
parentaf0440ae8521b9c173062cce4f231ae981bb9044
vl: extract accelerator option processing to a separate function

As a first step towards supporting multiple "-accel" options, push the
late processing of -icount and -accel into a new function, and use
qemu_opts_foreach to retrieve -accel options instead of stashing
them into globals.

Signed-off-by: Paolo Bonzini <[email protected]>
vl.c
This page took 0.021041 seconds and 4 git commands to generate.