diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-12-22 14:16:55 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-01-05 15:41:02 +1100 |
commit | acb4ce7ed80b2df2eb86390285cb5496614fa37f (patch) | |
tree | 3867d998970e9e2cbdba0b88c14d2a1433b7715b /doc/xive.rst | |
parent | 21be2a908c5c9cb39b797f13b17616744438f733 (diff) | |
download | skiboot-acb4ce7ed80b2df2eb86390285cb5496614fa37f.zip skiboot-acb4ce7ed80b2df2eb86390285cb5496614fa37f.tar.gz skiboot-acb4ce7ed80b2df2eb86390285cb5496614fa37f.tar.bz2 |
xive: Add chip_id to get_vp_info
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/xive.rst')
-rw-r--r-- | doc/xive.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/xive.rst b/doc/xive.rst index 032c338..e824f8e 100644 --- a/doc/xive.rst +++ b/doc/xive.rst @@ -621,7 +621,8 @@ OPAL_XIVE_GET_VP_INFO int64_t opal_xive_get_vp_info(uint64_t vp, uint64_t *flags, uint64_t *cam_value, - uint64_t *report_cl_pair); + uint64_t *report_cl_pair, + uint32_t *chip_id); This call returns information about an allocated VP: @@ -637,6 +638,8 @@ This call returns information about an allocated VP: * report_cl_pair: This is the real address of the reporting cache line pair for that VP (defaults to 0) +* chip_id : The chip that VCPU was allocated on + OPAL_XIVE_SET_VP_INFO ^^^^^^^^^^^^^^^^^^^^^ .. code-block:: c |