qemu/pci: make pci not depend on msix
commit0f457d91c41047f0f22c2e6965fbd154c5cd07d9
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 5 Oct 2009 21:02:20 +0000 (5 23:02 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:13 +0000 (6 14:36 -0500)
tree6abcc67e2d64cb4d13ab31d9d03c8e9d67c45e1f
parent05fcfada5e45b900c32ca6bccf0ce52cb5422509
qemu/pci: make pci not depend on msix

Making pci device cleanup msix automatically makes pci.c depend on
msix.c, which is IMO messy.  Since devices do msix_init it's easy and
natural for them to also do msix_uninit.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci.c
hw/virtio-pci.c