On 25/07/17 00:55, Cédric Le Goater wrote: > On 07/24/2017 11:39 AM, Alexey Kardashevskiy wrote: >> On 06/07/17 03:13, Cédric Le Goater wrote: >>> A set of Hypervisor's call are used to configure the interrupt sources >>> and the event/notification queues of the guest: >>> >>> H_INT_GET_SOURCE_INFO >>> H_INT_SET_SOURCE_CONFIG >>> H_INT_GET_SOURCE_CONFIG >>> H_INT_GET_QUEUE_INFO >>> H_INT_SET_QUEUE_CONFIG >>> H_INT_GET_QUEUE_CONFIG >>> H_INT_RESET >>> H_INT_ESB >>> >>> Calls that still need to be addressed : >>> >>> H_INT_SET_OS_REPORTING_LINE >>> H_INT_GET_OS_REPORTING_LINE >>> H_INT_SYNC >>> >>> See below for the documentation on each hcall. >>> >>> Signed-off-by: Cédric Le Goater <c...@kaod.org> >>> ---
[...] >> >> R6 is missing but you added it in your github tree so never mind :) >> > > Yes. I have updated the hcalls in my github tree with some fixes and > also some small recent changes in the specs. This was rather a note for other reviewers if they read the specs and find mismatches (18/26 is also updated), really :) -- Alexey