commit | 27143a445b99a283b3c6529738ba17aa0271746e | [log] [tgz] |
---|---|---|
author | Anthony Liguori <[email protected]> | Mon Aug 15 11:17:36 2011 -0500 |
committer | Anthony Liguori <[email protected]> | Mon Aug 22 10:17:43 2011 -0500 |
tree | baa70ed7e899e1d08b9c51aeacb488fad6ef6ee3 | |
parent | 15f31519b423747285bdc924ec4138c554076a73 [diff] [blame] |
char: rename qemu_chr_open() -> qemu_chr_new() Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/hw/omap2.c b/hw/omap2.c index e32cd94..7e5820a 100644 --- a/hw/omap2.c +++ b/hw/omap2.c
@@ -782,7 +782,7 @@ s->irq = irq; omap_sti_reset(s); - s->chr = chr ?: qemu_chr_open("null", "null", NULL); + s->chr = chr ?: qemu_chr_new("null", "null", NULL); iomemtype = l4_register_io_memory(omap_sti_readfn, omap_sti_writefn, s);