]> git.proxmox.com Git - qemu.git/commit - hw/pci.c
pci: split up up pci_update mappings
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 12 Nov 2009 11:47:17 +0000 (13:47 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:52:35 +0000 (17:52 +0200)
commit876a350d3daed88c5677397c287c6210cf163f6c
tree4c57a0a523c9b052dc17011666fb4cce750e39c0
parentec50344230aad67a867ac59e4a0cd7233149484c
pci: split up up pci_update mappings

Split bar address math into a separate function.
In particular, this gets rid of an ugly forward goto
into scope that we have there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Isaku Yamahata <yamahata@valinux.co.jp>
hw/pci.c