Re: [PATCH v8] add support for pci in the pvpanic driver

2021-03-28 Thread Greg KH
On Wed, Mar 24, 2021 at 04:49:13PM +0200, Mihai Carabas wrote: > This patchset adds support for PCI in the pvpanic driver. The device already > got in qemu [1]. > > v2: > - mmio -> MMIO, pci -> PCI suggested by Randy Dunlap. > - group pvpanic-common.c and mmio.c in the same module. The intention w

[PATCH v8] add support for pci in the pvpanic driver

2021-03-24 Thread Mihai Carabas
This patchset adds support for PCI in the pvpanic driver. The device already got in qemu [1]. v2: - mmio -> MMIO, pci -> PCI suggested by Randy Dunlap. - group pvpanic-common.c and mmio.c in the same module. The intention was to have only one module and the common code splitted up to be re-used