]> git.proxmox.com Git - qemu.git/commit - hw/framebuffer.c
framebuffer: drop use of cpu_get_physical_page_desc()
authorAvi Kivity <avi@redhat.com>
Thu, 8 Dec 2011 14:00:54 +0000 (16:00 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 20 Dec 2011 12:14:07 +0000 (14:14 +0200)
commit75c9d6c2f88f5713345b545beec10f0444ebd551
tree99cf744b451641e73935a4bc0dbdf19db165ec05
parente2177955a899483b19bd54e547db3b61db95eaf7
framebuffer: drop use of cpu_get_physical_page_desc()

cpu_get_physical_page_desc() is tied into the memory core's
innards, replace it with uses of the API.

Signed-off-by: Avi Kivity <avi@redhat.com>
hw/framebuffer.c
hw/framebuffer.h
hw/milkymist-vgafb.c
hw/omap_lcdc.c
hw/pl110.c
hw/pxa2xx_lcd.c