CONFIG_IOREQ_NOTIFICATION

Notification mode

Type: bool

Help

When I/O request is completed, SOS will mark the completion status and notify hypervisor via hypercall. Hypervisor will finish the post work when notification is received.

Direct dependencies

<choice: I/O emulation completion mode>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/x86/Kconfig:49

Included via Kconfig:3

Menu path: (top menu) → I/O emulation completion mode

config IOREQ_NOTIFICATION
    bool
    prompt "Notification mode" if <choice: I/O emulation completion mode>
    depends on <choice: I/O emulation completion mode>
    help
      When I/O request is completed, SOS will mark the completion status and
      notify hypervisor via hypercall. Hypervisor will finish the post work
      when notification is received.

(Definitions include propagated dependencies, including from if’s and menus.)