@@ -80,29 +80,23 @@ Spec Functional:
8080 This effects the {SET,GET}_VQUEUE messages
8181
8282Spec Editorial:
83+ * Major restructure to better align with virtio spec
84+ * Conformance model now matches
85+ * Use C structures to define messages instead of tables
8386* Added a section to describe how responses are matched to requests
8487 This includes the use of the new token field
85- * Redefined / better described error handling between to transport and bus
88+ * Redefined / better described error handling between transport and bus
8689 layers to eliminate the need for the bus to generate fake response messages
87- * Included editorial feedback from Matias
88- * Included much of Peter's editorial feedback, some items are still pending
90+ * Included editorial feedback from RFC2
8991
9092Eco-system:
9193* Add virtio-msg-loopback demo
9294* Arm has published the first draft of the virtio-msg over FFA spec
93- * virtio-msg over FFA has been demonstrated with both Trusty and OP-TEE
95+ * virtio-msg over FFA has been demonstrated with both Trusty and OP-TEE
9496 secure world
9597* QEMU RFCv1 has been sent
9698* LKML RFCs have been sent
9799
98- This series is a work in progress and we acknowledge at least the following
99- issues we need to work on:
100-
101- * Better conformance documentation
102- * Moving the Arm ltd virtio-msg FFA spec from Alpha to at least Beta level
103- * Publish virtio-msg-amp data structures and messages somewhere
104- * Align implementations to this version and send PATCH v1 (non-rfc)
105-
106100Background info and work in progress implementations:
107101* HVAC project page with intro slides [1]
108102* HVAC demo repo w/ instructions in README.md [2]
0 commit comments