commit | 733d5ef52721a836b1d9b5cd0f15a41db88829d0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 27 10:47:10 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 20 16:32:47 2013 +0200 |
tree | ed24a13a02e60e3744abdea53ca48b59b74b63ef | |
parent | 5b23fd03324096056cf1f6bcf111224760d4c67c [diff] |
exec: reorganize mem_add to match Int128 version When adding support for 2^64-byte sections, we will have to change the structure of mem_add to avoid failures in int128_get64. Reorganize the code now before introducing Int128. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>