diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-25 15:52:32 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-13 10:27:46 +0100 |
commit | 702ec69cc1aa87a1e53d1b066a38a9eb0fa7845b (patch) | |
tree | ad39cd88ddcab8a51f303b8a7e3497249a09cbb3 /ui/gtk.c | |
parent | cd153e2aa2f0ec39c04c2b732ebebfc6d4766986 (diff) |
chardev: add vc support to qapi
This patch adds 'vc' support to qapi and also switches over the
vc chardev initialization to the new qapi code path.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/gtk.c')
-rw-r--r-- | ui/gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -991,7 +991,7 @@ static int gd_vc_chr_write(CharDriverState *chr, const uint8_t *buf, int len) static int nb_vcs; static CharDriverState *vcs[MAX_VCS]; -static CharDriverState *gd_vc_handler(QemuOpts *opts) +static CharDriverState *gd_vc_handler(ChardevVC *unused) { CharDriverState *chr; |