mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
vmxnet3: Use common MAC address tracing macros
Signed-off-by: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com> Signed-off-by: Leonid Bloch <leonid.bloch@ravellosystems.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
6d1d4939a6
commit
ab64787201
2 changed files with 4 additions and 7 deletions
|
@ -142,7 +142,4 @@
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#define VMXNET_MF "%02X:%02X:%02X:%02X:%02X:%02X"
|
||||
#define VMXNET_MA(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]
|
||||
|
||||
#endif /* _QEMU_VMXNET3_DEBUG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue