[PATCH] x86emul: adjust file comments

Jan Beulich posted 1 patch 3 weeks ago
[PATCH] x86emul: adjust file comments
Posted by Jan Beulich 3 weeks ago
With the split-off of decoding into a separate file, both files' top
comments should have been adjusted accordingly.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/arch/x86/x86_emulate/decode.c
+++ b/xen/arch/x86/x86_emulate/decode.c
@@ -2,7 +2,7 @@
 /******************************************************************************
  * decode.c - helper for x86_emulate.c
  *
- * Generic x86 (32-bit and 64-bit) instruction decoder and emulator.
+ * Generic x86 (32-bit and 64-bit) instruction decoder.
  *
  * Copyright (c) 2005-2007 Keir Fraser
  * Copyright (c) 2005-2007 XenSource Inc.
--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_emulate.c
@@ -2,7 +2,7 @@
 /******************************************************************************
  * x86_emulate.c
  *
- * Generic x86 (32-bit and 64-bit) instruction decoder and emulator.
+ * Generic x86 (32-bit and 64-bit) instruction emulator.
  *
  * Copyright (c) 2005-2007 Keir Fraser
  * Copyright (c) 2005-2007 XenSource Inc.
Re: [PATCH] x86emul: adjust file comments
Posted by Andrew Cooper 3 weeks ago
On 03/09/2026 12:56 pm, Jan Beulich wrote:
> With the split-off of decoding into a separate file, both files' top
> comments should have been adjusted accordingly.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

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