mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -551,10 +551,10 @@ static void malta_fgpa_display_event(void *opaque, int event)
|
|||
}
|
||||
|
||||
static MaltaFPGAState *malta_fpga_init(MemoryRegion *address_space,
|
||||
hwaddr base, qemu_irq uart_irq, CharDriverState *uart_chr)
|
||||
hwaddr base, qemu_irq uart_irq, Chardev *uart_chr)
|
||||
{
|
||||
MaltaFPGAState *s;
|
||||
CharDriverState *chr;
|
||||
Chardev *chr;
|
||||
|
||||
s = (MaltaFPGAState *)g_malloc0(sizeof(MaltaFPGAState));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue