summaryrefslogtreecommitdiffstats
path: root/hw/remote/trace-events
diff options
context:
space:
mode:
authorJagannathan Raman2022-06-13 22:26:25 +0200
committerStefan Hajnoczi2022-06-15 17:43:42 +0200
commit8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131 (patch)
treec06eadbfa3d68d5ee966ce4b2bf90dc5a22fef4b /hw/remote/trace-events
parentvfio-user: build library (diff)
downloadqemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.gz
qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.xz
qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.zip
vfio-user: define vfio-user-server object
Define vfio-user object which is remote process server for QEMU. Setup object initialization functions and properties necessary to instantiate the object Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com> Signed-off-by: John G Johnson <john.g.johnson@oracle.com> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: e45a17001e9b38f451543a664ababdf860e5f2f2.1655151679.git.jag.raman@oracle.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/remote/trace-events')
-rw-r--r--hw/remote/trace-events3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/remote/trace-events b/hw/remote/trace-events
index 0b23974f90..7da12f0d96 100644
--- a/hw/remote/trace-events
+++ b/hw/remote/trace-events
@@ -2,3 +2,6 @@
mpqemu_send_io_error(int cmd, int size, int nfds) "send command %d size %d, %d file descriptors to remote process"
mpqemu_recv_io_error(int cmd, int size, int nfds) "failed to receive %d size %d, %d file descriptors to remote process"
+
+# vfio-user-obj.c
+vfu_prop(const char *prop, const char *val) "vfu: setting %s as %s"