Re: [Qemu-devel] [PATCH v3] vhost: fix log base address

2015-04-17 Thread Michael S. Tsirkin
On Fri, Apr 17, 2015 at 04:04:38PM +0100, Peter Maydell wrote: > On 17 April 2015 at 15:56, Michael S. Tsirkin wrote: > > VHOST_SET_LOG_BASE got an incorrect address, causing > > migration errors and potentially even memory corruption. > > > > Reported-by: Wen Congyang > > Signed-off-by: Michael

Re: [Qemu-devel] [PATCH v3] vhost: fix log base address

2015-04-17 Thread Peter Maydell
On 17 April 2015 at 15:56, Michael S. Tsirkin wrote: > VHOST_SET_LOG_BASE got an incorrect address, causing > migration errors and potentially even memory corruption. > > Reported-by: Wen Congyang > Signed-off-by: Michael S. Tsirkin > --- > > Built only. > Will test and report next week. > Wen C

[Qemu-devel] [PATCH v3] vhost: fix log base address

2015-04-17 Thread Michael S. Tsirkin
VHOST_SET_LOG_BASE got an incorrect address, causing migration errors and potentially even memory corruption. Reported-by: Wen Congyang Signed-off-by: Michael S. Tsirkin --- Built only. Will test and report next week. Wen Congyang, can you pls confirm as well? hw/virtio/vhost.c | 5 - 1 f