]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix a couple of problems in last patch
authorDaniel Veillard <veillard@redhat.com>
Mon, 14 Dec 2009 10:05:55 +0000 (11:05 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 14 Dec 2009 10:05:55 +0000 (11:05 +0100)
commita7d1eb3c446fdbbd4183ba398c7f21a9fc0c1696
tree54255dfa50686771e195208d41c268de0dba694c
parent60e8977fdd97e0952174773f17f8fa6fca664223
Fix a couple of problems in last patch

Those were pointed by DanB in his review but not yet fixed

* src/qemu/qemu_driver.c: qemudWaitForMonitor() use EnterMonitorWithDriver()
  and ExitMonitorWithDriver() there
* src/qemu/qemu_monitor_text.c: checking fro strdu failure and hash
  table add error in qemuMonitorTextGetPtyPaths()
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c