Re: [Qemu-devel] [PATCHv2 0/2] introduce bitmap_try_new

2014-09-30 Thread Paolo Bonzini
Il 30/09/2014 09:09, Peter Lieven ha scritto: > this adds a new helper to handle errors when allocation a bitmap and > also introduces its first user. > > v1->v2: - derive bitmap_new from bitmap_try_new (Eric) > - fail if allocation fails in iscsi_open (Paolo) Thanks, applied to scsi-next

[Qemu-devel] [PATCHv2 0/2] introduce bitmap_try_new

2014-09-30 Thread Peter Lieven
this adds a new helper to handle errors when allocation a bitmap and also introduces its first user. v1->v2: - derive bitmap_new from bitmap_try_new (Eric) - fail if allocation fails in iscsi_open (Paolo) Peter Lieven (2): util: introduce bitmap_try_new block/iscsi: handle failure on