Searched hist:ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/block/ |
H A D | qed-table.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | blkverify.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | vdi.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | qed.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | macio.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | core.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
/openbmc/qemu/ |
H A D | qemu-io.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | trace-events | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|
H A D | block.c | diff ad54ae80c73f486cf39b4b38a04b76dd971cdbf6 Wed Nov 30 02:12:30 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
|