qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] softmmu: Move ioport.c into the target-independent sourc


From: Richard Henderson
Subject: Re: [PATCH 2/2] softmmu: Move ioport.c into the target-independent source set
Date: Wed, 17 May 2023 06:23:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/17/23 00:42, Thomas Huth wrote:
Now that the st*_p and ld*_p functions can be used from common code,
too, we can move ioport.c from specific_ss into softmmu_ss to avoid
that we have to compile it multiple times.

Signed-off-by: Thomas Huth<thuth@redhat.com>
---
  softmmu/ioport.c    | 2 +-
  softmmu/meson.build | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

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

r~



reply via email to

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