From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwJIQ-0007oC-NG for qemu-devel@nongnu.org; Mon, 08 Jul 2013 17:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwJIP-0007Hu-Do for qemu-devel@nongnu.org; Mon, 08 Jul 2013 17:48:34 -0400 Message-ID: <1373320097.4446.53.camel@pasglop> From: Benjamin Herrenschmidt Date: Tue, 09 Jul 2013 07:48:17 +1000 In-Reply-To: <87mwpwzya6.fsf@codemonkey.ws> References: <1372315560-5478-1-git-send-email-aik@ozlabs.ru> <1372315560-5478-12-git-send-email-aik@ozlabs.ru> <87mwpwzya6.fsf@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/17] pseries: savevm support for pseries machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Alexey Kardashevskiy , Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , David Gibson On Mon, 2013-07-08 at 13:45 -0500, Anthony Liguori wrote: > I vaguely recall making the suggestion to use a live section like > this. How large is the HTAB typically? Depends on how much RAM you put in your VM. The default is around 16M but it can get bigger. Cheers, Ben.