]> git.proxmox.com Git - mirror_qemu.git/commit
exec.c: Rename cpu_physical_memory_write_rom_internal()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Dec 2018 13:30:48 +0000 (13:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Dec 2018 13:30:48 +0000 (13:30 +0000)
commit75693e14113c0d1c1ebc1e8405e00879d2a11c84
tree71872450aea79cf87842f2c4de3ebd59173cdfd5
parent8c06fbdf36bf4d4d486116200248730887a4d7d6
exec.c: Rename cpu_physical_memory_write_rom_internal()

Rename cpu_physical_memory_write_rom_internal() to
address_space_write_rom_internal(), and make it take
MemTxAttrs and return a MemTxResult. This brings its
API into line with address_space_write().

This is an internal function to exec.c; fixing its API
will allow us to change the global function
cpu_physical_memory_write_rom().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20181122133507.30950-2-peter.maydell@linaro.org
exec.c