]> Git Repo - qemu.git/commit
target-i386: Remove unused X86CPUDefinition::xlevel2 field
authorEduardo Habkost <[email protected]>
Tue, 20 Sep 2016 21:57:40 +0000 (18:57 -0300)
committerEduardo Habkost <[email protected]>
Tue, 27 Sep 2016 19:17:17 +0000 (16:17 -0300)
commit0456441b5eb6694a561ad5bb8dad52483e6a08d0
tree4caa8c0cfff73c17b57f5cf93789d41322430227
parent333ec4ca6a9f604331e2349cb91e9635f65d6462
target-i386: Remove unused X86CPUDefinition::xlevel2 field

No CPU model in builtin_x86_defs has xlevel2 set, so it is always
zero. Delete the field.

Note that this is not an user-visible change. It doesn't remove
the ability to set xlevel2 on the command-line, it just removes
an unused field in builtin_x86_defs.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target-i386/cpu.c
This page took 0.02391 seconds and 4 git commands to generate.