2d803144a6
e1000e: Fix CTRL_EXT.EIAME behavior
...
CTRL_EXT.EIAME bit controls clearing of IAM bits,
but current code clears IMS bits instead.
See spec. 10.2.2.5 Extended Device Control Register.
Signed-off-by: Dmitry Fleytman <dmitry@daynix.com >
Signed-off-by: Jason Wang <jasowang@redhat.com >
2016-09-27 17:54:22 +08:00
e8bb33de42
spapr_llan: convert to trace framework instead of DPRINTF
...
Signed-off-by: Laurent Vivier <lvivier@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Signed-off-by: David Gibson <david@gibson.dropbear.id.au >
2016-09-23 10:29:40 +10:00
e723b87103
trace-events: fix first line comment in trace-events
...
Documentation is docs/tracing.txt instead of docs/trace-events.txt.
find . -name trace-events -exec \
sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \
{} \;
Signed-off-by: Laurent Vivier <lvivier@redhat.com >
Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2016-08-12 10:36:01 +01:00
cd8c2fe77b
trace: split out trace events for hw/net/ directory
...
Move all trace-events for files in the hw/net/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com >
Message-id: 1466066426-16657-11-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2016-06-20 17:22:15 +01:00