Revision 6fd805e1 target-i386/cpu.h

b/target-i386/cpu.h
730 730
/* will be suppressed */
731 731
void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
732 732

  
733
void cpu_x86_cpuid(CPUX86State *env, uint32_t index,
734
                   uint32_t *eax, uint32_t *ebx,
735
                   uint32_t *ecx, uint32_t *edx);
736

  
733 737
/* used to debug */
734 738
#define X86_DUMP_FPU  0x0001 /* dump FPU state too */
735 739
#define X86_DUMP_CCOP 0x0002 /* dump qemu flag cache */

Also available in: Unified diff