mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00: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:
committed by
Paolo Bonzini
parent
d5cafc733d
commit
0ec7b3e7f2
@ -30,11 +30,11 @@ void replay_finish(void)
|
||||
{
|
||||
}
|
||||
|
||||
void replay_register_char_driver(CharDriverState *chr)
|
||||
void replay_register_char_driver(Chardev *chr)
|
||||
{
|
||||
}
|
||||
|
||||
void replay_chr_be_write(CharDriverState *s, uint8_t *buf, int len)
|
||||
void replay_chr_be_write(Chardev *s, uint8_t *buf, int len)
|
||||
{
|
||||
abort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user