Remove the useless parameter
commit9c546b65a2b86eb6da12b9bb549c6ede85527436
authorWeidong Han <weidong.han@intel.com>
Fri, 6 Feb 2009 07:46:24 +0000 (6 15:46 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Feb 2009 10:04:10 +0000 (8 12:04 +0200)
tree7e8c9bd8cdaa46a8af364a596de2f953b74fbcc5
parenteb5e7ccbd960c46e6022934f7f3f27cd25e18c39
Remove the useless parameter

should pass &assigned_dev->dev to ipf_map_irq in while loop, the
parameter PCIDevice *d is useless. And rename assign_dev_update_irq
to assigned_dev_update_irqs() because it updates irq on all assigned devices.

Signed-off-by: Weidong Han <weidong.han@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/device-assignment.c
hw/device-assignment.h
hw/pci.c