mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
s390: Use s390_cpu_physical_memory_map for tpi.
Map the I/O interruption code before calling into css. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
2e788490d8
commit
50c8d9bfc6
4 changed files with 24 additions and 8 deletions
|
@ -852,7 +852,7 @@ int css_do_stcrw(CRW *crw)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int css_do_tpi(uint64_t addr, int lowcore)
|
||||
int css_do_tpi(IOIntCode *int_code, int lowcore)
|
||||
{
|
||||
/* No pending interrupts for !KVM. */
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue