]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec.c: Add new address_space_ld*/st* functions
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:24 +0000 (16:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:24 +0000 (16:49 +0100)
commit500131154d677930fce35ec3a6f0b5a26bcd2973
treeffbf25649fe043499bd59284f0b81cf7aa2b7e9c
parent5c9eb0286c819c1836220a32f2e1a7b5004ac79a
exec.c: Add new address_space_ld*/st* functions

Add new address_space_ld*/st* functions which allow transaction
attributes and error reporting for basic load and stores. These
are named to be in line with the address_space_read/write/rw
buffer operations.

The existing ld/st*_phys functions are now wrappers around
the new functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
exec.c
include/exec/memory.h