qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 07/10] s390: Rename s390-ccw-virtio-2.4 class na


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 07/10] s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAME
Date: Fri, 4 Sep 2015 16:56:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

Am 04.09.2015 um 16:54 schrieb Eduardo Habkost:
> On Fri, Sep 04, 2015 at 10:52:22AM +0200, Christian Borntraeger wrote:
>> Am 20.08.2015 um 23:54 schrieb Eduardo Habkost:
>>> Machine class names should use the "-machine" suffix to allow
>>> class-name-based machine class lookup to work. Rename the
>>> s390-ccw-virtio-2.4 machine class using the MACHINE_TYPE_NAME macro.
>>>
>>> Cc: Alexander Graf <address@hidden>
>>> Cc: Cornelia Huck <address@hidden>
>>> Cc: Christian Borntraeger <address@hidden>
>>> Cc: Richard Henderson <address@hidden>
>>> Signed-off-by: Eduardo Habkost <address@hidden>
>>> ---
>>>  hw/s390x/s390-virtio-ccw.c | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
>>> index 4c51d1a..66e1478 100644
>>> --- a/hw/s390x/s390-virtio-ccw.c
>>> +++ b/hw/s390x/s390-virtio-ccw.c
>>> @@ -293,7 +293,7 @@ static void ccw_machine_2_4_class_init(ObjectClass *oc, 
>>> void *data)
>>>  }
>>>
>>>  static const TypeInfo ccw_machine_2_4_info = {
>>> -    .name          = TYPE_S390_CCW_MACHINE "2.4",
>>> +    .name          = MACHINE_TYPE_NAME("s390-ccw-virtio-2.4"),
>>>      .parent        = TYPE_S390_CCW_MACHINE,
>>>      .class_init    = ccw_machine_2_4_class_init,
>>>  };
>>>
>>
>> Since yesterday you also need to adopt the 2.5 machine....
> 
> Thanks for for noting! I will rebase and resubmit.

If it's just a single line addition I can edit that when applying.
Anything else in need of changes?

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg)



reply via email to

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