diff options
author | 2017-06-08 00:50:19 +1000 | |
---|---|---|
committer | 2017-06-30 14:03:32 +1000 | |
commit | 617367321ed6c66118fa981cf61c897f679ab021 (patch) | |
tree | f6d2a3ce4e50e97badca0c1fc8446efae0c16708 /scripts/qapi-commands.py | |
parent | spapr: Make DRC reset force DRC into known state (diff) | |
download | qemu-617367321ed6c66118fa981cf61c897f679ab021.tar.xz qemu-617367321ed6c66118fa981cf61c897f679ab021.zip |
spapr: Clean up DRC set_allocation_state path
The allocation-state indicator should only actually be implemented for
"logical" DRCs, not physical ones. Factor a check for this, and also for
valid indicator state values into rtas_set_allocation_state(). Because
they don't exist for physical DRCs, there's no reason that we'd ever want
more than one method implementation, so it can just be a plain function.
In addition, the setting to USABLE and setting to UNUSABLE paths in
set_allocation_state() don't actually have much in common. So, split the
method separate functions for each parameter value (drc_set_usable()
and drc_set_unusable()).
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions