lkml.org 
[lkml]   [2022]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH v7 2/5] x86/tdx: Add TDX Guest event notify interrupt support
    From
    Hi Kai,

    On 5/23/22 11:40 PM, Kai Huang wrote:
    >> +/* Helper function to register tdx_event_notify_handler */
    >> +void tdx_setup_ev_notify_handler(void (*handler)(void))
    >> +{
    >> + tdx_event_notify_handler = handler;
    >> +}
    >> +EXPORT_SYMBOL_GPL(tdx_setup_ev_notify_handler);
    >> +
    >> +/* Helper function to unregister tdx_event_notify_handler */
    >> +void tdx_remove_ev_notify_handler(void)
    >> +{
    >> + tdx_event_notify_handler = NULL;
    >> +}
    >> +EXPORT_SYMBOL_GPL(tdx_remove_ev_notify_handler);
    > I don't think you need to export the two symbols now.

    Agree. I will remove it.

    --
    Sathyanarayanan Kuppuswamy
    Linux Kernel Developer

    \
     
     \ /
      Last update: 2022-05-25 17:42    [W:2.901 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site