summaryrefslogtreecommitdiffstats
path: root/migration/vmstate.c
diff options
context:
space:
mode:
authorPeter Maydell2016-06-10 18:09:22 +0200
committerAmit Shah2016-06-17 14:53:49 +0200
commit4d885131574ba530e48ef90d5c0ca4dffc9c3759 (patch)
tree97505af60b449095609ceee60bc2451628d87193 /migration/vmstate.c
parentMerge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into... (diff)
downloadqemu-4d885131574ba530e48ef90d5c0ca4dffc9c3759.tar.gz
qemu-4d885131574ba530e48ef90d5c0ca4dffc9c3759.tar.xz
qemu-4d885131574ba530e48ef90d5c0ca4dffc9c3759.zip
migration: Don't use *_to_cpup() and cpu_to_*w()
The *_to_cpup() and cpu_to_*w() functions just compose a pointer dereference with a byteswap. Instead use ld*_p() and st*_p(), which handle potential pointer misalignment and avoid the need to cast the pointer. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Message-Id: <1465574962-2710-1-git-send-email-peter.maydell@linaro.org> Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'migration/vmstate.c')
0 files changed, 0 insertions, 0 deletions