Re: [PATCH v2 1/9] x86/svm: remove unused forward declaration of struct vcpu from svm.h

2023-02-23 Thread Xenia Ragiadakou
On 2/23/23 12:50, Andrew Cooper wrote: On 22/02/2023 12:59 pm, Jan Beulich wrote: On 22.02.2023 13:00, Xenia Ragiadakou wrote: Remove forward declaration of struct vcpu, that is a leftover since the removal of svm_update_guest_cr()'s declaration from svm.h. Signed-off-by: Xenia Ragiadakou

Re: [PATCH v2 1/9] x86/svm: remove unused forward declaration of struct vcpu from svm.h

2023-02-23 Thread Andrew Cooper
On 22/02/2023 12:59 pm, Jan Beulich wrote: > On 22.02.2023 13:00, Xenia Ragiadakou wrote: >> Remove forward declaration of struct vcpu, that is a leftover since >> the removal of svm_update_guest_cr()'s declaration from svm.h. >> >> Signed-off-by: Xenia Ragiadakou > Acked-by: Jan Beulich > >> Fix

Re: [PATCH v2 1/9] x86/svm: remove unused forward declaration of struct vcpu from svm.h

2023-02-22 Thread Jan Beulich
On 22.02.2023 13:00, Xenia Ragiadakou wrote: > Remove forward declaration of struct vcpu, that is a leftover since > the removal of svm_update_guest_cr()'s declaration from svm.h. > > Signed-off-by: Xenia Ragiadakou Acked-by: Jan Beulich > Fixes: b158e72abe30 ("x86/hvm: CFI hardening for hvm_f

[PATCH v2 1/9] x86/svm: remove unused forward declaration of struct vcpu from svm.h

2023-02-22 Thread Xenia Ragiadakou
Remove forward declaration of struct vcpu, that is a leftover since the removal of svm_update_guest_cr()'s declaration from svm.h. Signed-off-by: Xenia Ragiadakou Fixes: b158e72abe30 ("x86/hvm: CFI hardening for hvm_funcs") --- Changes in v2: - leave the forward declaration of struct cpu_user_