]> git.proxmox.com Git - qemu.git/blobdiff - gdbstub.c
char: rename qemu_chr_open() -> qemu_chr_new()
[qemu.git] / gdbstub.c
index 35bf00978c2c0a643686beaf8a1a240dd7ad333f..466368270d15e5541d3027cc14f95e43779bd7f2 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -2764,7 +2764,7 @@ int gdbserver_start(const char *device)
             sigaction(SIGINT, &act, NULL);
         }
 #endif
-        chr = qemu_chr_open("gdb", device, NULL);
+        chr = qemu_chr_new("gdb", device, NULL);
         if (!chr)
             return -1;