mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
char: rename qemu_chr_close() -> qemu_chr_delete()
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f69554b9e8
commit
70f24fb6c6
6 changed files with 8 additions and 8 deletions
|
@ -428,7 +428,7 @@ static void usb_serial_handle_destroy(USBDevice *dev)
|
|||
{
|
||||
USBSerialState *s = (USBSerialState *)dev;
|
||||
|
||||
qemu_chr_close(s->cs);
|
||||
qemu_chr_delete(s->cs);
|
||||
}
|
||||
|
||||
static int usb_serial_can_read(void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue