Il 16/04/2014 04:09, Fam Zheng ha scritto:
More often it is that bdrv_ioctl fails due to not supported by driver or
whatever reason, in this case we should be specific, because "interface
too old" is very confusing.
Signed-off-by: Fam Zheng
---
hw/scsi/scsi-disk.c | 9 +++--
1 file changed
Fam Zheng writes:
> More often it is that bdrv_ioctl fails due to not supported by driver or
> whatever reason, in this case we should be specific, because "interface
> too old" is very confusing.
>
> Signed-off-by: Fam Zheng
> ---
> hw/scsi/scsi-disk.c | 9 +++--
> 1 file changed, 7 insert
More often it is that bdrv_ioctl fails due to not supported by driver or
whatever reason, in this case we should be specific, because "interface
too old" is very confusing.
Signed-off-by: Fam Zheng
---
hw/scsi/scsi-disk.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git