From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2LFZ-0002pr-1Y for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:06:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2LFU-0005hY-Ee for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:06:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2LFU-0005hQ-7F for qemu-devel@nongnu.org; Thu, 25 Jul 2013 09:06:28 -0400 Message-ID: <51F122D1.4010600@redhat.com> Date: Thu, 25 Jul 2013 15:06:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1374681580-17439-1-git-send-email-mst@redhat.com> <1374681580-17439-15-git-send-email-mst@redhat.com> In-Reply-To: <1374681580-17439-15-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 14/14] i386: ACPI table generation code from seabios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-devel@nongnu.org Hi, > As table content is likely to change over time, > the following measures are taken to simplify > cross-version migration: > - All tables besides the RSDP are packed in a single FW CFG entry. > This entry size is currently 23K. We round it up to 64K > to avoid too much churn there. Does it need to be that way? I'd prefer to have one fw_cfg entry per table. cheers, Gerd