]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
pass-through: pt_reset_interrupt_and_io_mapping(): use hw INTX
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 20 Jul 2009 11:26:39 +0000 (12:26 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 20 Jul 2009 11:26:39 +0000 (12:26 +0100)
commit42d8fbbadac97d49d7b28a18c58be26df290c7d7
treee7f0be83beb9c5d9ce30ea81e8d4274b2e3aa353
parent831377529c58ed43be11f6dbc518cbbefb4ce67f
pass-through: pt_reset_interrupt_and_io_mapping(): use hw INTX

This fixes a few things that I missed in previous patches:

* Use the hw INTX rather than INTA in pt_reset_interrupt_and_io_mapping()
  This is consistent with other uses of pci_intx()
* Remove now inaccurate "/* fix virtual interrupt pin to INTA# */" comments
* Use PCI_SLOT()

Signed-off-by: Simon Horman <horms@verge.net.au>
hw/pass-through.c