Files
qemu-esp-boards/block
Paolo Bonzini 91977c2e5f block: qemu_aio_get does not return NULL
Initially done with the following semantic patch:

@ rule1 @
expression E;
statement S;
@@
  E = qemu_aio_get (...);
(
- if (E == NULL) { ... }
|
- if (E)
    { <... S ...> }
)

which however missed occurrences in linux-aio.c and posix-aio-compat.c.
Those were done by hand.

The change in vdi_aio_setup's caller was also done by hand.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2011-12-15 12:40:08 +01:00
..
2011-10-28 19:25:48 +02:00
2011-12-06 09:56:41 +00:00
2011-12-15 12:40:07 +01:00
2011-11-21 14:58:48 -06:00
2011-12-15 12:40:08 +01:00
2011-12-15 12:40:08 +01:00