pci: Remove pci_enable_capability_support()
commit87ba8237a10bed58d4e6a070ea797998a8c24fef
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 19 Nov 2010 23:19:22 +0000 (19 16:19 -0700)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 30 Nov 2010 16:17:31 +0000 (30 14:17 -0200)
tree1ecd42cf3b225fe182212fdde18f28643c7d6483
parent1164350eb791c33a7815e26f33dc45bccf99ef6e
pci: Remove pci_enable_capability_support()

This interface doesn't make much sense, adding a capability can
take care of everything, just provide a means to register
capability read/write handlers.

Device assignment does it's own thing, so requires a couple
ugly hacks that will be cleaned by subsequent patches.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
hw/device-assignment.c
hw/pci.c
hw/pci.h