qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 11/25] q35: Introduce q35 pc based chipset emula


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 11/25] q35: Introduce q35 pc based chipset emulator
Date: Fri, 14 Sep 2012 09:37:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120825 Thunderbird/10.0.7

On 09/13/12 22:12, Jason Baron wrote:
> +    if (ram_size >= 0xe0000000) {
> +        above_4g_mem_size = ram_size - 0xe0000000;
> +        below_4g_mem_size = 0xe0000000;

We should make the hole larger to get more pci i/o address space below
4G, especially as q35 needs a good chunk of it for mmconfig.

I think at least 0xc0000000, maybe even 0xb0000000.  The later would
allow to place mmconfig @ 0xb0000000, one big 512MB pci bar @ 0xc0000000
(think gfx card pass-through) and all the remaining little stuff above
0xe0000000.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]