commit | 0f457d91c41047f0f22c2e6965fbd154c5cd07d9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Oct 05 23:02:20 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 06 14:36:13 2009 -0500 |
tree | 6abcc67e2d64cb4d13ab31d9d03c8e9d67c45e1f | |
parent | 05fcfada5e45b900c32ca6bccf0ce52cb5422509 [diff] |
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>