From 27143a445b99a283b3c6529738ba17aa0271746e Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:36 -0500 Subject: char: rename qemu_chr_open() -> qemu_chr_new() Signed-off-by: Anthony Liguori --- gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbstub.c') diff --git a/gdbstub.c b/gdbstub.c index 35bf00978c..466368270d 100644 --- 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; -- cgit v1.2.1