Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into staging
# gpg: Signature made Tue 10 Oct 2017 22:33:56 BST
# gpg: using RSA key 0xDAE8E10975969CE5
# gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>"
# gpg: aka "Marc-André Lureau <marcandre.lureau@gmail.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276 F62D DAE8 E109 7596 9CE5
* remotes/elmarco/tags/vus-pull-request: (27 commits)
vhost-user-scsi: remove server_sock from VusDev
vhost-user-scsi: use libvhost-user glib helper
libvhost-user: add glib source helper
vhost-user-scsi: use glib logging
vhost-user-scsi: simplify source handling
vhost-user-scsi: drop extra callback pointer
vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h
vhost-user-scsi: avoid use of iscsi_ namespace
vhost-user-scsi: rename VUS types
vhost-user-scsi: remove unimplemented functions
vhost-user-scsi: remove VUS_MAX_LUNS
vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()
vhost-user-scsi: assert() in iscsi_add_lun()
vhost-user-scsi: use NULL pointer
vhost-user-scsi: simplify unix path cleanup
vhost-user-scsi: remove vdev_scsi_find_by_vu()
vhost-user-scsi: also free the gtree
vhost-user-scsi: glib calls that allocate don't return NULL
vhost-user-scsi: use glib allocation
vhost-user-scsi: code style fixes
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- Makefile 2 additions, 1 deletionMakefile
- Makefile.objs 0 additions, 1 deletionMakefile.objs
- contrib/libvhost-user/Makefile.objs 1 addition, 1 deletioncontrib/libvhost-user/Makefile.objs
- contrib/libvhost-user/libvhost-user-glib.c 154 additions, 0 deletionscontrib/libvhost-user/libvhost-user-glib.c
- contrib/libvhost-user/libvhost-user-glib.h 32 additions, 0 deletionscontrib/libvhost-user/libvhost-user-glib.h
- contrib/libvhost-user/libvhost-user.c 26 additions, 3 deletionscontrib/libvhost-user/libvhost-user.c
- contrib/libvhost-user/libvhost-user.h 2 additions, 1 deletioncontrib/libvhost-user/libvhost-user.h
- contrib/vhost-user-scsi/vhost-user-scsi.c 90 additions, 539 deletionscontrib/vhost-user-scsi/vhost-user-scsi.c
- include/glib-compat.h 7 additions, 0 deletionsinclude/glib-compat.h
- tests/Makefile.include 1 addition, 1 deletiontests/Makefile.include
Loading
Please register or sign in to comment