qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1.1 0/6] block: drop useless checks for NULL
@ 2011-11-14 16:50 Paolo Bonzini
  2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 1/6] block: bdrv_aio_* do not return NULL Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paolo Bonzini @ 2011-11-14 16:50 UTC (permalink / raw)
  To: qemu-devel

After the coroutinization of the block layer, immediate failures
of an AIO operation will still return an AIOCB and only report
failure with a bottom half.  This lets us remove a lot of dead
NULL checks (patches 1-5).

Patch 6 is on a similar theme, but a bit different.

Most "added" lines are actually just reindented.

Paolo Bonzini (6):
  block: bdrv_aio_* do not return NULL
  block: simplify failure handling for bdrv_aio_multiwrite
  block: qemu_aio_get does not return NULL
  dma: the passed io_func does not return NULL
  block: dma_bdrv_* does not return NULL
  block: avoid useless checks on acb->bh

 block-migration.c  |   13 ----------
 block.c            |   56 +++-----------------------------------------
 block/blkverify.c  |   24 ++++++------------
 block/curl.c       |    4 ---
 block/qed-table.c  |   22 +++++-----------
 block/qed.c        |   60 ++++++++++++----------------------------------
 block/rbd.c        |    3 --
 block/vdi.c        |   66 ++++++++++++++-------------------------------------
 dma-helpers.c      |    4 +--
 hw/ide/atapi.c     |    8 +-----
 hw/ide/core.c      |   13 +---------
 hw/ide/macio.c     |   11 +--------
 hw/scsi-disk.c     |    9 -------
 hw/scsi-generic.c  |    4 ---
 hw/virtio-blk.c    |   19 +++-----------
 linux-aio.c        |    2 -
 posix-aio-compat.c |    4 ---
 qemu-io.c          |   39 ++++++------------------------
 trace-events       |    2 -
 19 files changed, 69 insertions(+), 294 deletions(-)

-- 
1.7.7.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-12-05 16:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 16:50 [Qemu-devel] [PATCH 1.1 0/6] block: drop useless checks for NULL Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 1/6] block: bdrv_aio_* do not return NULL Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 2/6] block: simplify failure handling for bdrv_aio_multiwrite Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 3/6] block: qemu_aio_get does not return NULL Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 4/6] dma: the passed io_func " Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 5/6] block: dma_bdrv_* " Paolo Bonzini
2011-11-14 16:50 ` [Qemu-devel] [PATCH 1.1 6/6] block: avoid useless checks on acb->bh Paolo Bonzini
2011-11-30  8:12 ` [Qemu-devel] [PATCH 1.1 v2] block: bdrv_aio_* do not return NULL Paolo Bonzini
2011-11-30  8:12 ` [Qemu-devel] [PATCH 1.1 0/6] block: drop useless checks for NULL Paolo Bonzini
2011-12-05 16:56 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).