hw/misc/pvpanic: add PCI interface support
commitd097b3dcb6214a35613abc60c48517b850349ad0
authorMihai Carabas <mihai.carabas@oracle.com>
Wed, 27 Jan 2021 14:59:28 +0000 (27 16:59 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2021 10:47:28 +0000 (29 10:47 +0000)
treeafbefaeec6216a53683608789e63f87b1b10a3db
parent677726ef1ebc567e4f5081f68623debc68f958d9
hw/misc/pvpanic: add PCI interface support

Add PCI interface support for PVPANIC device. Create a new file pvpanic-pci.c
where the PCI specific routines reside and update the build system with the new
files and config structure.

Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/specs/pci-ids.txt
hw/misc/Kconfig
hw/misc/meson.build
hw/misc/pvpanic-pci.c [new file with mode: 0644]
include/hw/misc/pvpanic.h
include/hw/pci/pci.h