]> Git Repo - qemu.git/commit
target-i386: Cleanup 'foo=val' feature handling
authorIgor Mammedov <[email protected]>
Fri, 14 Dec 2012 00:29:56 +0000 (01:29 +0100)
committerAndreas Färber <[email protected]>
Tue, 24 Dec 2013 12:47:25 +0000 (13:47 +0100)
commitd024d209045b912eb6127861fab2af6c64880efd
treef6c4e42cc6e3115ca6fa54ce9c9bd967167d4000
parent258f5abe9a8786c410f98367e9e042ee16c249f2
target-i386: Cleanup 'foo=val' feature handling

Features family, model, stepping, level, hv_spinlocks are treated similarly
when passed from command line, so it's not necessary to handle each of them
individually. Collapse them to one catch-all branch which will treat
any not explicitly handled feature in format 'foo=val'.

Any unknown feature will be rejected by property setter so there is no
need to check for unknown feature in cpu_x86_parse_featurestr(), therefore
it's replaced by above mentioned catch-all handler.

Signed-off-by: Igor Mammedov <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
target-i386/cpu.c
This page took 0.026131 seconds and 4 git commands to generate.