]> git.proxmox.com Git - qemu.git/commit
exec: Support 64-bit operations in address_space_rw
authorRichard Henderson <rth@twiddle.net>
Mon, 8 Jul 2013 21:55:59 +0000 (14:55 -0700)
committerRichard Henderson <rth@twiddle.net>
Sun, 14 Jul 2013 20:40:31 +0000 (13:40 -0700)
commit23326164ae6fe8d94b7eff123e03f97ca6978d33
tree4f62b99d59b55277be0609748f0c1a5ebd3359db
parent3661049fec64ffd7ab008e57e396881c6a4b53a4
exec: Support 64-bit operations in address_space_rw

Honor the implementation maximum access size, and at least check
the minimum access size.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
exec.c