mbox series

[0/2] Remove unused virtualization technology specific headers

Message ID 20230127094656.140120-1-burzalodowa@gmail.com (mailing list archive)
Headers show
Series Remove unused virtualization technology specific headers | expand

Message

Xenia Ragiadakou Jan. 27, 2023, 9:46 a.m. UTC
The patches remove forgotten and now unused virtualization technology specific
headers from arch/x86/cpu/vpmu.c and arch/x86/hvm/emulate.c.

Xenia Ragiadakou (2):
  x86/emulate: remove unused svm specific header
  x86/vpmu: remove unused svm and vmx specific headers

 xen/arch/x86/cpu/vpmu.c    | 4 ----
 xen/arch/x86/hvm/emulate.c | 1 -
 2 files changed, 5 deletions(-)

Comments

Andrew Cooper Jan. 27, 2023, 9:54 a.m. UTC | #1
On 27/01/2023 9:46 am, Xenia Ragiadakou wrote:
> The patches remove forgotten and now unused virtualization technology specific
> headers from arch/x86/cpu/vpmu.c and arch/x86/hvm/emulate.c.
>
> Xenia Ragiadakou (2):
>   x86/emulate: remove unused svm specific header
>   x86/vpmu: remove unused svm and vmx specific headers
>
>  xen/arch/x86/cpu/vpmu.c    | 4 ----
>  xen/arch/x86/hvm/emulate.c | 1 -
>  2 files changed, 5 deletions(-)
>

Oh excellent.  Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

IMO the fixes tags are useful even if we won't want to backport them. 
It's an easy pointer for people to follow if needs be.

~Andrew