]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove broken error reporting in QEMU mac filtering
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Mar 2014 17:34:54 +0000 (17:34 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Mar 2014 11:04:55 +0000 (11:04 +0000)
commitcfb92c9b0c30b3624eb20852a8be8f746881ec04
tree2b4c0e20e3573a00b9db75c43fd83a7ae79751e7
parentdafa39adbc45e7d968287b10f8182ec3a537f81f
Remove broken error reporting in QEMU mac filtering

The qemu_bridge_filter.c file had some helpers for calling
the ebtablesXXX functions todo bridge filtering. The only
thing these helpers did was to overwrite the original error
message from the ebtables code. For added fun, the callers
of these helpers overwrote the errors yet again. For even
more fun, one of the helpers called another helper and
overwrite its errors too.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_bridge_filter.c [deleted file]
src/qemu/qemu_bridge_filter.h [deleted file]
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c