]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert SCSI logical unit from unsigned int to unsigned long long
authorEric Farman <farman@linux.vnet.ibm.com>
Wed, 17 Jun 2015 03:29:53 +0000 (23:29 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 22 Jun 2015 20:03:33 +0000 (16:03 -0400)
commit22b8a6175685f87ecc919403887f2214d57a7d69
tree64053ea7ddef229e0b1291feec48905869e11fea
parent3b7983ad6dd6f2a59d6b79d7d880a7a2e2643566
Convert SCSI logical unit from unsigned int to unsigned long long

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@linux.vnet.ibm.com>
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c
src/util/virhostdev.c
src/util/virscsi.c
src/util/virscsi.h
tests/testutilsqemu.c
tools/virsh-domain.c