From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkCzk-0007pK-S5 for qemu-devel@nongnu.org; Mon, 20 Apr 2015 10:48:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkCzh-0004Be-4d for qemu-devel@nongnu.org; Mon, 20 Apr 2015 10:48:20 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:60292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkCzg-0004BU-S2 for qemu-devel@nongnu.org; Mon, 20 Apr 2015 10:48:17 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 20 Apr 2015 15:48:15 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2555717D8042 for ; Mon, 20 Apr 2015 15:48:52 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3KEmDn542467576 for ; Mon, 20 Apr 2015 14:48:13 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3KEmD9R028674 for ; Mon, 20 Apr 2015 08:48:13 -0600 Message-ID: <553511AC.8040201@de.ibm.com> Date: Mon, 20 Apr 2015 16:48:12 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1428569498-27393-1-git-send-email-cornelia.huck@de.ibm.com> <1428569498-27393-6-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1428569498-27393-6-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] s390x/ipl: sort into categories List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: jfrei@linux.vnet.ibm.com, agraf@suse.de Am 09.04.2015 um 10:51 schrieb Cornelia Huck: > The s390 ipl device has no real home (it's not really a storage device), > so let's sort it into the misc category. > > Reviewed-by: David Hildenbrand > Signed-off-by: Cornelia Huck Acked-by: Christian Borntraeger > --- > hw/s390x/ipl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > index 2e26d2a..132004a 100644 > --- a/hw/s390x/ipl.c > +++ b/hw/s390x/ipl.c > @@ -315,6 +315,7 @@ static void s390_ipl_class_init(ObjectClass *klass, void *data) > dc->props = s390_ipl_properties; > dc->reset = s390_ipl_reset; > dc->vmsd = &vmstate_ipl; > + set_bit(DEVICE_CATEGORY_MISC, dc->categories); > } > > static const TypeInfo s390_ipl_info = { >