Re: [kvm-devel] [PATCH] Allow kvm to use more than 4 VCPUs

2008-02-24 Thread Avi Kivity
Anthony Liguori wrote:
 This patch actually allows KVM to be used with more than 4 VCPUs.  The change
 in qemu-kvm.c was pretty difficult to find because it was using an open coded
 array size of 4.  I changed that array to be 256 since that's the real maximum
 on x86 and the additional storage space is a pretty trivial cost.

   

Applied, thanks.  Please keep libkvm and qemu patches separate (when 
possible).


-- 
error compiling committee.c: too many arguments to function


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] [PATCH] Allow kvm to use more than 4 VCPUs

2008-02-24 Thread Alexey Eremenko
On Sun, Feb 24, 2008 at 8:16 AM, Avi Kivity [EMAIL PROTECTED] wrote:
 Anthony Liguori wrote:
   This patch actually allows KVM to be used with more than 4 VCPUs.  The 
 change
   in qemu-kvm.c was pretty difficult to find because it was using an open 
 coded
   array size of 4.  I changed that array to be 256 since that's the real 
 maximum
   on x86 and the additional storage space is a pretty trivial cost.
  
  

  Applied, thanks.  Please keep libkvm and qemu patches separate (when
  possible).
Very nice !

After I test it, I will close this SMP bug:
http://sourceforge.net/tracker/index.php?func=detailaid=1850037group_id=180599atid=893831

-- 
-Alexey Eremenko Technologov

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel