diff options
author | Cédric Le Goater <clg@kaod.org> | 2016-10-18 10:06:34 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-10-28 09:36:58 +1100 |
commit | e3403258a20c61859ca1917bb86bc206e5846784 (patch) | |
tree | fe2fb78dc332c355f744cc5e6d9a878d3b84b8e5 /target-ppc | |
parent | d49c603b37e6c9d025f58c09f55d0c7cefe88987 (diff) | |
download | qemu-e3403258a20c61859ca1917bb86bc206e5846784.zip |
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
The routines :
void icp_set_cppr(ICPState *icp, uint8_t cppr);
void icp_set_mfrr(ICPState *icp, uint8_t mfrr);
void icp_eoi(ICPState *icp, uint32_t xirr);
now use one 'ICPState *icp' argument instead of a 'XICSState *' and a
server arguments. The backlink on XICSState* is used whenever needed.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target-ppc')
0 files changed, 0 insertions, 0 deletions