]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm/virt.c
char: rename CharDriverState Chardev
[mirror_qemu.git] / hw / arm / virt.c
index 6c9e8985bf02c99a6aaf90ae29744f3d92e8f2db..1f216cf3b1c9a8211b5672be7de35832c843a783 100644 (file)
@@ -613,7 +613,7 @@ static void create_gic(VirtMachineState *vms, qemu_irq *pic)
 }
 
 static void create_uart(const VirtMachineState *vms, qemu_irq *pic, int uart,
-                        MemoryRegion *mem, CharDriverState *chr)
+                        MemoryRegion *mem, Chardev *chr)
 {
     char *nodename;
     hwaddr base = vms->memmap[uart].base;