mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
s390x: rename io_subsystem_reset -> subsystem_reset
According to the Pop: "Subsystem reset operates only on those elements in the configuration which are not CPUs". As this is what we actually do, let's simply rename the function. Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Message-Id: <1443689387-34473-6-git-send-email-jfrei@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:
parent
a6085fab3b
commit
d9f090ec77
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ typedef struct S390CcwMachineState {
|
|||
bool dea_key_wrap;
|
||||
} S390CcwMachineState;
|
||||
|
||||
void io_subsystem_reset(void)
|
||||
void subsystem_reset(void)
|
||||
{
|
||||
DeviceState *css, *sclp, *flic, *diag288;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue