| commit | 3cbe04c44254dd22da89f426c21a60f5f0e2f8b4 | [log] [tgz] |
|---|---|---|
| author | Mark McLoughlin <markmc@redhat.com> | Wed Oct 28 14:07:23 2009 +0000 |
| committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Oct 30 09:42:35 2009 -0500 |
| tree | 59dae7776763aa1a68a594147f4645c0a0f62756 | |
| parent | 76f5159d7fc4cdea9574dfbb54307735b280bc66 [diff] |
virtio-net: fix macaddr config regression
This commit:
commit 97b15621
virtio: use qdev properties for configuration.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
makes a guest using virtio-net see an empty macaddr because we never
copy the macaddr into the location that virtio_net_get_config() uses.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>