David Gibson 937c2146a6 pnv: Fix some error handling cpu realize()
In pnv_core_realize() we call two functions with an Error * parameter in
succession, which will go badly if they both cause errors.  In fact, a
failure in either of them indicates a qemu internal error, so we can just
use &error_abort in both cases.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
2018-06-16 16:32:33 +10:00
..
2018-06-16 16:32:33 +10:00
2018-06-16 16:32:33 +10:00
2018-03-06 13:16:29 +11:00
2017-09-08 09:30:55 +10:00
2017-05-07 09:57:51 +03:00
2017-01-31 10:10:13 +11:00
2017-01-31 10:10:13 +11:00
2018-06-12 09:33:52 +10:00
2018-06-04 10:15:16 +01:00
2018-03-02 13:45:50 -06:00