mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
x86/cpuid: move CPUID functions into separate file
about half of target-i386/helper.c consist of CPUID related functions. Only one of them is a real TCG helper function. So move the whole CPUID stuff out of this into a separate file to get better maintainable parts. This is only code reordering and should not affect QEMU's functionality. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
a6c6f76ceb
commit
c6dc6f63bf
4 changed files with 1146 additions and 1115 deletions
1112
target-i386/helper.c
1112
target-i386/helper.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue