commit | e68c5958668596a5023e30ddf8368410878f7682 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 25 10:16:46 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Mar 13 10:27:46 2013 +0100 |
tree | 8004000e2e7a35893cd6b58fd82513f3850b5266 | |
parent | dc3750976914b0900446e6a5434919a0fa2ba028 [diff] |
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>