summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>2015-10-01 10:49:47 +0200
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-10-02 13:31:52 +0200
commitd9f090ec7794d433b8f222ae8c8f95601369a4a5 (patch)
tree167ff1824b059e50f30ca07c88d8471dabcaefb6 /hw
parenta6085fab3b6b9f0f9d636170b7d7bd31172b5038 (diff)
downloadhqemu-d9f090ec7794d433b8f222ae8c8f95601369a4a5.zip
hqemu-d9f090ec7794d433b8f222ae8c8f95601369a4a5.tar.gz
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>
Diffstat (limited to 'hw')
-rw-r--r--hw/s390x/s390-virtio-ccw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
index c53ebc1..6195f13 100644
--- a/hw/s390x/s390-virtio-ccw.c
+++ b/hw/s390x/s390-virtio-ccw.c
@@ -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;
OpenPOWER on IntegriCloud