Home
last modified time | relevance | path

Searched hist:b9b2008bbff49e2714491a95109e1189e54a6491 (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ide/
H A Dmacio.cb9b2008bbff49e2714491a95109e1189e54a6491 Mon Nov 14 16:50:53 UTC 2011 Paolo Bonzini <pbonzini@redhat.com> block: dma_bdrv_* does not return NULL

Initially attempted with the following semantic patch:

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

which however did not match anything.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
H A Dcore.cb9b2008bbff49e2714491a95109e1189e54a6491 Mon Nov 14 16:50:53 UTC 2011 Paolo Bonzini <pbonzini@redhat.com> block: dma_bdrv_* does not return NULL

Initially attempted with the following semantic patch:

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

which however did not match anything.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>