summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
diff options
context:
space:
mode:
authorMarc-André Lureau2017-01-26 15:26:44 +0100
committerMarc-André Lureau2017-06-02 09:33:53 +0200
commit4d43a603c71d0eb92534bc82b72933f329d8a64c (patch)
tree4f3e84aa4a23374078d04797438b0389cd9460f1 /hw/arm/omap2.c
parentchar: generalize qemu_chr_write_all() (diff)
downloadqemu-4d43a603c71d0eb92534bc82b72933f329d8a64c.tar.gz
qemu-4d43a603c71d0eb92534bc82b72933f329d8a64c.tar.xz
qemu-4d43a603c71d0eb92534bc82b72933f329d8a64c.zip
char: move CharBackend handling in char-fe unit
Move all the frontend struct and methods to a seperate unit. This avoids accidentally mixing backend and frontend calls, and helps with readabilty. Make qemu_chr_replay() a macro shared by both char and char-fe. Export qemu_chr_write(), and use a macro for qemu_chr_write_all() (nb: yes, CharBackend is for char frontend :) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/arm/omap2.c')
-rw-r--r--hw/arm/omap2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c
index 9eabbaeea5..91f573338c 100644
--- a/hw/arm/omap2.c
+++ b/hw/arm/omap2.c
@@ -30,7 +30,7 @@
#include "hw/arm/omap.h"
#include "sysemu/sysemu.h"
#include "qemu/timer.h"
-#include "chardev/char.h"
+#include "chardev/char-fe.h"
#include "hw/block/flash.h"
#include "hw/arm/soc_dma.h"
#include "hw/sysbus.h"