]> git.proxmox.com Git - qemu.git/commit - xen-all.c
xen: use uint64_t instead of target_ulong in cpu_ioreq_move
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 20 May 2011 16:57:24 +0000 (16:57 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 9 Sep 2011 13:13:16 +0000 (13:13 +0000)
commit2b734340407e9b9f70ba84bb596201ef7027a427
tree169c143acb1cb8802c81b10aac522f73e52af287
parent6d6467305aa62368e086c697f14560c80eac17c5
xen: use uint64_t instead of target_ulong in cpu_ioreq_move

cpu_ioreq_move might move 8 bytes at a time so we must make sure that
the temporary variable can hold 8 bytes.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen-all.c