Stefano Stabellini <[email protected]> writes: > On Thu, 14 Jan 2016, Markus Armbruster wrote: >> xen_ram_alloc() dies with hw_error() on error, even though its caller >> ram_block_add() handles errors just fine. Add an Error **errp >> parameter and use it. >> >> Leave case RUN_STATE_INMIGRATE alone, because that looks like some >> kind of warning.
Did you double-check this is okay? >> Signed-off-by: Markus Armbruster <[email protected]> > > Reviewed-by: Stefano Stabellini <[email protected]> > > I am happy to queue both patches up in my next branch. Please do, thanks!
