summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2010-12-08 17:46:23 +0900
committerMichael S. Tsirkin <mst@redhat.com>2010-12-09 12:48:18 +0200
commit4a9dd6658268a942a8ea230f950a951229355cbb (patch)
tree1273e979fefd46bbe01299a570221121d784bb12 /hw/pci.h
parentb1aeb92666d2fde413c34578b3b42bbfe5f2a506 (diff)
downloadhqemu-4a9dd6658268a942a8ea230f950a951229355cbb.zip
hqemu-4a9dd6658268a942a8ea230f950a951229355cbb.tar.gz
pci: untangle pci/msi dependency
msi depends on pci but pci should not depend on msi. The only dependency we have is a recent addition of pci_msi_ functions, IMO they add little enough to open-code in the small number of users. Follow-up patches add more cleanups. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'hw/pci.h')
-rw-r--r--hw/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/pci.h b/hw/pci.h
index 099c251..aa3afe9 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -261,9 +261,6 @@ void do_pci_info_print(Monitor *mon, const QObject *data);
void do_pci_info(Monitor *mon, QObject **ret_data);
void pci_bridge_update_mappings(PCIBus *b);
-bool pci_msi_enabled(PCIDevice *dev);
-void pci_msi_notify(PCIDevice *dev, unsigned int vector);
-
static inline void
pci_set_byte(uint8_t *config, uint8_t val)
{
OpenPOWER on IntegriCloud