Skip to content

Commit

Permalink
tools/ppchcalls : Add new hcalls introduced for nested KVM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Menghani authored and yonghong-song committed Sep 1, 2023
1 parent a22bd25 commit ec49363
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/ppchcalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@
1100: 'H_SCM_FLUSH',
1104: 'H_GET_ENERGY_SCALE_INFO',
1116: 'H_WATCHDOG',
# Platform specific hcalls used by KVM on PowerVM
1120: 'H_GUEST_GET_CAPABILITIES',
1124: 'H_GUEST_SET_CAPABILITIES',
1136: 'H_GUEST_CREATE',
1140: 'H_GUEST_CREATE_VCPU',
1144: 'H_GUEST_GET_STATE',
1148: 'H_GUEST_SET_STATE',
1152: 'H_GUEST_RUN_VCPU',
1156: 'H_GUEST_COPY_MEMORY',
1160: 'H_GUEST_DELETE',
# Platform-specific hcalls used by the Ultravisor
61184: 'H_SVM_PAGE_IN',
61188: 'H_SVM_PAGE_OUT',
Expand Down

0 comments on commit ec49363

Please sign in to comment.