| commit | 2fae0d96e6834f3bf98065a9cddedad120f9b2b4 | [log] [tgz] |
|---|---|---|
| author | Eduardo Habkost <ehabkost@redhat.com> | Fri Sep 30 15:49:39 2016 -0300 |
| committer | Eduardo Habkost <ehabkost@redhat.com> | Mon Oct 17 15:44:49 2016 -0200 |
| tree | bffc2959e62540f9196873dcca82361347b2a6fa | |
| parent | 54b8dc7c19cd781e96f1e9b001ca6001d804eb19 [diff] |
target-i386: Make plus_features/minus_features QOM-based Instead of using custom feature name lookup code for plus_features/minus_features, save the property names used in "[+-]feature" and use object_property_set_bool() to set them. We don't need a feat2prop() call because we now have alias properties for the old names containing underscores. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>