Re: [Qemu-devel] [PATCH] Intel cache info

2007-09-11 Thread Filip Navara
Here it is, sorry for the delay. Best regards, Filip Navara On 9/9/07, Thiemo Seufer [EMAIL PROTECTED] wrote: Filip Navara wrote: Fix the CPUID function 2 to correctly report cache info for the particular processor. I chose the values closest to the ones reported in the AMD registers.

Re: [Qemu-devel] [PATCH] Intel cache info

2007-09-09 Thread Dan Kenigsberg
On Sat, Sep 08, 2007 at 09:27:35PM +0200, Filip Navara wrote: Fix the CPUID function 2 to correctly report cache info for the particular processor. I chose the values closest to the ones reported in the AMD registers. This is important for operating systems that detect cache line width and

Re: [Qemu-devel] [PATCH] Intel cache info

2007-09-09 Thread Thiemo Seufer
Filip Navara wrote: Fix the CPUID function 2 to correctly report cache info for the particular processor. I chose the values closest to the ones reported in the AMD registers. This is important for operating systems that detect cache line width and later call CLFLUSH for each line. In the

[Qemu-devel] [PATCH] Intel cache info

2007-09-08 Thread Filip Navara
Fix the CPUID function 2 to correctly report cache info for the particular processor. I chose the values closest to the ones reported in the AMD registers. This is important for operating systems that detect cache line width and later call CLFLUSH for each line. In the previous implementation the