]> git.ipfire.org Git - thirdparty/libvirt.git/commit
schema: rename uint8range/uint24range to uint8/uint24
authorLaine Stump <laine@laine.org>
Tue, 22 Mar 2016 16:00:40 +0000 (12:00 -0400)
committerLaine Stump <laine@laine.org>
Thu, 14 Apr 2016 18:00:33 +0000 (14:00 -0400)
commitf97a03e70c451b669acf773140d2b59866170d70
tree37243b64b35db221ac82432e7a81e94670afaa66
parent51156bcff371b2622465a0de269872f7779295cf
schema: rename uint8range/uint24range to uint8/uint24

nwfilter.rng defines uint16range and uint32range, but in a different
manner (it also allows a variable name as the value, rather than just
a decimal or hex number). I wanted to add uint16range to
basictypes.rng, but my desired definition was parallel to those for
uint8range and uint24range which are defined in basictypes.rng - they
*don't* allow a variable name for the value.

The simplest path to make everyone happy is to make the "plain"
versions in basictypes.rng have simpler names - "uint8", "uint16", and
"uint24". This patch renames uint8range and uint24range to uint8 and
uint24, while the next patch will add uint16.
docs/schemas/basictypes.rng
docs/schemas/domaincommon.rng
docs/schemas/networkcommon.rng
docs/schemas/nwfilter.rng