]> git.proxmox.com Git - mirror_qemu.git/commit - hw/virtio/vhost.c
vhost: fix log base address
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 17 Apr 2015 15:13:24 +0000 (17:13 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Apr 2015 08:27:01 +0000 (09:27 +0100)
commite05ca8200216149008fa1b1d1d847bf16691f6b4
tree79602910de540af5f26d62f42d18768e2ed064b6
parent638b8366200130cc7cf7a026630bc6bfb63b0c4c
vhost: fix log base address

VHOST_SET_LOG_BASE got an incorrect address, causing
migration errors and potentially even memory corruption.

Reported-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Amos Kong <akong@redhat.com>
Message-id: 1429283565-32265-1-git-send-email-mst@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/virtio/vhost.c