On 9 January 2017 at 22:27, Jean-Christophe DUBOIS <j...@tribudubois.net> wrote: > I might be wrong but I think they are coming out of reset with > their CS line set to low (so they are selected by default) > because this is the default level at reset.
If that's true then you're in difficulties, because there's no guarantee about device reset order. So even if your SPI controller calls qemu_set_irq in its reset function, if the devices on the other end happen to have their reset called after the controller then they'll still reset into selected... thanks -- PMM