Re: [Qemu-devel] [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands

2013-01-23 Thread Stefan Hajnoczi
On Tue, Jan 22, 2013 at 11:44:43PM +0800, Amos Kong wrote: > Currently virtio-net code relys on the layout of descriptor, > this patchset removed the assumptions and introduced a control > command to set mac address. Last patch is a trivial renaming. > > V2: check guest's iov_len > V3: fix of migr

[Qemu-devel] [QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands

2013-01-22 Thread Amos Kong
Currently virtio-net code relys on the layout of descriptor, this patchset removed the assumptions and introduced a control command to set mac address. Last patch is a trivial renaming. V2: check guest's iov_len V3: fix of migration compatibility make mac field in config space read-only when n