[libvirt] [PATCH 3/5] Convert SCSI logical unit from int to long long

John Ferlan jferlan at redhat.com
Thu Jun 18 18:32:47 UTC 2015



On 06/16/2015 11:29 PM, Eric Farman wrote:
> The SCSI Architecture Model defines a logical unit address
> as 64-bits in length, so change the field accordingly so
> that the entire value could be stored.
> 
> Signed-off-by: Eric Farman <farman at linux.vnet.ibm.com>
> ---
>  src/conf/domain_audit.c |  2 +-
>  src/conf/domain_conf.c  |  4 ++--
>  src/conf/domain_conf.h  |  2 +-
>  src/qemu/qemu_command.h |  2 +-
>  src/qemu/qemu_hotplug.c |  4 ++--
>  src/util/virhostdev.c   |  6 +++---
>  src/util/virscsi.c      | 16 ++++++++--------
>  src/util/virscsi.h      |  8 ++++----
>  tests/testutilsqemu.c   |  2 +-
>  tools/virsh-domain.c    |  6 +++---
>  10 files changed, 26 insertions(+), 26 deletions(-)
> 

ACK -

John




More information about the libvir-list mailing list