Markus Armbruster 11ab69d6e7 ioapic: Fix error handling in realize()
Calling error_report() in a function that takes an Error ** argument
is suspicious.  ioapic_realize() does that, and then exit()s.
Currently mostly harmless, as the device cannot be hot-plugged.

Fixes: 20fd4b7b6d9282fe0cb83601f1821f31bd257458
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20181017082702.5581-11-armbru@redhat.com>
2018-10-19 14:51:34 +02:00
..
2018-10-19 14:51:34 +02:00
2018-09-24 18:49:11 +01:00
2018-09-25 13:30:45 +01:00
2016-01-29 15:07:25 +00:00
2018-08-18 18:01:34 +03:00
2018-08-20 11:24:32 +01:00
2018-09-25 15:13:24 +01:00
2018-06-01 15:14:31 +02:00