]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:33 +0000 (15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:33 +0000 (15:19 +0000)
commit5899d6d0b4cae1a0ff7487b635eee4d9db1a2a7c
tree8fc30fd76a655e011735e67c3b3978e9c4d628f3
parentb8d6ac9f90d047cbc8e06366ae33b71ea9c5232c
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c

Use the cpu_ld*_data and cpu_st*_data family of functions to access
guest memory in vm86.c rather than the very short-named ldl/stl functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1421334118-3287-7-git-send-email-peter.maydell@linaro.org
linux-user/vm86.c