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
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
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
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,
> > >
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
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
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
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
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