Virtualization: Update XIVE Legacy hcalls to add H_Function

Issue:  (10/16/2019 12:56:42 PM) Update XIVE Legacy hcalls to add H_Function

1. Could not find H_CONFER_ADJUNCT in LoPAR.

Signed-off-by: Leonardo Bras <leonardo@linux.ibm.com>
pull/2/head
Leonardo Bras 4 years ago
parent 2041d9e072
commit a42129d252

@ -9355,6 +9355,11 @@ hcall ( const uint64 H_CLEAR_HPT);]]></programlisting>
</listitem>
</itemizedlist>
</listitem>

<listitem>
<para>If the partition is not in XIVE legacy mode, the Hypervisor returns
H_Function.</para>
</listitem>
</itemizedlist>
</simplesect>
</section>
@ -9397,6 +9402,12 @@ hcall ( const uint64 H_CLEAR_HPT);]]></programlisting>
H_Success or H_Hardware (if an unrecoverable hardware error
occurred).</para>
</listitem>

<listitem>
<para>If the partition is not in XIVE legacy mode, the Hypervisor returns
H_Function.</para>
</listitem>

</itemizedlist>
</simplesect>
</section>
@ -9457,6 +9468,12 @@ hcall ( const uint64 H_CLEAR_HPT);]]></programlisting>
</listitem>
</itemizedlist>
</listitem>

<listitem>
<para>If the partition is not in XIVE legacy mode, the Hypervisor returns
H_Function.</para>
</listitem>

</itemizedlist>

</simplesect>
@ -9505,6 +9522,11 @@ hcall ( const uint64 H_CLEAR_HPT);]]></programlisting>
</listitem>
</itemizedlist>
</listitem>

<listitem>
<para>If the partition is not in XIVE legacy mode, the Hypervisor returns
H_Function.</para>
</listitem>
</itemizedlist>
</simplesect>
</section>
@ -9524,6 +9546,7 @@ hcall ( const uint64 H_CLEAR_HPT);]]></programlisting>
int64 /* H_Success: Expected Return code */
/* H_Hardware: The hcall() experienced a hardware fault */
/* potentially preventing the function */
/* H_Function: The calling OS is not in XIVE legacy mode */
hcall ( const uint64 H_XIRR-X,/* Accept an interrupt returning the external */
/* interrupt request register */
uint8 cppr );]]></programlisting>
@ -9568,6 +9591,11 @@ hcall ( const uint64 H_XIRR-X,/* Accept an interrupt returning the external */
<para>Hypervisor then returns H_Success or H_Hardware (if an
unrecoverable hardware error occurred).</para>
</listitem>

<listitem>
<para>If the partition is not in XIVE legacy mode, the Hypervisor returns
H_Function.</para>
</listitem>
</itemizedlist>
</simplesect>
</section>

Loading…
Cancel
Save