| Commit message (Expand) | Author | Age | Files | Lines |
* | contrib: add systemd unit files | Paolo Bonzini | 2017-12-20 | 3 | -0/+35 |
* | libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD | Dr. David Alan Gilbert | 2017-10-12 | 2 | -1/+27 |
* | libvhost-user: Update and fix feature and request lists | Dr. David Alan Gilbert | 2017-10-12 | 2 | -6/+13 |
* | libvhost-user: vu_queue_started | Dr. David Alan Gilbert | 2017-10-12 | 2 | -0/+15 |
* | vhost-user-scsi: remove server_sock from VusDev | Marc-André Lureau | 2017-10-10 | 1 | -53/+24 |
* | vhost-user-scsi: use libvhost-user glib helper | Marc-André Lureau | 2017-10-10 | 1 | -146/+16 |
* | libvhost-user: add glib source helper | Marc-André Lureau | 2017-10-10 | 3 | -1/+187 |
* | vhost-user-scsi: use glib logging | Marc-André Lureau | 2017-10-10 | 1 | -56/+21 |
* | vhost-user-scsi: simplify source handling | Marc-André Lureau | 2017-10-10 | 1 | -33/+12 |
* | vhost-user-scsi: drop extra callback pointer | Marc-André Lureau | 2017-10-10 | 1 | -9/+3 |
* | vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h | Marc-André Lureau | 2017-10-10 | 1 | -87/+9 |
* | vhost-user-scsi: avoid use of iscsi_ namespace | Marc-André Lureau | 2017-10-10 | 1 | -2/+2 |
* | vhost-user-scsi: rename VUS types | Marc-André Lureau | 2017-10-10 | 1 | -23/+23 |
* | vhost-user-scsi: remove unimplemented functions | Marc-André Lureau | 2017-10-10 | 1 | -18/+3 |
* | vhost-user-scsi: remove VUS_MAX_LUNS | Marc-André Lureau | 2017-10-10 | 1 | -5/+3 |
* | vhost-user-scsi: remove vdev_scsi_add_iscsi_lun() | Marc-André Lureau | 2017-10-10 | 1 | -15/+1 |
* | vhost-user-scsi: assert() in iscsi_add_lun() | Marc-André Lureau | 2017-10-10 | 1 | -5/+1 |
* | vhost-user-scsi: use NULL pointer | Marc-André Lureau | 2017-10-10 | 1 | -1/+1 |
* | vhost-user-scsi: simplify unix path cleanup | Marc-André Lureau | 2017-10-10 | 1 | -17/+5 |
* | vhost-user-scsi: remove vdev_scsi_find_by_vu() | Marc-André Lureau | 2017-10-10 | 1 | -43/+4 |
* | vhost-user-scsi: also free the gtree | Marc-André Lureau | 2017-10-10 | 1 | -0/+1 |
* | vhost-user-scsi: glib calls that allocate don't return NULL | Marc-André Lureau | 2017-10-10 | 1 | -45/+7 |
* | vhost-user-scsi: use glib allocation | Marc-André Lureau | 2017-10-10 | 1 | -26/+9 |
* | vhost-user-scsi: code style fixes | Marc-André Lureau | 2017-10-10 | 1 | -8/+12 |
* | vhost-user-scsi: connect unix socket before allocating | Marc-André Lureau | 2017-10-10 | 1 | -10/+8 |
* | vhost-user-scsi: use g_strdup() | Marc-André Lureau | 2017-10-10 | 1 | -8/+4 |
* | libvhost-user: improve vu_queue_pop() doc | Marc-André Lureau | 2017-10-10 | 1 | -1/+2 |
* | libvhost-user: drop dependency on glib | Marc-André Lureau | 2017-10-10 | 1 | -3/+26 |
* | glib-compat: move G_SOURCE_CONTINUE/REMOVE there | Marc-André Lureau | 2017-10-10 | 1 | -8/+0 |
* | libvhost-user: support resuming vq->last_avail_idx based on used_idx | Marc-André Lureau | 2017-09-08 | 2 | -0/+20 |
* | libvhost-user: quit when no more data received | Jens Freimann | 2017-08-09 | 1 | -1/+3 |
* | vhost-user-scsi: Introduce a vhost-user-scsi sample application | Felipe Franciosi | 2017-06-15 | 3 | -5/+893 |
* | libvhost-user: fix crash when rings aren't ready | Marc-André Lureau | 2017-05-10 | 2 | -9/+23 |
* | libvhost-user: replace vasprintf() to fix build | Felipe Franciosi | 2017-05-05 | 1 | -1/+1 |
* | contrib: add libvhost-user | Marc-André Lureau | 2016-12-16 | 3 | -0/+1935 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 2 | -6/+6 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-03-24 | 1 | -1/+2 |
|\ |
|
| * | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -1/+1 |
| * | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | | contrib/ivshmem-server: Print "not for production" warning | Markus Armbruster | 2016-03-21 | 1 | -0/+6 |
* | | ivshmem-server: Don't overload POSIX shmem and file name | Markus Armbruster | 2016-03-18 | 3 | -51/+23 |
* | | ivshmem-server: Fix and clean up command line help | Markus Armbruster | 2016-03-18 | 1 | -44/+42 |
|/ |
|
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 2 | -4/+0 |
* | contrib: Clean up includes | Peter Maydell | 2016-02-04 | 4 | -2/+4 |
* | error: Consistently name Error * objects err, and not errp | Markus Armbruster | 2016-01-13 | 1 | -4/+4 |
* | error: Use error_report_err() instead of ad hoc prints | Markus Armbruster | 2016-01-13 | 1 | -3/+1 |
* | ivshmem-server: fix possible OVERRUN | Gonglei | 2015-11-06 | 1 | -1/+3 |