mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -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
|
@ -564,7 +564,7 @@ static void compare_sec_rs_finalize(SocketReadState *sec_rs)
|
|||
* Return 0 is success.
|
||||
* Return 1 is failed.
|
||||
*/
|
||||
static int find_and_check_chardev(CharDriverState **chr,
|
||||
static int find_and_check_chardev(Chardev **chr,
|
||||
char *chr_name,
|
||||
Error **errp)
|
||||
{
|
||||
|
@ -611,7 +611,7 @@ static void check_old_packet_regular(void *opaque)
|
|||
static void colo_compare_complete(UserCreatable *uc, Error **errp)
|
||||
{
|
||||
CompareState *s = COLO_COMPARE(uc);
|
||||
CharDriverState *chr;
|
||||
Chardev *chr;
|
||||
char thread_name[64];
|
||||
static int compare_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue