Re: [Qemu-devel] [PATCH 2/2] extend the macaddr space to 0xffffffff

2013-06-17 Thread Michael S. Tsirkin
On Tue, Jun 18, 2013 at 09:51:44AM +0800, Amos Kong wrote: > On Mon, Jun 17, 2013 at 05:04:03PM +0300, Michael S. Tsirkin wrote: > > On Mon, Jun 17, 2013 at 09:35:11PM +0800, Amos Kong wrote: > > > Currently we only support to allocate 0xff mac-addresses, > > > if we start guest by pci-bridge/multi

Re: [Qemu-devel] [PATCH 2/2] extend the macaddr space to 0xffffffff

2013-06-17 Thread Amos Kong
On Mon, Jun 17, 2013 at 05:04:03PM +0300, Michael S. Tsirkin wrote: > On Mon, Jun 17, 2013 at 09:35:11PM +0800, Amos Kong wrote: > > Currently we only support to allocate 0xff mac-addresses, > > if we start guest by pci-bridge/multiple-func, the macaddr > > are not enough. > > > > This patch exten

Re: [Qemu-devel] [PATCH 2/2] extend the macaddr space to 0xffffffff

2013-06-17 Thread Michael S. Tsirkin
On Mon, Jun 17, 2013 at 09:35:11PM +0800, Amos Kong wrote: > Currently we only support to allocate 0xff mac-addresses, > if we start guest by pci-bridge/multiple-func, the macaddr > are not enough. > > This patch extends the mac-address space to 0x > > 52:54:00:00:00:00 ~ 52:54:ff:ff:ff:f

[Qemu-devel] [PATCH 2/2] extend the macaddr space to 0xffffffff

2013-06-17 Thread Amos Kong
Currently we only support to allocate 0xff mac-addresses, if we start guest by pci-bridge/multiple-func, the macaddr are not enough. This patch extends the mac-address space to 0x 52:54:00:00:00:00 ~ 52:54:ff:ff:ff:ff Signed-off-by: Amos Kong --- net/net.c | 10 ++ 1 file chang