]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Don't parse log output when starting up a domain
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 2 Jan 2013 14:36:33 +0000 (15:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Jan 2013 08:56:51 +0000 (09:56 +0100)
commitb3f2b4ca5cfe98b08ffdb96f0455e3e333e5ace6
treecb4d11eeb855b143ebedf6e5d34486e6968d2b6e
parent83aca30f1e8be524780a60b9dd8a14ec5f9de878
qemu: Don't parse log output when starting up a domain

Despite our great effort we still parsed qemu log output.
We wouldn't notice unless upcoming qemu 1.4 changed the
format of the logs slightly. Anyway, now we should gather
all interesting knobs like pty paths from monitor. Moreover,
since for historical reasons the first console can be just
an alias to the first serial port, we need to check this and
copy the pty path if that's the case to the first console.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_process.c