mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13: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
|
@ -937,7 +937,7 @@ const MemoryRegionOps serial_io_ops = {
|
|||
};
|
||||
|
||||
SerialState *serial_init(int base, qemu_irq irq, int baudbase,
|
||||
CharDriverState *chr, MemoryRegion *system_io)
|
||||
Chardev *chr, MemoryRegion *system_io)
|
||||
{
|
||||
SerialState *s;
|
||||
|
||||
|
@ -993,7 +993,7 @@ static const MemoryRegionOps serial_mm_ops[3] = {
|
|||
SerialState *serial_mm_init(MemoryRegion *address_space,
|
||||
hwaddr base, int it_shift,
|
||||
qemu_irq irq, int baudbase,
|
||||
CharDriverState *chr, enum device_endian end)
|
||||
Chardev *chr, enum device_endian end)
|
||||
{
|
||||
SerialState *s;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue