12286f39d2
- Include upstream patches designated as stable material and reviewed for applicability to include here. NOTE that the PIIX4 patch has migration implications: the change will also be applied to the SLE-15-SP2 qemu, and a live migration from that version to this SLE-15-SP3 qemu would require this patch to be applied for a successful migration if PIIX4 southbridge is used in the machine emulation (x86 i440fx) block-rbd-fix-memory-leak-in-qemu_rbd_co.patch block-rbd-Fix-memory-leak-in-qemu_rbd_co.patch cpu-core-Fix-help-of-CPU-core-device-typ.patch hw-arm-virt-acpi-build-Fix-GSIV-values-o.patch hw-block-fdc-Fix-fallback-property-on-sy.patch hw-isa-Kconfig-Add-missing-dependency-VI.patch hw-isa-piix4-Migrate-Reset-Control-Regis.patch hw-virtio-pci-Added-AER-capability.patch hw-virtio-pci-Added-counter-for-pcie-cap.patch s390x-css-report-errors-from-ccw_dstream.patch target-xtensa-fix-meson.build-rule-for-x.patch util-fix-use-after-free-in-module_load_o.patch virtio-pci-compat-page-aligned-ATS.patch OBS-URL: https://build.opensuse.org/request/show/885459 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=634
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <f4bug@amsat.org>
|
|
Date: Tue, 2 Mar 2021 09:00:42 +0100
|
|
Subject: hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Git-commit: 50fab4cc672233fee22fff2cf51543af57602c7d
|
|
|
|
TYPE_VIA_PM calls apm_init() in via_pm_realize(), so
|
|
requires APM to be selected.
|
|
|
|
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
|
|
Fixes: dd0ff8191ab ("isa: express SuperIO dependencies with Kconfig")
|
|
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
|
|
Message-Id: <20210302080531.913802-1-f4bug@amsat.org>
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
hw/isa/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
|
|
index c7f07854f7e7777a03c7dd1db0d0..9c026d0c5103b87b3e8c9348a8d0 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
|