mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
char: rename qemu_chr_open() -> qemu_chr_new()
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
15f31519b4
commit
27143a445b
10 changed files with 18 additions and 18 deletions
|
@ -202,7 +202,7 @@ static int con_init(struct XenDevice *xendev)
|
|||
con->chr = serial_hds[con->xendev.dev];
|
||||
} else {
|
||||
snprintf(label, sizeof(label), "xencons%d", con->xendev.dev);
|
||||
con->chr = qemu_chr_open(label, output, NULL);
|
||||
con->chr = qemu_chr_new(label, output, NULL);
|
||||
}
|
||||
|
||||
xenstore_store_pv_console_info(con->xendev.dev, con->chr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue