qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 05/10] s390x/ipl: sort into categories


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH 05/10] s390x/ipl: sort into categories
Date: Mon, 20 Apr 2015 16:48:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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 <address@hidden>
> Signed-off-by: Cornelia Huck <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>

> ---
>  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 = {
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]