X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fvga_int.h;h=22f1706adfb52dde4ff26c628d9f374ccd969e3e;hb=a8170e5e97ad17ca169c64ba87ae2f53850dab4c;hp=144e7d3c35faff8482e7204aedd7ccbf42405cbb;hpb=50d2b4d93f45a425f15ac88bc4ec352f5c6e0bc2;p=mirror_qemu.git diff --git a/hw/vga_int.h b/hw/vga_int.h index 144e7d3c35..22f1706adf 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -190,8 +190,8 @@ void vga_dirty_log_stop(VGACommonState *s); extern const VMStateDescription vmstate_vga_common; uint32_t vga_ioport_read(void *opaque, uint32_t addr); void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val); -uint32_t vga_mem_readb(VGACommonState *s, target_phys_addr_t addr); -void vga_mem_writeb(VGACommonState *s, target_phys_addr_t addr, uint32_t val); +uint32_t vga_mem_readb(VGACommonState *s, hwaddr addr); +void vga_mem_writeb(VGACommonState *s, hwaddr addr, uint32_t val); void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2); void ppm_save(const char *filename, struct DisplaySurface *ds, Error **errp);