mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
convert braille chardev to QemuOpts.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f0457e8d88
commit
dc1c21e60c
3 changed files with 6 additions and 7 deletions
|
@ -563,7 +563,7 @@ static void baum_chr_read(void *opaque)
|
|||
}
|
||||
}
|
||||
|
||||
CharDriverState *chr_baum_init(void)
|
||||
CharDriverState *chr_baum_init(QemuOpts *opts)
|
||||
{
|
||||
BaumDriverState *baum;
|
||||
CharDriverState *chr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue