Re: [PATCH V3 2/3] misc/pvpanic : add pci interface for pvpanic

2018-12-17 Thread Greg KH
On Mon, Dec 17, 2018 at 06:43:13PM +0800, Peng Hao wrote: > + pvpanic_unregister_pci_drvier(); "driver", not "drvier" please. thanks, greg k-h

[PATCH V3 2/3] misc/pvpanic : add pci interface for pvpanic

2018-12-17 Thread Peng Hao
Support pvpanic as a pci device in guest kernel. Signed-off-by: Peng Hao --- drivers/misc/pvpanic.c | 82 -- 1 file changed, 80 insertions(+), 2 deletions(-) diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c index f84ed30..b8d8dba