qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] pci: 64bit bits


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/2] pci: 64bit bits
Date: Wed, 02 May 2012 17:54:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120422 Thunderbird/10.0.4

On 05/02/12 17:33, Avi Kivity wrote:
> On 05/02/2012 05:02 PM, Gerd Hoffmann wrote:
>>   Hi,
>>
>> seabios (master branch) just got 64bit pci support.  When running out of
>> address space in the pci memory window below 4G (0xe0000000+) seabios
>> will map 64bit pci bars above 4G to make room below 4G.
>>
>> This patch series carries two little patches for qemu to adapt it to the
>> seabios changes.  First patch creates a memory window for the 64bit pci
>> bars.  Second patch adds a 64bit option to the ivshmem driver, which
>> allows to use huge shared memory chunks.
> 
> What happens if a pre-64-bit-pci guest boots on such a setup?

If it worked before it should continue to work just fine.  Note that the
64bit bars are only mapped above 4G in case there is not enough address
space below 4G, so existing setups should never ever see bars mapped high.

cheers,
  Gerd



reply via email to

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