Re: [PATCH 2/2] kvm tools: Use correct offset for virtio-net config space

2011-08-11 Thread Sasha Levin
On Fri, 2011-08-12 at 08:25 +0300, Pekka Enberg wrote: > On Thu, 2011-08-11 at 23:41 +0300, Sasha Levin wrote: > > This patch fixes the read action of virtio-net config by not > > handling reads to the start of the space as MSI related > > operations. > > > > This fixes the MAC configuration of th

Re: [PATCH 2/2] kvm tools: Use correct offset for virtio-net config space

2011-08-11 Thread Pekka Enberg
On Thu, 2011-08-11 at 23:41 +0300, Sasha Levin wrote: > This patch fixes the read action of virtio-net config by not > handling reads to the start of the space as MSI related > operations. > > This fixes the MAC configuration of the device and makes uip network > work again. > > Signed-off-by: Sa

[PATCH 2/2] kvm tools: Use correct offset for virtio-net config space

2011-08-11 Thread Sasha Levin
This patch fixes the read action of virtio-net config by not handling reads to the start of the space as MSI related operations. This fixes the MAC configuration of the device and makes uip network work again. Signed-off-by: Sasha Levin --- tools/kvm/virtio/net.c |6 -- 1 files changed,