
24 Mar
2015
24 Mar
'15
4:09 p.m.
On 03/24/2015 10:49 AM, Laine Stump wrote:
While debugging the support for responding to qemu RX_FILTER_CHANGED events, I had changed the "ignoring this event" log message from VIR_DEBUG to VIR_WARN, but forgot to change it back before pushing. Since many guest OSes make enough changes to multicast lists and/or promiscuous mode settings to trigger this message, it's starting to show up as a red herring in bug reports. --- src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK - Ironically I had just started noticing this in a debug session and began wondering... John