qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 03/13] ide: add support for ide bus ops


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH 03/13] ide: add support for ide bus ops
Date: Wed, 01 Dec 2010 14:17:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

Am 01.12.2010 14:09, schrieb Stefan Hajnoczi:
> On Fri, Nov 26, 2010 at 7:17 PM, Alexander Graf <address@hidden> wrote:
> Just some cosmetic suggestions.
> 
>> @@ -2716,6 +2736,12 @@ static void ide_init1(IDEBus *bus, int unit)
>>                                            ide_sector_write_timer_cb, s);
>>  }
>>
>> +static IDEBusOps ide_bus_ops = {
> 
> Since the functions are all pata_* I think it makes sense for this to
> be called pata_bus_ops, not ide_bus_ops.
> 
>> +    .transfer_start_fn = pata_transfer_start,
>> +    .irq_set_fn = pata_set_irq,
> 
> irq_set or set_irq? :)  Let's consistently go with set_irq.

And drop the _fn suffix? It's really obvious that these are functions
(if this is what it's meant to say).

Kevin



reply via email to

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