qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 07/12] hw/isa/lpc_ich9: Connect pm stuff to lpc internally


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 07/12] hw/isa/lpc_ich9: Connect pm stuff to lpc internally
Date: Mon, 27 Feb 2023 12:55:23 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 13/2/23 18:30, Bernhard Beschow wrote:
Make TYPE_ICH9_LPC_DEVICE more self-contained by moving the call to
ich9_lpc_pm_init() from board code to its realize function. In order
to propagate x86_machine_is_smm_enabled(), introduce an "smm-enabled"
property like we have in piix4.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  include/hw/acpi/ich9.h | 6 ++----
  include/hw/i386/ich9.h | 2 --
  hw/acpi/ich9.c         | 8 ++------
  hw/i386/pc_q35.c       | 5 ++---
  hw/isa/lpc_ich9.c      | 8 +++++---
  5 files changed, 11 insertions(+), 18 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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