diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-08-02 17:02:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-09-12 08:46:21 +0200 |
commit | 5accc8408f2dac1e00d888e4fe75e6174ba2a940 (patch) | |
tree | edac711fe67c94fe04af6382b633292195663f7e /stubs/Makefile.objs | |
parent | 2d1fe1873a984d1c2c89ffa3d12949cafc718551 (diff) | |
download | qemu-5accc8408f2dac1e00d888e4fe75e6174ba2a940.tar.gz qemu-5accc8408f2dac1e00d888e4fe75e6174ba2a940.tar.bz2 qemu-5accc8408f2dac1e00d888e4fe75e6174ba2a940.zip |
scsi: prefer UUID to VM name for the initiator name
The UUID is unique even across multiple hosts, thus it is
better than a VM name even if it is less user-friendly.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index f306cbada3..df92fe5b15 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -22,6 +22,7 @@ stub-obj-y += reset.o stub-obj-y += set-fd-handler.o stub-obj-y += slirp.o stub-obj-y += sysbus.o +stub-obj-y += uuid.o stub-obj-y += vm-stop.o stub-obj-y += vmstate.o stub-obj-$(CONFIG_WIN32) += fd-register.o |