spapr: Call spapr_drc_reset() for all DRCs at CAS
commitcd725bd7489e52445a15dd2f0ad1aa746dfa91fc
authorGreg Kurz <groug@kaod.org>
Fri, 18 Dec 2020 10:33:55 +0000 (18 11:33 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 6 Jan 2021 00:09:59 +0000 (6 11:09 +1100)
tree0318231c1712e60dfc5b9c23748773eeaab6a5e6
parent30499fdd9883026e106d74e8199e2f1311fd4011
spapr: Call spapr_drc_reset() for all DRCs at CAS

Non-transient DRCs are either in the empty or the ready state,
which means spapr_drc_reset() doesn't change their state. It
is thus not needed to do any checking. Call spapr_drc_reset()
unconditionally and squash spapr_drc_transient() into its
only user, spapr_drc_needed().

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <20201218103400.689660-2-groug@kaod.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_drc.c
hw/ppc/spapr_hcall.c
include/hw/ppc/spapr_drc.h