From: Eric Blake Date: Tue, 26 Feb 2013 23:31:27 +0000 (-0700) Subject: Revert "S390: Documentation for CCW address type" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=035b0db8bad52045becabfa553f920a069590d55;p=libvirt.git Revert "S390: Documentation for CCW address type" This reverts commit 24aa7f8d11054b7b2e643cf3cd5c80a199764af0. The implementation to match the documentation is not complete yet, and the final design might change the name of the 'schid' attribute. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 12c946858a..595f15174b 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2018,20 +2018,6 @@ of the starting register). Since 0.9.9. -
type='ccw'
-
s390 guests with a machine value of - s390-ccw-virtio use the native CCW bus for I/O devices. - CCW bus addresses have the following additional attributes: - cssid (a hex value between 0 and 0xfe, inclusive), - ssid (a value between 0 and 3, inclusive) and - schid (a hex value between 0 and 0xffff, inclusive). - Partially specified bus addresses are not allowed. - If omitted, libvirt will assign a free bus address with - cssid=0xfe and ssid=0. Virtio devices for s390 must have their - cssid set to 0xfe in order to be recognized by the guest - operating system. - Since 1.0.3. -

Controllers

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 8330a507ff..e7231cc0bf 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -401,10 +401,7 @@ - s390 s390-virtio - s390-ccw - s390-ccw-virtio @@ -3040,19 +3037,6 @@ - - - - - - - - - - - - - @@ -3486,12 +3470,6 @@ - - - ccw - - - @@ -3910,34 +3888,4 @@ - - - - 0x[0-9a-eA-E][0-9a-fA-F]? - - - 0x[fF][0-9a-eA-E]? - - - 0 - 254 - - - - - - (0x)?[0-3] - - - - - - 0x[0-9a-fA-F]{1,4} - - - 0 - 65535 - - -