X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fnseries.c;h=dcd3dc97d0147502c398f2f9eb6b04862d80ffe8;hb=28ecbaeecb139a214f019207402a35d7b58aec0f;hp=652d9da3335db78f37f9b2fd8f47e18ae3a6bed4;hpb=98c8a73b2e82eecac359b0b55a2d9d69f0a916ff;p=qemu.git diff --git a/hw/nseries.c b/hw/nseries.c index 652d9da33..dcd3dc97d 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -23,7 +23,7 @@ #include "omap.h" #include "arm-misc.h" #include "irq.h" -#include "console.h" +#include "ui/console.h" #include "boards.h" #include "i2c.h" #include "devices.h" @@ -1375,7 +1375,7 @@ static void n8x0_init(QEMUMachineInitArgs *args, size until the guest activates the display. */ ds = get_displaystate(); ds->surface = qemu_resize_displaysurface(ds, 800, 480); - dpy_resize(ds); + dpy_gfx_resize(ds); } static struct arm_boot_info n800_binfo = {