qemu-e2k/contrib
Dr. David Alan Gilbert 49e9ec749d libvhost-user: Fix some memtable remap cases
If a new setmemtable command comes in once the vhost threads are
running, it will remap the guests address space and the threads
will now be looking in the wrong place.

Fortunately we're running this command under lock, so we can
update the queue mappings so that threads will look in the new-right
place.

Note: This doesn't fix things that the threads might be doing
without a lock (e.g. a readv/writev!)  That's for another time.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2020-01-23 16:41:37 +00:00
..
elf2dmp contrib/elf2dmp: Build download.o with CURL_CFLAGS 2019-07-22 14:07:39 +01:00
gitdm contrib/gitdm: add China Mobile to the domain map 2019-10-27 19:16:30 +00:00
ivshmem-client Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
ivshmem-server ivshmem-server: Terminate also on SIGINT 2019-11-12 10:37:20 +01:00
libvhost-user libvhost-user: Fix some memtable remap cases 2020-01-23 16:41:37 +00:00
rdmacm-mux rdmacm-mux: fix strcpy string warning 2019-07-15 11:20:42 +02:00
systemd contrib: add systemd unit files 2017-12-20 22:29:26 +01:00
vhost-user-blk Implement backend program convention command for vhost-user-blk 2020-01-05 07:03:03 -05:00
vhost-user-gpu vhost-user-gpu: Drop trailing json comma 2019-12-20 06:56:37 +01:00
vhost-user-input vhost-user-input: use free(elem) instead of g_free(elem) 2019-11-20 04:57:22 -05:00
vhost-user-scsi vhost-user-scsi: fix printf format warning 2019-12-17 19:32:47 +01:00