]> Git Repo - qemu.git/commit
accel: use g_strsplit for parsing accelerator names
authorDaniel P. Berrangé <[email protected]>
Mon, 16 Apr 2018 11:17:41 +0000 (12:17 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 8 May 2018 22:13:38 +0000 (00:13 +0200)
commit20efc49ed625585809401d8293ad9267927a6a4a
tree1aa693795e4767b04a7a62ce1fe59164035226fe
parent7afcfd32a65688401cba337eb99f65dc24d9750e
accel: use g_strsplit for parsing accelerator names

Instead of re-using the get_opt_name() method from QemuOpts to split a
string on ':', just use g_strsplit().

Signed-off-by: Daniel P. Berrangé <[email protected]>
Message-Id: <20180416111743[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Daniel P. Berrangé <[email protected]>
accel/accel.c
include/qemu/option.h
util/qemu-option.c
This page took 0.025294 seconds and 4 git commands to generate.