>>> On 21.03.18 at 15:47, <aisa...@bitdefender.com> wrote:
> --- a/xen/include/asm-x86/hvm/hvm.h
> +++ b/xen/include/asm-x86/hvm/hvm.h
> @@ -209,6 +209,8 @@ struct hvm_function_table {
>                                  bool_t access_w, bool_t access_x);
>  
>      void (*enable_msr_interception)(struct domain *d, uint32_t msr);
> +    void (*enable_icebp_interception)(struct domain *d);
> +    void (*disable_icebp_interception)(struct domain *d);

Why two new hooks when one (with a boolean parameter)
would do?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to