]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add missing error reporting when loading mac filter config for QEMU
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 14 Jun 2011 08:11:31 +0000 (09:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Jun 2011 10:02:13 +0000 (11:02 +0100)
commitc24c07f40be4346e08885ce0597604368d5dc7f3
tree2b101236c0f165c716dab72861668ed2b40a0ebe
parent5f1bbecb7dd1bc47247d61aed02fb3d233893f0f
Add missing error reporting when loading mac filter config for QEMU

If the 'mac_filter' configuration parameter is enabled, and there
is a failure to enable filtering, no error is reported back to
the caller. Also fix some bogus whitespace indentation for
hugetlbfs_mount

* src/qemu/qemu_conf.c: Add missing error reporting
src/qemu/qemu_conf.c