Skip to content

Commit ff6f386

Browse files
committed
email: adjust cover letter for PATCH v1
* Update cover letter * Update email subject title Signed-off-by: Bill Mills <bill.mills@linaro.org>
1 parent e52dccc commit ff6f386

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

.prjinfo/sendmail/cover.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,29 +80,23 @@ Spec Functional:
8080
This effects the {SET,GET}_VQUEUE messages
8181

8282
Spec 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

9092
Eco-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-
106100
Background info and work in progress implementations:
107101
* HVAC project page with intro slides [1]
108102
* HVAC demo repo w/ instructions in README.md [2]

.prjinfo/sendmail/send.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
PREFIX="PATCH RFC v3"
3+
PREFIX="PATCH v1"
44
SUBJECT="virtio-msg transport layer"
55
ME="$(git config --get user.name) <$(git config --get user.email)>"
66
ME2="Mr Fake <wm.a.mills+mrfake@gmail.com>"
@@ -14,7 +14,7 @@ Alex Bennee <alex.bennee@linaro.org>"
1414

1515
BRANCH=$(git rev-parse --abbrev-ref HEAD)
1616
SINCE=${BRANCH}-patch-base
17-
IGNORE_TOP=0
17+
IGNORE_TOP=1
1818

1919
MY_DIR=$(dirname $0)
2020
BASE_DIR=$(cd $MY_DIR/../..; pwd)

0 commit comments

Comments
 (0)