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

2016-05-19 Thread Marcel Apfelbaum
On 05/19/2016 12:04 PM, Igor Mammedov wrote: On Wed, 18 May 2016 17:22:43 +0300 Marcel Apfelbaum wrote: On 05/18/2016 04:53 PM, Igor Mammedov wrote: On Sun, 15 May 2016 22:23:30 +0300 Marcel Apfelbaum wrote: Hi, First two patches allocate (max_reserved_ram - max_addr_cpu_addressable) rang

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

2016-05-19 Thread Igor Mammedov
On Wed, 18 May 2016 17:22:43 +0300 Marcel Apfelbaum wrote: > On 05/18/2016 04:53 PM, Igor Mammedov wrote: > > On Sun, 15 May 2016 22:23:30 +0300 > > Marcel Apfelbaum wrote: > > > >> Hi, > >> > >> First two patches allocate (max_reserved_ram - max_addr_cpu_addressable) > >> range for PCI hotpl

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

2016-05-19 Thread Igor Mammedov
On Wed, 18 May 2016 17:44:57 +0300 "Michael S. Tsirkin" wrote: > On Wed, May 18, 2016 at 04:38:26PM +0200, Igor Mammedov wrote: > > On Wed, 18 May 2016 17:09:20 +0300 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, May 18, 2016 at 03:53:08PM +0200, Igor Mammedov wrote: > > > > On Sun, 15

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

2016-05-18 Thread Michael S. Tsirkin
On Wed, May 18, 2016 at 04:38:26PM +0200, Igor Mammedov wrote: > On Wed, 18 May 2016 17:09:20 +0300 > "Michael S. Tsirkin" wrote: > > > On Wed, May 18, 2016 at 03:53:08PM +0200, Igor Mammedov wrote: > > > On Sun, 15 May 2016 22:23:30 +0300 > > > Marcel Apfelbaum wrote: > > > > > > > Hi, > > >

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

2016-05-18 Thread Igor Mammedov
On Wed, 18 May 2016 17:09:20 +0300 "Michael S. Tsirkin" wrote: > On Wed, May 18, 2016 at 03:53:08PM +0200, Igor Mammedov wrote: > > On Sun, 15 May 2016 22:23:30 +0300 > > Marcel Apfelbaum wrote: > > > > > Hi, > > > > > > First two patches allocate (max_reserved_ram - max_addr_cpu_addressable

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

2016-05-18 Thread Marcel Apfelbaum
On 05/18/2016 04:53 PM, Igor Mammedov wrote: On Sun, 15 May 2016 22:23:30 +0300 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

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

2016-05-18 Thread Michael S. Tsirkin
On Wed, May 18, 2016 at 03:53:08PM +0200, Igor Mammedov wrote: > On Sun, 15 May 2016 22:23:30 +0300 > 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

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

2016-05-18 Thread Igor Mammedov
On Sun, 15 May 2016 22:23:30 +0300 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

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

2016-05-15 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. v1 -> v2: - resolved some st