qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init
@ 2013-10-11  7:59 Peter Lieven
  2013-10-11  9:41 ` Kevin Wolf
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Lieven @ 2013-10-11  7:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, Peter Lieven, ronniesahlberg, stefanha

since commit 3ac21627 the default value changed to 0.

Signed-off-by: Peter Lieven <pl@kamp.de>
---
 block/iscsi.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/block/iscsi.c b/block/iscsi.c
index a2a961e..a660a1c 100644
--- a/block/iscsi.c
+++ b/block/iscsi.c
@@ -1447,11 +1447,6 @@ static int iscsi_truncate(BlockDriverState *bs, int64_t offset)
     return 0;
 }
 
-static int iscsi_has_zero_init(BlockDriverState *bs)
-{
-    return 0;
-}
-
 static int iscsi_create(const char *filename, QEMUOptionParameter *options,
                         Error **errp)
 {
@@ -1538,8 +1533,6 @@ static BlockDriver bdrv_iscsi = {
     .bdrv_aio_writev = iscsi_aio_writev,
     .bdrv_aio_flush  = iscsi_aio_flush,
 
-    .bdrv_has_zero_init = iscsi_has_zero_init,
-
 #ifdef __linux__
     .bdrv_ioctl       = iscsi_ioctl,
     .bdrv_aio_ioctl   = iscsi_aio_ioctl,
-- 
1.7.9.5

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

* Re: [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init
  2013-10-11  7:59 [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init Peter Lieven
@ 2013-10-11  9:41 ` Kevin Wolf
  2013-10-11 14:07   ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Wolf @ 2013-10-11  9:41 UTC (permalink / raw)
  To: Peter Lieven; +Cc: pbonzini, ronniesahlberg, qemu-devel, stefanha

Am 11.10.2013 um 09:59 hat Peter Lieven geschrieben:
> since commit 3ac21627 the default value changed to 0.
> 
> Signed-off-by: Peter Lieven <pl@kamp.de>

Reviewed-by: Kevin Wolf <kwolf@redhat.com>

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

* Re: [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init
  2013-10-11  9:41 ` Kevin Wolf
@ 2013-10-11 14:07   ` Paolo Bonzini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2013-10-11 14:07 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: ronniesahlberg, Peter Lieven, qemu-devel, stefanha

Il 11/10/2013 11:41, Kevin Wolf ha scritto:
> Am 11.10.2013 um 09:59 hat Peter Lieven geschrieben:
>> since commit 3ac21627 the default value changed to 0.
>>
>> Signed-off-by: Peter Lieven <pl@kamp.de>
> 
> Reviewed-by: Kevin Wolf <kwolf@redhat.com>

Applied to scsi-next branch, thanks.

Paolo

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

end of thread, other threads:[~2013-10-11 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11  7:59 [Qemu-devel] [PATCH] block/iscsi: remove .bdrv_has_zero_init Peter Lieven
2013-10-11  9:41 ` Kevin Wolf
2013-10-11 14:07   ` Paolo Bonzini

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).