net/net: Record usage status of mac address
commit2bc22a58e16f0650e56dccfac9495e5aef58e2ef
authorShannon Zhao <shannon.zhao@linaro.org>
Thu, 21 May 2015 09:44:48 +0000 (21 17:44 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 May 2015 09:34:07 +0000 (27 10:34 +0100)
tree24f38de78463888de57d61aa76bac3639e7fc298
parenta308817743be5cc051d3379477f54027deb0befb
net/net: Record usage status of mac address

Currently QEMU dynamically generates mac address for the NIC which
doesn't specify the mac address. But when we hotplug a NIC without
specifying mac address, the mac address will increase for the same NIC
along with hotplug and hot-unplug, and at last it will overflow. And if
we codeplug one NIC with mac address e.g. "52:54:00:12:34:56", then
hotplug one NIC without specifying mac address and the mac address of
the hotplugged NIC is duplicate of "52:54:00:12:34:56".

This patch add a mac_table to record the usage status and free the mac
address when the NIC is unrealized.

Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/net.c