Revision 6e355d90 hw/vmware_vga.c

b/hw/vmware_vga.c
1126 1126
}
1127 1127

  
1128 1128
static void pci_vmsvga_map_ioport(PCIDevice *pci_dev, int region_num,
1129
                uint32_t addr, uint32_t size, int type)
1129
                pcibus_t addr, pcibus_t size, int type)
1130 1130
{
1131 1131
    struct pci_vmsvga_state_s *d = (struct pci_vmsvga_state_s *) pci_dev;
1132 1132
    struct vmsvga_state_s *s = &d->chip;
......
1146 1146
}
1147 1147

  
1148 1148
static void pci_vmsvga_map_mem(PCIDevice *pci_dev, int region_num,
1149
                uint32_t addr, uint32_t size, int type)
1149
                pcibus_t addr, pcibus_t size, int type)
1150 1150
{
1151 1151
    struct pci_vmsvga_state_s *d = (struct pci_vmsvga_state_s *) pci_dev;
1152 1152
    struct vmsvga_state_s *s = &d->chip;

Also available in: Unified diff