diff options
| author | Peter Maydell | 2018-12-14 14:30:49 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-12-14 14:30:49 +0100 |
| commit | f2c6abc8d5d7f04e807bf91430a26f5548997783 (patch) | |
| tree | 67a9b07d7d69e240e8f4a5758e98d69bc4c3c5b9 /scripts/git.orderfile | |
| parent | Rename cpu_physical_memory_write_rom() to address_space_write_rom() (diff) | |
| download | qemu-f2c6abc8d5d7f04e807bf91430a26f5548997783.tar.gz qemu-f2c6abc8d5d7f04e807bf91430a26f5548997783.tar.xz qemu-f2c6abc8d5d7f04e807bf91430a26f5548997783.zip | |
disas.c: Use address_space_read() to read memory
Currently disas.c reads physical memory using
cpu_physical_memory_read(). This effectively hard-codes
assuming that all CPUs have the same view of physical
memory. Switch to address_space_read() instead, which
lets us use the AddressSpace for the CPU we're
disassembling for.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20181122172653.3413-2-peter.maydell@linaro.org
Diffstat (limited to 'scripts/git.orderfile')
0 files changed, 0 insertions, 0 deletions
