Re: [Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios

2010-09-17 Thread H. Peter Anvin
On 09/17/2010 06:11 AM, Kevin O'Connor wrote: > On Fri, Sep 17, 2010 at 07:53:12AM -0500, Anthony Liguori wrote: >> On 09/16/2010 08:47 PM, Kevin O'Connor wrote: >>> On Wed, Sep 15, 2010 at 07:15:28PM +0200, Andrea Arcangeli wrote: This uses a new cmos port at 0x5e that shall read zero to be b

Re: [Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios

2010-09-17 Thread Kevin O'Connor
On Fri, Sep 17, 2010 at 07:53:12AM -0500, Anthony Liguori wrote: > On 09/16/2010 08:47 PM, Kevin O'Connor wrote: > >On Wed, Sep 15, 2010 at 07:15:28PM +0200, Andrea Arcangeli wrote: > >>This uses a new cmos port at 0x5e that shall read zero to be backwards > >>compatible. > >It looks okay to me. C

Re: [Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios

2010-09-17 Thread Anthony Liguori
On 09/16/2010 08:47 PM, Kevin O'Connor wrote: 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 compa

Re: [Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios

2010-09-16 Thread Kevin O'Connor
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 A

[Qemu-devel] [PATCH] add 40-48 bit RAM range to seabios

2010-09-15 Thread Andrea Arcangeli
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 --- diff --git a/src/cmos.h b/src/cmos.h index e4b6462..e810534 100644 ---