Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-16 Thread Alexander Graf
On Jan 16, 2008, at 9:12 PM, Dan Kenigsberg wrote: > On Wed, Jan 16, 2008 at 06:34:08PM +0100, Alexander Graf wrote: >> Dan Kenigsberg wrote: >>> On Tue, Jan 15, 2008 at 08:57:45AM +0100, Alexander Graf wrote: >>> Dan Kenigsberg wrote: > On Mon, Jan 14, 2008 at 02:49:31PM +0100, Ale

Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-16 Thread Dan Kenigsberg
On Wed, Jan 16, 2008 at 06:34:08PM +0100, Alexander Graf wrote: > Dan Kenigsberg wrote: > > On Tue, Jan 15, 2008 at 08:57:45AM +0100, Alexander Graf wrote: > > > >> Dan Kenigsberg wrote: > >> > >>> On Mon, Jan 14, 2008 at 02:49:31PM +0100, Alexander Graf wrote: > >>> > >>> >

Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-16 Thread Alexander Graf
Dan Kenigsberg wrote: > On Tue, Jan 15, 2008 at 08:57:45AM +0100, Alexander Graf wrote: > >> Dan Kenigsberg wrote: >> >>> On Mon, Jan 14, 2008 at 02:49:31PM +0100, Alexander Graf wrote: >>> >>> Hi, Currently CPUID function 4 is broken. This function's values rely on

Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-15 Thread Dan Kenigsberg
On Tue, Jan 15, 2008 at 08:57:45AM +0100, Alexander Graf wrote: > Dan Kenigsberg wrote: > > On Mon, Jan 14, 2008 at 02:49:31PM +0100, Alexander Graf wrote: > > > >> Hi, > >> > >> Currently CPUID function 4 is broken. This function's values rely on the > >> value of ECX. > >> To solve the issue c

Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-14 Thread Alexander Graf
Dan Kenigsberg wrote: > On Mon, Jan 14, 2008 at 02:49:31PM +0100, Alexander Graf wrote: > >> Hi, >> >> Currently CPUID function 4 is broken. This function's values rely on the >> value of ECX. >> To solve the issue cleanly, there is already a new API for cpuid >> settings, which is not used yet.

Re: [kvm-devel] [PATCH] fix cpuid function 4

2008-01-14 Thread Dan Kenigsberg
On Mon, Jan 14, 2008 at 02:49:31PM +0100, Alexander Graf wrote: > Hi, > > Currently CPUID function 4 is broken. This function's values rely on the > value of ECX. > To solve the issue cleanly, there is already a new API for cpuid > settings, which is not used yet. > Using the current interface, th

[kvm-devel] [PATCH] fix cpuid function 4

2008-01-14 Thread Alexander Graf
Hi, Currently CPUID function 4 is broken. This function's values rely on the value of ECX. To solve the issue cleanly, there is already a new API for cpuid settings, which is not used yet. Using the current interface, the function 4 can be easily passed through, by giving multiple function 4 outpu