qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* qdev: Regarding lazy ISA bridge creation
@ 2021-03-24 11:13 Philippe Mathieu-Daudé
  2021-03-24 11:38 ` Cédric Le Goater
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-24 11:13 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: Richard Henderson, qemu-devel, Markus Armbruster

Hi Cédric,

I'm trying to understand the comment you added in commit
3495b6b6101 ("ppc/pnv: add a ISA bus"):

 /* let isa_bus_new() create its own bridge on SysBus otherwise
  * devices specified on the command line won't find the bus and
  * will fail to create.
  */
 isa_bus = isa_bus_new(NULL, &lpc->isa_mem, &lpc->isa_io, &local_err);

Do you have an example so I can reproduce?

Thanks,

Phil.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: qdev: Regarding lazy ISA bridge creation
  2021-03-24 11:13 qdev: Regarding lazy ISA bridge creation Philippe Mathieu-Daudé
@ 2021-03-24 11:38 ` Cédric Le Goater
  0 siblings, 0 replies; 2+ messages in thread
From: Cédric Le Goater @ 2021-03-24 11:38 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Richard Henderson, qemu-devel, Markus Armbruster

On 3/24/21 12:13 PM, Philippe Mathieu-Daudé wrote:
> Hi Cédric,
> 
> I'm trying to understand the comment you added in commit
> 3495b6b6101 ("ppc/pnv: add a ISA bus"):
> 
>  /* let isa_bus_new() create its own bridge on SysBus otherwise
>   * devices specified on the command line won't find the bus and
>   * will fail to create.
>   */
>  isa_bus = isa_bus_new(NULL, &lpc->isa_mem, &lpc->isa_io, &local_err);
> 
> Do you have an example so I can reproduce?

I think this is related the IPMI BT device when using an external BMC :  

  https://qemu.readthedocs.io/en/latest/system/ppc/powernv.html

You could use an Aspeed machine for the remote end. But you need the 
aspeed-6.0 branch for that because I did not send upstream the iBT model :

  https://github.com/legoater/qemu/commit/4d2d9fe1211a25738ba5429d07a58c981845af92

C.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-24 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 11:13 qdev: Regarding lazy ISA bridge creation Philippe Mathieu-Daudé
2021-03-24 11:38 ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).