qemu-patch-raspberry4/hw/ide
Paolo Bonzini ad54ae80c7 block: bdrv_aio_* do not return NULL
Initially done with the following semantic patch:

@ rule1 @
expression E;
statement S;
@@
  E =
(
   bdrv_aio_readv
|  bdrv_aio_writev
|  bdrv_aio_flush
|  bdrv_aio_discard
|  bdrv_aio_ioctl
)
     (...);
(
- if (E == NULL) { ... }
|
- if (E)
    { <... S ...> }
)

which however missed the occurrence in block/blkverify.c
(as it should have done), and left behind some unused
variables.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2011-12-15 12:40:07 +01:00
..
ahci.c ahci: fix DPRINTF format strings 2011-10-26 14:22:40 +01:00
ahci.h ahci: add port I/O index-data pair 2011-09-21 14:32:20 +02:00
atapi.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
cmd646.c hw: Trim superfluous #include "block_int.h" 2011-09-12 15:17:21 +02:00
core.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
ich.c ahci: add port I/O index-data pair 2011-09-21 14:32:20 +02:00
internal.h atapi/scsi: unify definitions for MMC 2011-10-28 19:25:50 +02:00
isa.c ide: Convert to isa_register_portio_list 2011-10-11 15:57:11 +02:00
macio.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
microdrive.c hw: Trim superfluous #include "block_int.h" 2011-09-12 15:17:21 +02:00
mmio.c ide/mmio: convert to memory API 2011-11-24 18:31:59 +02:00
pci.c Remove unnecessary casts from PCI DMA code in PCI IDE 2011-12-12 11:16:52 -06:00
pci.h ide: convert to memory API 2011-08-08 10:15:54 -05:00
piix.c ide: Convert to isa_register_portio_list 2011-10-11 15:57:11 +02:00
qdev.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
via.c fix typo: delete redundant semicolon 2011-12-06 09:56:41 +00:00