Re: [PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-29 Thread Alexey Kardashevskiy
On 29/01/2020 14:37, David Gibson wrote: > On Wed, Jan 29, 2020 at 01:31:11PM +1100, Alexey Kardashevskiy wrote: >> QEMU assigns bus numbers so tell the guest about assigned values. >> >> This also adds an empty "ranges" to let the existing linux kernels proceed >> far enough to trigger resource

Re: [PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-28 Thread David Gibson
On Wed, Jan 29, 2020 at 01:31:11PM +1100, Alexey Kardashevskiy wrote: > QEMU assigns bus numbers so tell the guest about assigned values. > > This also adds an empty "ranges" to let the existing linux kernels proceed > far enough to trigger resource reassignment (which is rather a > hack). That i

Re: [PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200129023111.1699-1-...@ozlabs.ru/ Hi, This series failed build test on FreeBSD host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit that has t

Re: [PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200129023111.1699-1-...@ozlabs.ru/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #! /bin

Re: [PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200129023111.1699-1-...@ozlabs.ru/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin

[PATCH qemu] spapr_pci: Create assigned properties for bridges

2020-01-28 Thread Alexey Kardashevskiy
QEMU assigns bus numbers so tell the guest about assigned values. This also adds an empty "ranges" to let the existing linux kernels proceed far enough to trigger resource reassignment (which is rather a hack). Signed-off-by: Alexey Kardashevskiy --- This is a part of the "kill CAS reboot" effo