Re: [PATCH v2 2/3] misc/pvpanic: add PCI driver

From: Arnd Bergmann
Date: Fri Feb 12 2021 - 05:16:19 EST


On Fri, Feb 12, 2021 at 10:17 AM Mihai Carabas <mihai.carabas@xxxxxxxxxx> wrote:
>
> Add support for pvpanic PCI device added in qemu [1]. At probe time, obtain the
> address where to read/write pvpanic events and pass it to the generic handling
> code. Will follow the same logic as pvpanic MMIO device driver. At remove time,
> unmap base address and disable PCI device.
>
> [1] https://github.com/qemu/qemu/commit/9df52f58e76e904fb141b10318362d718f470db2
>
> Signed-off-by: Mihai Carabas <mihai.carabas@xxxxxxxxxx>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>