qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 07/18] hw/core: Move system emulation files to system_ss


From: Richard Henderson
Subject: Re: [PATCH v2 07/18] hw/core: Move system emulation files to system_ss
Date: Mon, 8 Apr 2024 06:45:32 -1000
User-agent: Mozilla Thunderbird

On 4/8/24 05:53, Paolo Bonzini wrote:
hotplug.c, qdev-hotplug.c and reset.c are not used by user emulation
and need not be included in hwcore_ss.  Move them to system_ss, where
they belong, by letting the linker pull in the stubs when needed.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  {hw/core => stubs}/hotplug-stubs.c |  0
  hw/core/meson.build                | 14 +++-----------
  stubs/meson.build                  |  1 +
  3 files changed, 4 insertions(+), 11 deletions(-)
  rename {hw/core => stubs}/hotplug-stubs.c (100%)

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

r~



reply via email to

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