On 29 August 2015 at 01:04, Alistair Francis
<[email protected]> wrote:
> Connect the Sysbus AHCI device to ZynqMP.
>
> Signed-off-by: Alistair Francis <[email protected]>
> Reviewed-by: Sai Pavan Boddu <[email protected]>
> + object_property_set_int(OBJECT(&s->sata), SATA_NUM_PORTS, "num-ports",
> + &error_abort);
> + object_property_set_bool(OBJECT(&s->sata), true, "realized", &err);
> + if (err) {
> + error_propagate((errp), (err));
Weird unnecessary extra brackets. I'll just remove them...
-- PMM