Am 03.12.2009 20:55, schrieb Anthony Liguori:
> Gleb Natapov wrote:
>> On Fri, Nov 27, 2009 at 01:25:36PM +0100, Kevin Wolf wrote:
>>
>>> Either rename variables and functions to refer to write errors (which is
>>> what
>>> they actually do) or introduce a parameter to distinguish reads and wri
Gleb Natapov wrote:
On Fri, Nov 27, 2009 at 01:25:36PM +0100, Kevin Wolf wrote:
Either rename variables and functions to refer to write errors (which is what
they actually do) or introduce a parameter to distinguish reads and writes.
I prefer either to use two different functions or hi
On Fri, Nov 27, 2009 at 01:25:36PM +0100, Kevin Wolf wrote:
> Either rename variables and functions to refer to write errors (which is what
> they actually do) or introduce a parameter to distinguish reads and writes.
>
I prefer either to use two different functions or hide 0/1 parameter behind
a
Either rename variables and functions to refer to write errors (which is what
they actually do) or introduce a parameter to distinguish reads and writes.
Signed-off-by: Kevin Wolf
---
hw/ide/core.c |2 +-
hw/scsi-disk.c |3 ++-
hw/virtio-blk.c |2 +-
sysemu.h|6 --