]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Adapt to new log format
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 29 Dec 2012 08:44:33 +0000 (09:44 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sun, 30 Dec 2012 11:12:21 +0000 (12:12 +0100)
commit28224c4d2a2d623b9a0a714bc0454d47de5d7a35
tree4347ffbac2b90a95b26887dbba61338c4bbeceb7
parentce753ec5d6098ad467a817ba32fe75d608effc08
qemu: Adapt to new log format

Since 586502189edf9fd0f89a83de96717a2ea826fdb0 qemu commit, the log
lines reporting chardev's path has changed from:

$ ./x86_64-softmmu/qemu-system-x86_64 -serial pty -serial pty -monitor pty
char device redirected to /dev/pts/5
char device redirected to /dev/pts/6
char device redirected to /dev/pts/7

to:

$ ./x86_64-softmmu/qemu-system-x86_64 -serial pty -serial pty -monitor pty
char device compat_monitor0 redirected to /dev/pts/5
char device serial0 redirected to /dev/pts/6
char device serial1 redirected to /dev/pts/7

However, with current code we are not prepared for such change, which
results in us being unable to start any domain.
src/qemu/qemu_process.c