From dc1c21e60c91bbfcbf73c84917581ff9490e7e22 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 10 Sep 2009 10:58:46 +0200 Subject: convert braille chardev to QemuOpts. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/baum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/baum.c') diff --git a/hw/baum.c b/hw/baum.c index b47ea34..a23e685 100644 --- a/hw/baum.c +++ b/hw/baum.c @@ -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; -- cgit v1.1