mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43: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
2
qtest.c
2
qtest.c
|
@ -670,7 +670,7 @@ static int qtest_init_accel(MachineState *ms)
|
|||
|
||||
void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **errp)
|
||||
{
|
||||
CharDriverState *chr;
|
||||
Chardev *chr;
|
||||
|
||||
chr = qemu_chr_new("qtest", qtest_chrdev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue