]> git.proxmox.com Git - qemu.git/commit - qemu-char.c
chardev: switch pty init to qapi
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 25 Feb 2013 09:16:46 +0000 (10:16 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Mar 2013 09:27:46 +0000 (10:27 +0100)
commite68c5958668596a5023e30ddf8368410878f7682
tree8004000e2e7a35893cd6b58fd82513f3850b5266
parentdc3750976914b0900446e6a5434919a0fa2ba028
chardev: switch pty init to qapi

This patch switches over the pty chardev initialization
to the new qapi code path.

Bonus: Taking QemuOpts out of the loop allows some nice
cleanups along the way.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-char.c