]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: use 128-bit integers for sizes and intermediates
authorAvi Kivity <avi@redhat.com>
Sun, 16 Oct 2011 11:19:17 +0000 (13:19 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 16 Oct 2011 11:19:17 +0000 (13:19 +0200)
commit08dafab4bde2e7a9fdca8a65f9c41bdb947ff38f
tree7f92c603587b6fa77fe01de97b115ef8286349b9
parentb7cd3db6f4d79f11abf0572fdc5e41d0811ea2e2
memory: use 128-bit integers for sizes and intermediates

Since the memory API supports 64-bit buses, it needs a larger type to represent
intermediate results.

Signed-off-by: Avi Kivity <avi@redhat.com>
memory.c
memory.h