]> git.proxmox.com Git - mirror_qemu.git/commit
vhost-user: fix log size
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Nov 2015 14:13:54 +0000 (16:13 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 18 Nov 2015 16:49:27 +0000 (18:49 +0200)
commit48854f57ce3e6aa4bd13368559e5c292e1c44e49
tree7eb28b24827211fad9f2a92e9b8918625edd82a7
parent72018d1e1917a56d05e24aedc9f582b7c8385e19
vhost-user: fix log size

commit 2b8819c6eee517c1582983773f8555bb3f9ed645
("vhost-user: modify SET_LOG_BASE to pass mmap size and offset")
passes log size in units of 4 byte chunks instead of the
expected size in bytes.

Fix this up.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-user.c