qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/25] target/i386: remove CPUX86State argument from generato


From: Richard Henderson
Subject: Re: [PATCH 01/25] target/i386: remove CPUX86State argument from generator functions
Date: Sat, 8 Jun 2024 07:47:04 -0700
User-agent: Mozilla Thunderbird

On 6/8/24 01:40, Paolo Bonzini wrote:
CPUX86State argument would only be used to fetch bytes, but that has to be
done before the generator function is called.  So remove it, and all
temptation together with it.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/tcg/decode-new.h     |   2 +-
  target/i386/tcg/decode-new.c.inc |   4 +-
  target/i386/tcg/emit.c.inc       | 572 +++++++++++++++----------------
  3 files changed, 289 insertions(+), 289 deletions(-)

Yay!

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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