From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- stubs/vc-init.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stubs/vc-init.c (limited to 'stubs/vc-init.c') diff --git a/stubs/vc-init.c b/stubs/vc-init.c new file mode 100644 index 00000000..308dfa08 --- /dev/null +++ b/stubs/vc-init.c @@ -0,0 +1,7 @@ +#include "qemu-common.h" +#include "sysemu/char.h" + +CharDriverState *vc_init(ChardevVC *vc) +{ + return 0; +} -- cgit v1.2.3