]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Drop dummy PCI ioport registrations
authorPekka Enberg <penberg@kernel.org>
Sun, 22 May 2011 07:55:20 +0000 (10:55 +0300)
committerPekka Enberg <penberg@kernel.org>
Sun, 22 May 2011 07:55:20 +0000 (10:55 +0300)
commit4e7132126adaa8d2bb503a25ea991722b692c14d
tree12fb1cff3e269ccd6bec42066e3f7504001d52ce
parentc24c6a44c0c65739982e2737d5d3336257328aee
kvm tools: Drop dummy PCI ioport registrations

There's no point in registering dummy ops for PCI ioports because pci__init()
registers the real ones before we enter the guest kernel.

Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/ioport.c