commit | 794e8f301a17953efa78ab7538019ec43c59e82a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Sep 24 14:41:17 2015 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 21 09:24:44 2015 +0300 |
tree | 99efbb84259d79552bd700c58242f6350b88efd2 | |
parent | 7df953bd456da45f761064974820ab5c3fd7b2aa [diff] |
exec: factor out duplicate mmap code Anonymous and file-backed RAM allocation are now almost exactly the same. Reduce code duplication by moving RAM mmap code out of oslib-posix.c and exec.c. Reported-by: Marc-André Lureau <mlureau@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Tested-by: Thibaut Collet <thibaut.collet@6wind.com>