From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54677 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCsaI-0001V6-7v for qemu-devel@nongnu.org; Mon, 01 Nov 2010 07:29:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCsaH-0001Y3-2z for qemu-devel@nongnu.org; Mon, 01 Nov 2010 07:29:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCsaG-0001Xz-Pg for qemu-devel@nongnu.org; Mon, 01 Nov 2010 07:29:53 -0400 Date: Mon, 1 Nov 2010 13:29:43 +0200 From: "Michael S. Tsirkin" Message-ID: <20101101112943.GA28908@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: TODO item: guest programmable mac/vlan filtering with macvtap List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dragos Tatulea Cc: kvm@vger.kernel.org, Arnd Bergmann , qemu-devel@nongnu.org On Mon, Nov 01, 2010 at 11:48:23AM +0100, Dragos Tatulea wrote: > > 1. add a secondary mac (or third, etc) address to the guest virtio-ne= t > > interface. > Maybe I misunderstood this. Is it just setting another mac on the > guest virtio-net interface? Well, yes, that's also not possible at the moment. Or e.g. set more than one mac per virtio-net device using macvlan. > > > > 4. the above stuff must be controllable by host admin > > =A0- Well, for this there are a few options: > > =A0 =A0> admin switch that allows the guest user to add macs > > =A0 =A0> preconfig allowed MAC's in mactap (or qemu config) for the g= uest user > > =A0 =A0> allow/disallow command for user in qemu (although this doesn= 't > > seem to be supported) > > > Well, on a second thought, qemu capabilities should be just fine, right= ? >=20 > -- Dragos At some level, although I think we also want a way to disable access that qemu can't override unless it has net admin capability. --=20 MST