[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts |
Date: |
Mon, 25 Jun 2007 21:28:26 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Blue Swirl wrote:
> This patch removes the restriction of 2G ram size on 64-bit hosts.
> Theoretically Sparc32 on a SS-10 like machine could handle more than
> 62GB of memory.
>
> There seems to be problems in the boot BIOSes to manage even >2G
> memory sizes, I've found some in OpenBIOS but there are still many
> left.
>
> Any comments?
Probably it's time for host_phys_addr_t instead of unsigned long, for
clarity and improved portability.
Thiemo
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, (continued)
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Karl Magdsick, 2007/06/25
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Thiemo Seufer, 2007/06/26
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Paul Brook, 2007/06/26
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Blue Swirl, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Julian Seward, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Thiemo Seufer, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Julian Seward, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Marius Groeger, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Thiemo Seufer, 2007/06/27
- Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts, Gwenole Beauchesne, 2007/06/29
Re: [Qemu-devel] [PATCH, RFC] More than 2G of memory on 64-bit hosts,
Thiemo Seufer <=