summaryrefslogtreecommitdiffstats
path: root/hw/remote/trace-events
diff options
context:
space:
mode:
authorJagannathan Raman2022-06-13 22:26:29 +0200
committerStefan Hajnoczi2022-06-15 17:43:42 +0200
commit90072f29d677d60694cad09c1d648f38a1e20456 (patch)
tree9558b4442be8f20485c56e0d19c9e4711952eb08 /hw/remote/trace-events
parentvfio-user: run vfio-user context (diff)
downloadqemu-90072f29d677d60694cad09c1d648f38a1e20456.tar.gz
qemu-90072f29d677d60694cad09c1d648f38a1e20456.tar.xz
qemu-90072f29d677d60694cad09c1d648f38a1e20456.zip
vfio-user: handle PCI config space accesses
Define and register handlers for PCI config space accesses 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: be9d2ccf9b1d24e50dcd9c23404dbf284142cec7.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-events2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/remote/trace-events b/hw/remote/trace-events
index 7da12f0d96..2ef7884346 100644
--- a/hw/remote/trace-events
+++ b/hw/remote/trace-events
@@ -5,3 +5,5 @@ mpqemu_recv_io_error(int cmd, int size, int nfds) "failed to receive %d size %d,
# vfio-user-obj.c
vfu_prop(const char *prop, const char *val) "vfu: setting %s as %s"
+vfu_cfg_read(uint32_t offset, uint32_t val) "vfu: cfg: 0x%u -> 0x%x"
+vfu_cfg_write(uint32_t offset, uint32_t val) "vfu: cfg: 0x%u <- 0x%x"