cpu: Implement CPUClass::parse_features() for the rest of CPUs
commit1590bbcb02921dfe8e3cf66e3a3aafd31193babf
authorAndreas Färber <afaerber@suse.de>
Mon, 3 Mar 2014 22:33:51 +0000 (3 23:33 +0100)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:20:45 +0000 (13 19:20 +0100)
tree85783b63a024b74476dac6d2ac0447b8ad10f3d0
parent247bf011f67c4037df7bfcd11ff0106e06f439c9
cpu: Implement CPUClass::parse_features() for the rest of CPUs

CPUs who do not provide their own implementation of feature parsing
will treat each option as a QOM property and set it to the supplied
value.

Signed-off-by: Andreas Färber <afaerber@suse.de>
qom/cpu.c