Re: [Qemu-devel] [RFC 15/29] vhost+postcopy: Send address back to qemu

2017-07-24 Thread Maxime Coquelin
diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index 1f70f5760f..6be3e7ff2d 100644 --- a/hw/virtio/vhost-user.c +++ b/hw/virtio/vhost-user.c @@ -19,6 +19,7 @@ #include "qemu/sockets.h" #include "migration/migration.h" #include "migration/postcopy-ram.h" +#include "trace.h"

[Qemu-devel] [RFC 15/29] vhost+postcopy: Send address back to qemu

2017-06-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" We need a better way, but at the moment we need the address of the mappings sent back to qemu so it can interpret the messages on the userfaultfd it reads. Signed-off-by: Dr. David Alan Gilbert --- contrib/libvhost-user/libvhost-user.c | 15 +- hw/virtio/