Re: [Qemu-devel] [PATCH 0/4] pci: better support for 64-bit MMIO allocation

2016-05-09 Thread Marcel Apfelbaum
On 05/09/2016 07:50 PM, Laszlo Ersek wrote: Hi Marcel, On 05/02/16 17:37, Marcel Apfelbaum wrote: Hi, First two patches allocate (max_reserved_ram - max_addr_cpu_addressable) range for PCI hotplug (for PC Machines) instead of the previous 64-bit PCI window that included only the ranges alloca

Re: [Qemu-devel] [PATCH 0/4] pci: better support for 64-bit MMIO allocation

2016-05-09 Thread Laszlo Ersek
Hi Marcel, On 05/02/16 17:37, Marcel Apfelbaum wrote: > Hi, > > First two patches allocate (max_reserved_ram - max_addr_cpu_addressable) > range for PCI hotplug > (for PC Machines) instead of the previous 64-bit PCI window that included only > the ranges allocated by the firmware. > > The next

[Qemu-devel] [PATCH 0/4] pci: better support for 64-bit MMIO allocation

2016-05-02 Thread Marcel Apfelbaum
Hi, First two patches allocate (max_reserved_ram - max_addr_cpu_addressable) range for PCI hotplug (for PC Machines) instead of the previous 64-bit PCI window that included only the ranges allocated by the firmware. The next two patches fix 64-bit CRS computations. Thank you, Marcel Marcel Apf