From 7e93a02fecea38e40083e82ac9b46b2477fa365e Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 26 Nov 2014 15:58:28 +0200 Subject: [PATCH] virtio_net: disable mac write for virtio 1.0 The spec states that mac in config space is only driver-writable in the legacy case. Fence writing it in virtnet_set_mac_address() in the virtio 1.0 case. Suggested-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin Reviewed-by: Cornelia Huck --- Reading git-format-patch failed