mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
exec: Make stq_*_phys input an AddressSpace
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
41701aa4ee
commit
f606604f1c
18 changed files with 131 additions and 91 deletions
|
@ -119,7 +119,7 @@ static inline void
|
|||
vmw_shmem_st64(hwaddr addr, uint64_t value)
|
||||
{
|
||||
VMW_SHPRN("SHMEM store64: %" PRIx64 " (value %" PRIx64 ")", addr, value);
|
||||
stq_le_phys(addr, value);
|
||||
stq_le_phys(&address_space_memory, addr, value);
|
||||
}
|
||||
|
||||
/* Macros for simplification of operations on array-style registers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue