qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	f4bug@amsat.org, David Gibson <david@gibson.dropbear.id.au>
Subject: [PATCH v5 6/8] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
Date: Tue, 02 Mar 2021 22:11:22 +0100	[thread overview]
Message-ID: <3f1d4f432f46c7d2f365d3910e0284b5ce700805.1614719482.git.balaton@eik.bme.hu> (raw)
In-Reply-To: <cover.1614719482.git.balaton@eik.bme.hu>

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

TYPE_VIA_PM calls apm_init() in via_pm_realize(), so
requires APM to be selected.

Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/isa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index c7f07854f7..9c026d0c51 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -47,6 +47,7 @@ config VT82C686
     select ACPI_SMBUS
     select SERIAL_ISA
     select FDC
+    select APM
 
 config SMC37C669
     bool
-- 
2.21.3



  parent reply	other threads:[~2021-03-02 21:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 21:11 [PATCH v5 0/8] Pegasos2 emulation BALATON Zoltan
2021-03-02 21:11 ` [PATCH v5 7/8] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller BALATON Zoltan
2021-03-02 21:11 ` BALATON Zoltan [this message]
2021-03-02 21:11 ` [PATCH v5 3/8] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO BALATON Zoltan
2021-03-02 21:11 ` [PATCH v5 8/8] hw/ppc: Add emulation of Genesi/bPlan Pegasos II BALATON Zoltan
2021-03-02 21:11 ` [PATCH v5 1/8] vt82c686: Implement control of serial port io ranges via config regs BALATON Zoltan
2021-03-02 21:11 ` [PATCH v5 5/8] vt82c686: Add emulation of VT8231 south bridge BALATON Zoltan
2021-03-04 20:08   ` Philippe Mathieu-Daudé
2021-03-02 21:11 ` [PATCH v5 2/8] vt82c686: QOM-ify superio related functionality BALATON Zoltan
2021-03-02 21:11 ` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it BALATON Zoltan
2021-03-04 19:58   ` Philippe Mathieu-Daudé
2021-03-04 20:16     ` BALATON Zoltan
2021-03-04 22:42       ` Philippe Mathieu-Daudé
2021-03-05  1:02         ` David Gibson
2021-03-09  9:12           ` Philippe Mathieu-Daudé
2021-03-09 22:44             ` David Gibson
2021-03-09 16:00           ` Dr. David Alan Gilbert
2021-03-09 16:09             ` BALATON Zoltan
2021-03-09 17:03             ` Philippe Mathieu-Daudé
2021-03-09 17:05               ` Philippe Mathieu-Daudé
2021-03-10 10:17               ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f1d4f432f46c7d2f365d3910e0284b5ce700805.1614719482.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=david@gibson.dropbear.id.au \
    --cc=f4bug@amsat.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).