Parts of this can be a kind of reuse, if good specifications already exist
If modification "upstream" is not feasible then reuse through references plus additional information is a useful compromise.
This is a very useful way to create a formal specification that fits exactly to ones needs while avoiding proliferation of multiple overlapping documents. It is a kind of "meta-specification" that is one level above and refers to others. (Normally a "meta-specification" probably means a specification that defines how specifications should be written, so perhaps there is a better name for this).
Follow chapter x.y in [VIRTIO] ← this is reference to a particular version of course) .
Assumptions made about the architecture, use-cases.
Limits to applicability, etc.
3. General requirements
Automotive requirements to be met (general)
3.1 Serial Device
3.1.1 Standard Serial Device
REQ-1: Follow chapter x.y in [VIRTIO]
3.1.2 Network device exposed as serial device
For this special type there are some additional requirements.
REQ-2: The virtual device MUST provide an auxiliary programming interface (e.g. ioctl on POSIX) with the following feature:
3.2 Block Device
REQ-3: Follow chapter 4.5.6 in [VIRTIO] plus chapter 4.2.1 in [Other spec]
REQ-4: For the case when there are conflicting requirements (note: disk performance, chapter 4.9.9), the requirement in [Other spec] shall take precedence.
REQ-5: Device type FOO listed as optional, shall be mandatory.