From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNE0r-00026i-5f for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:15:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNE0p-000258-AE for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:15:00 -0500 Received: from [199.232.76.173] (port=52478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNE0p-00024y-3t for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:14:59 -0500 Received: from mx20.gnu.org ([199.232.41.8]:42722) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNE0o-000656-TC for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:14:58 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNE0o-0001wt-21 for qemu-devel@nongnu.org; Wed, 14 Jan 2009 17:14:58 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 1/5] virtio-net: Allow setting the MAC address via set_config Date: Wed, 14 Jan 2009 22:14:45 +0000 References: <1231881829.9095.191.camel@bling> <20090114164155.GA6431@shareable.org> <496E61F0.8060605@redhat.com> In-Reply-To: <496E61F0.8060605@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901142214.46522.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, dlaor@redhat.com Cc: Mark McLoughlin , kvm > What I meant is that if we allow the guest to change his mac address, it > can deliberately > change it to other hosts/guests mac and thus create networking problems. > Although guest can always mangle packets, maybe it worth enforcing these > macs for the guest. This doesn't seem any different to real hardware that allows you to change the MAC address. Paul