]> git.proxmox.com Git - qemu.git/commit
pci_host: change the signature of pci_data_{read, write}.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 30 Oct 2009 12:21:16 +0000 (21:21 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:09 +0000 (08:43 -0600)
commitce195fb532ae6736318f4d05b0a72f055ae2ea60
tree769921c52f8f97746838cea15d86f7acbdda5c6a
parent766347cc8cfca40a4e9585e6a7a83c2d603609c7
pci_host: change the signature of pci_data_{read, write}.

change the first argument, void *opaque to PCIBus *s
of the pci_data_{read, write}.
They aren't used as direct callback so the argument type
don't have to be void*. So change it to the right type.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci.h
hw/pci_host.c