commit | d743c382861eaa1e13f503b05aba5a382a7e7f7c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Jan 09 13:09:40 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Jan 09 13:09:40 2012 +0200 |
tree | 5c0665f1a2b2cd8bdf585c40773cc636f5a65bc7 | |
parent | e7f929028cc11a439ee7bbdf40724d87016361fa [diff] |
vhost: fix incorrect userspace address MemoryListener::region_add() gives us a slice of a MemoryRegion, not a region. Adjust the userspace address to reflect that. Signed-off-by: Avi Kivity <avi@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com>