From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33547 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwQ37-0007Yr-Du for qemu-devel@nongnu.org; Thu, 16 Sep 2010 21:47:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwQ36-0005iw-BC for qemu-devel@nongnu.org; Thu, 16 Sep 2010 21:47:37 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:56665) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwQ36-0005is-90 for qemu-devel@nongnu.org; Thu, 16 Sep 2010 21:47:36 -0400 Received: by qwk4 with SMTP id 4so1595179qwk.4 for ; Thu, 16 Sep 2010 18:47:35 -0700 (PDT) Date: Thu, 16 Sep 2010 21:47:32 -0400 From: Kevin O'Connor Subject: Re: [Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios Message-ID: <20100917014731.GA27371@morn.localdomain> References: <20100915171528.GO5981@random.random> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100915171528.GO5981@random.random> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrea Arcangeli Cc: Anthony Liguori , seabios@seabios.org, qemu-devel@nongnu.org On Wed, Sep 15, 2010 at 07:15:28PM +0200, Andrea Arcangeli wrote: > Subject: add 40-48 bit RAM range to seabios > > From: Andrea Arcangeli > > Needed to show >1TB RAM to guests. > > This uses a new cmos port at 0x5e that shall read zero to be backwards > compatible. > > Signed-off-by: Andrea Arcangeli It looks okay to me. Can you provide an Acked-by from one of the qemu or kvm maintainers? -Kevin