]> git.proxmox.com Git - qemu.git/commit - exec.c
exec: reorganize mem_add to match Int128 version
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 May 2013 08:47:10 +0000 (10:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 14:32:47 +0000 (16:32 +0200)
commit733d5ef52721a836b1d9b5cd0f15a41db88829d0
treeed24a13a02e60e3744abdea53ca48b59b74b63ef
parent5b23fd03324096056cf1f6bcf111224760d4c67c
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>
exec.c