qemu-patch-raspberry4/hw/rdma
Yuval Shaia 751522275a hw/rdma: Make distinction between device init and start modes
There are certain operations that are well considered as part of device
configuration while others are needed only when "start" command is
triggered by the guest driver. An example of device initialization step
is msix_init and example of "device start" stage is the creation of a CQ
completion handler thread.

Driver expects such distinction - implement it.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20180805153518.2983-2-yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2018-08-18 17:59:23 +03:00
..
vmw hw/rdma: Make distinction between device init and start modes 2018-08-18 17:59:23 +03:00
Makefile.objs hw/rdma: Implementation of PVRDMA device 2018-02-19 13:03:24 +02:00
rdma_backend.c hw/rdma: Make distinction between device init and start modes 2018-08-18 17:59:23 +03:00
rdma_backend.h hw/rdma: Make distinction between device init and start modes 2018-08-18 17:59:23 +03:00
rdma_backend_defs.h hw/rdma: Make distinction between device init and start modes 2018-08-18 17:59:23 +03:00
rdma_rm.c hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME 2018-05-03 20:52:29 +03:00
rdma_rm.h rdma: fix up include directives 2018-03-23 18:38:55 +03:00
rdma_rm_defs.h hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME 2018-05-03 20:52:29 +03:00
rdma_utils.c hw/rdma: Fix 32-bit compilation 2018-03-23 18:38:55 +03:00
rdma_utils.h rdma: fix up include directives 2018-03-23 18:38:55 +03:00
trace-events hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00