vmsvga: don't remember pci BAR address in callback any more
authorAvi Kivity <avi@redhat.com>
Mon, 8 Aug 2011 13:08:56 +0000 (16:08 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 8 Aug 2011 15:15:52 +0000 (10:15 -0500)
commit7b619b9ae5c55eb443da19183f98f62138bd012a
tree86a772851f45e785108a1fe28c69c1160e9951cc
parent16a96f288adccdd84c17c7d1696042a2a2009bfc
vmsvga: don't remember pci BAR address in callback any more

We're going to remove the callback, so we can't use it to save the
address.  Use the pci API instead.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vmware_vga.c