]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Move feature name arrays inside FeatureWordInfo
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 12 May 2016 14:24:04 +0000 (11:24 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 27 Sep 2016 19:17:17 +0000 (16:17 -0300)
commit2d5312da566e4424a807d078da05f92ee7be3eec
treebd90a50b0cf9e7995bd1fbf89470d6a60631177d
parenteab60fb9f5e7bb6738b0619cfd0057d3a9d21330
target-i386: Move feature name arrays inside FeatureWordInfo

It makes it easier to guarantee the arrays are the right size,
and to find information when looking at the code.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c