diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-08-21 18:58:56 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-22 21:07:27 +0200 |
commit | 9bad2a6b9d0aeb2dcf91a07652cc63bbb6e73141 (patch) | |
tree | b77fd352b889ca49f4e17b5cd53dd6298eeda597 /scsi/Makefile.objs | |
parent | fe8fc5ae5c808e037fa4746cbfeb3c07ffe0af81 (diff) |
scsi: add persistent reservation manager using qemu-pr-helper
This adds a concrete subclass of pr-manager that talks to qemu-pr-helper.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scsi/Makefile.objs')
-rw-r--r-- | scsi/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsi/Makefile.objs b/scsi/Makefile.objs index 5496d2ae6a..4d25e476cf 100644 --- a/scsi/Makefile.objs +++ b/scsi/Makefile.objs @@ -1,3 +1,3 @@ block-obj-y += utils.o -block-obj-$(CONFIG_LINUX) += pr-manager.o +block-obj-$(CONFIG_LINUX) += pr-manager.o pr-manager-helper.o |