Re: [Qemu-devel] [RFC 6/7] target-i386: change CPUID model of 486 to 8

2013-04-25 Thread Eduardo Habkost
CCing H. Peter Anvin. (Sorry, I thought git-send-email was configured to CC everybody mentioned in the SoB lines). On Thu, Apr 25, 2013 at 03:43:05PM -0300, Eduardo Habkost wrote: > This changes the model number of 486 to 8 (DX4) which matches the > feature set presented, and actually has the CPU

[Qemu-devel] [RFC 6/7] target-i386: change CPUID model of 486 to 8

2013-04-25 Thread Eduardo Habkost
This changes the model number of 486 to 8 (DX4) which matches the feature set presented, and actually has the CPUID instruction. This adds compatibility calls to the pc-1.4 init function, to keep model=0 on pc-1.4 and older. Signed-off-by: H. Peter Anvin Signed-off-by: Eduardo Habkost --- This