mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
s390: provide I/O subsystem reset
Provide a function that resets the I/O subsystem. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Acked-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
268846ba93
commit
4e872a3fb0
2 changed files with 16 additions and 0 deletions
|
@ -400,6 +400,7 @@ void cpu_unlock(void);
|
|||
typedef struct SubchDev SubchDev;
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
extern void io_subsystem_reset(void);
|
||||
SubchDev *css_find_subch(uint8_t m, uint8_t cssid, uint8_t ssid,
|
||||
uint16_t schid);
|
||||
bool css_subch_visible(SubchDev *sch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue