Re: [Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-10-02 Thread Peter Lieven
Am 19.09.2013 15:46, schrieb Paolo Bonzini: Il 19/09/2013 09:24, Peter Lieven ha scritto: do we still need this patch? if yes I can sent one shortly. No, Stefan prepared it. I'll send a pull request shortly. The patch disables iscsi_get_block_status completely. The C preprocessor can't check

Re: [Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-09-19 Thread Peter Lieven
On 17.09.2013 19:21, Paolo Bonzini wrote: Il 17/09/2013 19:18, Stefan Weil ha scritto: Latest QEMU git is broken on Debian wheezy: block/iscsi.c: In function ‘iscsi_co_get_block_status’: block/iscsi.c:842:5: error: implicit declaration of function ‘iscsi_get_lba_status_task’

Re: [Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-09-19 Thread Paolo Bonzini
Il 19/09/2013 09:24, Peter Lieven ha scritto: do we still need this patch? if yes I can sent one shortly. No, Stefan prepared it. I'll send a pull request shortly. Paolo

Re: [Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-09-17 Thread Stefan Weil
Am 12.09.2013 13:17, schrieb Paolo Bonzini: From: Peter Lieven p...@kamp.de this patch adds a coroutine for .bdrv_co_block_status as well as a generic framework that can be used to build coroutines in block/iscsi. Signed-off-by: Peter Lieven p...@kamp.de Signed-off-by: Paolo Bonzini

Re: [Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-09-17 Thread Paolo Bonzini
Il 17/09/2013 19:18, Stefan Weil ha scritto: Latest QEMU git is broken on Debian wheezy: block/iscsi.c: In function ‘iscsi_co_get_block_status’: block/iscsi.c:842:5: error: implicit declaration of function ‘iscsi_get_lba_status_task’ [-Werror=implicit-function-declaration]

[Qemu-devel] [PULL 08/11] iscsi: add .bdrv_get_block_status

2013-09-12 Thread Paolo Bonzini
From: Peter Lieven p...@kamp.de this patch adds a coroutine for .bdrv_co_block_status as well as a generic framework that can be used to build coroutines in block/iscsi. Signed-off-by: Peter Lieven p...@kamp.de Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- block/iscsi.c | 136