]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Use heap allocated memory to read the monitor greeting
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 3 Apr 2011 09:21:19 +0000 (11:21 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Apr 2011 06:55:27 +0000 (08:55 +0200)
commitfb7f0051a2a3574dd8c97fc5de3d007ffe3e7a6f
tree099d91eee19877cfae124311daf1f5be096e9aa0
parentd1591ad50b99a63ff9e900a84bb050a315a32138
qemu: Use heap allocated memory to read the monitor greeting

Removing a 4kb stack allocation.

Reduce stack buffer for virStrerror to the common 1kb instead of 4kb.
src/qemu/qemu_process.c