Re: [Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-07-11 Thread David Gibson
On Thu, Jun 13, 2019 at 11:37:45AM +1000, Alexey Kardashevskiy wrote: > > > On 12/06/2019 16:11, David Gibson wrote: > > On Thu, Jun 06, 2019 at 02:09:19PM +1000, Alexey Kardashevskiy wrote: > >> The pseries guests do not normally allocate PCI resouces and rely on > >> the system firmware doing s

Re: [Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-06-12 Thread Alexey Kardashevskiy
On 12/06/2019 16:11, David Gibson wrote: > On Thu, Jun 06, 2019 at 02:09:19PM +1000, Alexey Kardashevskiy wrote: >> The pseries guests do not normally allocate PCI resouces and rely on >> the system firmware doing so. Furthermore at least at some point in >> the past the pseries guests won't eve

Re: [Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-06-11 Thread David Gibson
On Thu, Jun 06, 2019 at 02:09:19PM +1000, Alexey Kardashevskiy wrote: > The pseries guests do not normally allocate PCI resouces and rely on > the system firmware doing so. Furthermore at least at some point in > the past the pseries guests won't even be allowed to change BARs, probably > it is sti

Re: [Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-06-05 Thread David Gibson
On Thu, Jun 06, 2019 at 02:13:20PM +1000, Alexey Kardashevskiy wrote: > I changed my handy scripts for posting patches and the subject line > broke, do I need to repost? It made it to the patchworks though. No, that's fine I've seen it and will look at it when I have the chance. > > > > On 06/

Re: [Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-06-05 Thread Alexey Kardashevskiy
I changed my handy scripts for posting patches and the subject line broke, do I need to repost? It made it to the patchworks though. On 06/06/2019 14:09, Alexey Kardashevskiy wrote: > The pseries guests do not normally allocate PCI resouces and rely on > the system firmware doing so. Furthermore

[Qemu-devel] spapr_pci: Advertise BAR reallocation capability

2019-06-05 Thread Alexey Kardashevskiy
The pseries guests do not normally allocate PCI resouces and rely on the system firmware doing so. Furthermore at least at some point in the past the pseries guests won't even be allowed to change BARs, probably it is still the case for phyp. So since the initial commit we have [1] which prevents r