diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2015-03-17 13:44:39 +0100 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2015-04-30 13:21:41 +0200 |
commit | 183f6b8d7e7adf6b892523644e38b534c5954be1 (patch) | |
tree | 5f83be5e381f864cd12d3fb2b9e957e4661de466 /hw/s390x/sclpquiesce.c | |
parent | 4d1866de9422c4b359f61819ee01efc9b988187b (diff) |
sclp: sort into categories
Sort the sclp consoles into the input category, just as virtio-serial.
Various other sclp devices don't have an obvious category, sort them
into misc.
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'hw/s390x/sclpquiesce.c')
-rw-r--r-- | hw/s390x/sclpquiesce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/sclpquiesce.c b/hw/s390x/sclpquiesce.c index 1a399bd1f0..ffa5553135 100644 --- a/hw/s390x/sclpquiesce.c +++ b/hw/s390x/sclpquiesce.c @@ -116,6 +116,7 @@ static void quiesce_class_init(ObjectClass *klass, void *data) dc->reset = quiesce_reset; dc->vmsd = &vmstate_sclpquiesce; + set_bit(DEVICE_CATEGORY_MISC, dc->categories); k->init = quiesce_init; k->get_send_mask = send_mask; |