From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Fri, 10 Oct 2008 13:35:04 +0000 Subject: Re: FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Message-Id: <48EF5A08.7090807@sgi.com> List-Id: References: <42DFA526FC41B1429CE7279EF83C6BDC01ABC663@pdsmsx415.ccr.corp.intel.com> In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01ABC663@pdsmsx415.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Zhang, Xiantao wrote: > Hi, Jes > Currently, we only supports up to 8 vcpus, and to be safe, I set > the limit to 4 (Defined in include/asm/kvm_host.h). Maybe you can > increase the macro KVM_MAX_VCPUS to have a try. In order to support >8 > vcpus, we can decrease the size of vtlb and vhpt, also defined in > include/asm/kvm_host.h. Thanks! :0 Hi Xiantao, I already increased this value, or it wouldn't have accepted my > 4 number :-) What is the reason for the max 8 limitation? At some point I will definately need to do something about that ..... 256 will be my minimum target :-) Cheers, Jes