X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FKconfig;h=158ed42894346eaa79fa90cef812704fb8a9684a;hb=a686a57429dcd9fa2f701228227dadcd096df8ed;hp=7a04e6bfe54cfcbb09c7a94ff1ea3e60625f1223;hpb=e5649c2775438bbb04baf9a8bd53fa70363c4235;p=palacios.releases.git diff --git a/palacios/src/extensions/Kconfig b/palacios/src/extensions/Kconfig index 7a04e6b..158ed42 100644 --- a/palacios/src/extensions/Kconfig +++ b/palacios/src/extensions/Kconfig @@ -44,53 +44,4 @@ config EXT_INSPECTOR help Provides the inspection extension -config EXT_SW_INTERRUPTS - bool "Enable interception and hooking of software interrupts" - default n - help - This feature will cause the VMM to intercept the execution - of software interrupts (i.e. the INTn instruction) and enable - any INT vector to be hooked - -config DEBUG_EXT_SW_INTERRUPTS - bool "Enable debugging of software interrupt interception code" - depends on EXT_SW_INTERRUPTS - default n - help - This will enable useful debugging printouts for software - intercept code - -config EXT_SWINTR_PASSTHROUGH - bool "Hook all unhandled sofware interrupts for passthrough" - depends on EXT_SW_INTERRUPTS - default n - help - If enabled, this will cause all software interrupts - (INT instruction vectors) to be hooked for passthrough. - May reduce performance but useful for debugging. - -config EXT_SYSCALL_HIJACK - bool "Enable System Call Hijacking" - depends on EXT_SW_INTERRUPTS - default n - help - Enable the VMM to hijack system calls executed by the guest. - If enabled, the VMM will hook execution of INT 80 - -config DEBUG_EXT_SYSCALL_HIJACK - bool "Enable Syscall Hijack Debug in Palacios" - default n - help - Enable Debugging printouts for syscall hijacking code - in Palacios - -config EXT_SYSCALL_PASSTHROUGH - bool "Hook all unhandled system calls for passthrough" - depends on EXT_SYSCALL_HIJACK - default n - help - If enabled, this option will cause all system calls - that are not explicitly hooked to be hooked for - passthrough. This is useful for debugging. - endmenu