-
Andre Przywara authored
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>Andre Przywara authoredabout 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>
Loading