Changes between Version 6 and Version 7 of TipAndDoc/VM/QEMU
- Timestamp:
- Feb 4, 2014 6:36:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/VM/QEMU
v6 v7 154 154 /usr/share/doc/kvm-pxe/changelog.Debian.gz 155 155 }}} 156 157 = Console Redirection = 158 * [http://stackoverflow.com/questions/18098455/redirect-qemu-console-to-a-file-or-the-host-terminal Redirect Qemu Console to a file or the host terminal? - Stack Overflow] 159 * [http://d.hatena.ne.jp/masami256/20091213/1260711479 qemuでシリアル接続 - linuxとかテストとか] 160 161 * {{{-nographic}}}は{{{-serial stdio}}}に相当する模様 162 * {{{-serial pty}}}とすると、{{{char device redirected to /dev/pts/3}}}のようにして接続すべき疑似端末が示されるので、minicomなどを用いて接続する 163 164 * see also wiki:Dev/KernelHack#SerialConsole