On Fri, 2016-08-26 at 16:47 +0200, Cédric Le Goater wrote:
> >> +static void powernv_machine_class_init(ObjectClass *oc, void
> *data)
> >> +{
> >> + MachineClass *mc = MACHINE_CLASS(oc);
> >> +
> >> + mc->init = ppc_powernv_init;
> >> + mc->reset = ppc_powernv_reset;
> >> + mc->block_default_type = IF_IDE;
> >
> > IDE? Really?
>
> nah :) It's SCSI again now.
>
> I was trying to reconcile all the little hunks in the different
> patches of Ben. IF_IDE was introduced at the end of the patchset.
> I suppose that adding a ISA bus to PowerNV had some influence :)
It's meant to be IF_IDE, the default interface is AHCI.
Cheers,
Ben.