]> git.proxmox.com Git - mirror_qemu.git/commit
qtest: Use cpu address space instead of system memory
authorJulia Suvorova <jusual@mail.ru>
Mon, 2 Jul 2018 06:52:37 +0000 (09:52 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 6 Jul 2018 16:39:19 +0000 (18:39 +0200)
commit70da30483e78b501ff4b3a090f26c08abd0f7a7f
tree7bf0415210fe7d076892153971195e802d1ed387
parent2729d79d4993099782002c9a218de1fc12c32c69
qtest: Use cpu address space instead of system memory

Some devices (like nvic in armv7m) are not accessable through
address_space_memory, therefore can not be tested with qtest.

Signed-off-by: Julia Suvorova <jusual@mail.ru>
Message-Id: <20180702065237.27899-1-jusual@mail.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qtest.c