]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86/cpuid: move CPUID functions into separate file
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:38:55 +0000 (14:38 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commitc6dc6f63bf7ee418c0a430a8b3386817ede69940
tree908804c8272af5f1f6ee6539336337da52aa9fdc
parenta6c6f76ceb95a0986fd1a36cc30f8241734d20c3
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>
Makefile.target
target-i386/cpu.h
target-i386/cpuid.c [new file with mode: 0644]
target-i386/helper.c