From: Laine Stump Date: Tue, 30 Mar 2010 11:47:39 +0000 (+0200) Subject: Add timer element to domain schema X-Git-Tag: v0.8.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188af565ddbefe7a24d27c61722ec1a823a9a88e;p=thirdparty%2Flibvirt.git Add timer element to domain schema timers are sub-elements of clocks. A clock can have zero or more instances of timer. Within the timer, only the name attribute is required; all other attributes are optional. A simpler representation of a timer element is: frequency is a ulong. All other attributes are simple enums. --- diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index e59e103f46..d80430153d 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -295,6 +295,9 @@ + + + @@ -329,7 +332,62 @@ -