qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [PATCH] hw/char: remove legacy interface esc


From: Eric Blake
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH] hw/char: remove legacy interface escc_init()
Date: Fri, 19 Jan 2018 08:39:33 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 01/19/2018 06:47 AM, Mark Cave-Ayland wrote:
> On 18/01/18 08:53, Laurent Vivier wrote:
>> Move necessary stuff in escc.h and update type names.
>> Remove slavio_serial_ms_kbd_init().
>> Fix code style problems reported by checkpatch.pl
>> Update mac_newworld, mac_oldworld and sun4m to use directly the
>> QDEV interface.
>>
>> Signed-off-by: Laurent Vivier <address@hidden>
>> ---
>>   hw/char/escc.c         | 208

>>   -static inline void set_rxint(ChannelState *s)
>> +static inline void set_rxint(ESCCChannelState *s)
>>   {
>>       s->rxint = 1;
>> -    /* XXX: missing daisy chainnig: chn_b rx should have a lower
>> priority
>> +    /* XXX: missing daisy chainnig: escc_chn_b rx should have a lower
>> priority

As long as you are touching this, s/chainnig/chaining/


-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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