Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-21 Thread Alexey Kardashevskiy
On 01/21/2014 09:19 PM, Andreas Färber wrote: > Am 21.01.2014 02:37, schrieb Alexey Kardashevskiy: >> On 01/21/2014 02:27 AM, Markus Armbruster wrote: >>> Alexey Kardashevskiy writes: >>> Recent changes introduced cannot_instantiate_with_device_add_yet and removed capability of adding ye

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-21 Thread Andreas Färber
Am 21.01.2014 02:37, schrieb Alexey Kardashevskiy: > On 01/21/2014 02:27 AM, Markus Armbruster wrote: >> Alexey Kardashevskiy writes: >> >>> Recent changes introduced cannot_instantiate_with_device_add_yet >>> and removed capability of adding yet another PCI host bridge via >>> command line for SP

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-21 Thread Alexey Kardashevskiy
On 01/21/2014 06:56 PM, Markus Armbruster wrote: > Alexey Kardashevskiy writes: > >> On 01/21/2014 02:27 AM, Markus Armbruster wrote: >>> Alexey Kardashevskiy writes: >>> Recent changes introduced cannot_instantiate_with_device_add_yet and removed capability of adding yet another PCI h

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-20 Thread Markus Armbruster
Alexey Kardashevskiy writes: > On 01/21/2014 02:27 AM, Markus Armbruster wrote: >> Alexey Kardashevskiy writes: >> >>> Recent changes introduced cannot_instantiate_with_device_add_yet >>> and removed capability of adding yet another PCI host bridge via >>> command line for SPAPR platform (POWER

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-20 Thread Alexey Kardashevskiy
On 01/21/2014 02:27 AM, Markus Armbruster wrote: > Alexey Kardashevskiy writes: > >> Recent changes introduced cannot_instantiate_with_device_add_yet >> and removed capability of adding yet another PCI host bridge via >> command line for SPAPR platform (POWERPC64 server). > > Specifically: > >

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-20 Thread Markus Armbruster
Alexey Kardashevskiy writes: > Recent changes introduced cannot_instantiate_with_device_add_yet > and removed capability of adding yet another PCI host bridge via > command line for SPAPR platform (POWERPC64 server). Specifically: commit 837d37167dc446af8a91189108b363c04609e296 Author: Markus A

Re: [Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-20 Thread Alexander Graf
On 13.01.2014, at 10:29, Alexey Kardashevskiy wrote: > Recent changes introduced cannot_instantiate_with_device_add_yet > and removed capability of adding yet another PCI host bridge via > command line for SPAPR platform (POWERPC64 server). > > This brings the capability back and puts SPAPR PHB

[Qemu-devel] [PATCH] spapr-pci: enable adding PHB via -device

2014-01-13 Thread Alexey Kardashevskiy
Recent changes introduced cannot_instantiate_with_device_add_yet and removed capability of adding yet another PCI host bridge via command line for SPAPR platform (POWERPC64 server). This brings the capability back and puts SPAPR PHB into "bridge" category. This is not much use for emulated PHB bu