]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix error reporting for getfd + host_net_add in QEMU
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 15 Apr 2010 15:40:54 +0000 (16:40 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Apr 2010 11:11:24 +0000 (12:11 +0100)
commit9417eb0337c11da95da7c235c60abf9131d5d081
treeff4920d178943f9963a91d021856337c773fb68c
parente699a82474b6433772b6f599017291563c63cfcd
Fix error reporting for getfd + host_net_add in QEMU

If either of the getfd or host_net_add monitor commands return
any text, this indicates an error condition. Don't ignore this!

* src/qemu/qemu_monitor_text.c: Report errors for getfd and
  host_net_add
src/qemu/qemu_monitor_text.c