mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
char: rename CharDriverState Chardev
Pick a uniform chardev type name. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d5cafc733d
commit
0ec7b3e7f2
80 changed files with 727 additions and 724 deletions
|
@ -748,7 +748,7 @@ static int slirp_guestfwd(SlirpState *s, const char *config_str,
|
|||
}
|
||||
} else {
|
||||
Error *err = NULL;
|
||||
CharDriverState *chr = qemu_chr_new(buf, p);
|
||||
Chardev *chr = qemu_chr_new(buf, p);
|
||||
|
||||
if (!chr) {
|
||||
error_report("could not open guest forwarding device '%s'", buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue