qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH for-3.1 2/2] i386: hvf: drop debug printf in d


From: Roman Bolshakov
Subject: Re: [Qemu-trivial] [PATCH for-3.1 2/2] i386: hvf: drop debug printf in decode_sldtgroup
Date: Thu, 13 Dec 2018 00:16:46 +0300
User-agent: NeoMutt/20180716

On Mon, Dec 03, 2018 at 01:04:15PM +0300, Roman Bolshakov wrote:
> It's going to clutter QEMU logs if 0x0f00 is trapped.
> 
> Signed-off-by: Roman Bolshakov <address@hidden>
> ---
>  target/i386/hvf/x86_decode.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c
> index d125a6ef83..5f513c5563 100644
> --- a/target/i386/hvf/x86_decode.c
> +++ b/target/i386/hvf/x86_decode.c
> @@ -525,8 +525,6 @@ static void decode_sldtgroup(CPUX86State *env, struct 
> x86_decode *decode)
>          X86_DECODE_CMD_INVL
>      };
>      decode->cmd = group[decode->modrm.reg];
> -    printf("%llx: decode_sldtgroup: %d\n", env->hvf_emul->fetch_rip,
> -            decode->modrm.reg);
>  }
>  
>  static void decode_lidtgroup(CPUX86State *env, struct x86_decode *decode)
> -- 
> 2.17.2 (Apple Git-113)
> 

Could you please apply to trivial queue?

Thank you,
Roman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]