summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-23title: update previous version to cs01mstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@463 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23makediff: cherry-pick some changes to avoid markupmstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@462 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23makediff: exit on makediff.sh failuremstsirkin
Properly propagate errors from sub-scripts. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@461 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23makediff: works well. todo: fix commit idsmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@460 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23formatting: mark change manually as changed in cs02mstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@459 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23commands: add DIFdeltextcstwo/DIFaddtextcstwomstsirkin
Can be used to manually mark up cs02 changes where latexdiff didn't go a good job. We make them nop outside latexdiff. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@458 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23tweak dgilbet's name, for consistencymstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@457 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23cl-os: prepare changelog for v1.0 cs02mstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@456 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23acknowledgements: acknowledge dgilbertmstsirkin
For reporting VIRTIO-120 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@455 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23add legacy tag for makediff between cs02 and cs01mstsirkin
This is here merely as a work-around for latex-diff producing broken cross-references when labels are re-named. Not needed on trunk. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@454 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23cl: remove changelog for cs01.mstsirkin
will replace with new changelog. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@453 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23formatting: escape \ldots in lstlistingmstsirkin
\ldots does not work within lstlisting, the result is \ldots verbatim in the PDF output. To fix, make $ an escape character, and escape the sequence: $\ldots$ VIRTIO-115 Cc: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@452 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-23Revert "formatting: drop \ldots in lstlisting"mstsirkin
This reverts commit 9327a1c9966ec9752aaafa420c7bf2b345cdc9fe. git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@451 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-22ccw: two-stage indicators for legacy devicesmstsirkin
Some legacy devices will support two-stage queue indicators and therefore won't reject CCW_CMD_SET_IND_ADAPTER. Note this. VIRTIO-127 Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@450 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-22block: fixup section levelsmstsirkin
The specification for the configuration layout for block devices should be its own subsection as for all other devices and not be hidden beneath "Feature bits". The normative sections for device operation should appear under the device operation section. VIRTIO-125 Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@449 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-22virtio: fix used element sizemstsirkin
General ring description lists size for used ring elements as 4, it must be 8. VIRTIO-120 Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@448 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-22formatting: drop \ldots in lstlistingmstsirkin
\ldots does not work within lstlisting, the result is \ldots verbatim in the PDF output. To fix, replace with a literal ... VIRTIO-115 Cc: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@447 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-22makediff: fix up using git-svn commit IDsmstsirkin
It turns out makediff.sh used commit IDs that weren't pushed to svn. commit ID changes on dcommit so these don't work. Rewrite using correct commit IDs from git svn. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@446 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-12-18v1.0 branch - bugfixes for 1.0 onlymstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@437 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19makediff: fix up to cherry-picksmstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@435 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19makediff: skip change adding WD # for CSmstsirkin
diffs in too many places, looks ugly. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@434 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19REVISION: update date to when ballot closedmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@433 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19title: add link to other work by TCmstsirkin
add: Any other numbered Versions and other technical work produced by the Technical Committee (TC) are listed at https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#technical. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@432 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19make-setup: add missing WD number of CS filesmstsirkin
E.g. committee specification 01, not committee specification. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@431 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19Update revision and date for cs01mstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@430 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19makediff: force revision and date in environmentmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@429 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-10-19makeall: document cs as optionmstsirkin
it's already supported, just undocumented git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@428 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31makediff: mask more changelog changesmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@427 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31changelog: list change adding brian foleymstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@426 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31acknowledgements: add cross referencemstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@425 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31makediff; mask changes in title, changelogmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@424 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31add cross references to changelogmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@423 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31makediff: fix diff generation for mmio sectionmstsirkin
teach script that last argument to "mmio" macro is text Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@422 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31changelog: update with changes since draft03mstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@421 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31makediff: update after csprd03mstsirkin
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@420 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31title: update previous version linkmstsirkin
csprd02->csprd03 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@419 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31acknowledge input from Brian Foleymstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@418 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-31VIRTIO-110: ARM's feedback for MMIO chapter, clarificationsmstsirkin
Those changes do not add nor remove any features and constitutes only error correction and editorial changes. * Extra clarifications for QueueReady and ConfigGeneration * Added alignment requirement section, to formalise hidden assumptions about register accesses Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@417 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-05VIRTIO-110: ARM's feedback for MMIO chapter, legacy sectionhornet
This patch makes clear that the legacy section is non-normative, removing all MUSTs. Those changes do not add nor remove any features and constitues only error correction and editorial changes. Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@416 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-05VIRTIO-110: ARM's feedback for MMIO chapter, trivial changeshornet
Those changes do not add nor remove any features and constitutes only error correction and editorial changes. * Typos and language mistakes in 4.2, 4.2.1, 4.2.2 and 4.2.2.2. * Extra clarifications for InterruptACK. Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@415 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-04legacy: grammar fixupmstsirkin
Legacy devices are "they" not "it". VIRTIO-113 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@414 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-08-04legacy: consistently use past tensemstsirkin
Paragraph with general description of feature negotiation for legacy devices mixed present and past tense. As rest of legacy sections all use past tense, fix the only instance of the present tense: s/do/did/ for consistency. It might be argued that legacy devices still have these properties so present tense is more appropriate, on the other hand, using the past tense helps stress the fact that current spec does not attempt to fully describe the legacy device/driver behaviour: this text is only here to serve as motivation for the transitional device/driver requirements. VIRTIO-112 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@413 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30VIRTIO-111: Fix minor typosmstsirkin
Fix minor typos as reported in ARM's feedback. Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@412 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30REVISION: update for csprd03mstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@411 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30REVISION: update for csd03mstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@410 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30Revert "VIRTIO-111: Fix minor typos"mstsirkin
This reverts commit 8a3d1521930d9dacca4972d591ff720d614e37e8. Was not in CSD03, will re-apply immediately after updating REVISION. git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@409 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30suppress diff for list of chairsmstsirkin
output looks ugly, and this isn't of interest for reviewers git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@408 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-30title page fixes for csd03mstsirkin
Address comments by Paul Knight: - list Rusty as an editor as well - add MST as co-chair git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@407 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-07-23VIRTIO-111: Fix minor typoshornet
Fix minor typos as reported in ARM's feedback. Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@406 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
2014-06-27setup: allow overriding date from environmentmstsirkin
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@405 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652