From 38eec464f874c25e9095d6862d0b459475d9de4d Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 8 Nov 2010 12:27:41 +0100 Subject: [PATCH] schema: Move timer element inside clock Both conf/domain_conf.c and domain XML documentation have elements inside /domain/clock. Change domain.rng schema to be consistent with them. --- docs/schemas/domain.rng | 7 +++---- tests/domainschemadata/timers.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 tests/domainschemadata/timers.xml diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index 890205dead..43c8c44b65 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -354,9 +354,6 @@ - - - @@ -387,7 +384,9 @@ - + + + diff --git a/tests/domainschemadata/timers.xml b/tests/domainschemadata/timers.xml new file mode 100644 index 0000000000..c1baa2ccfe --- /dev/null +++ b/tests/domainschemadata/timers.xml @@ -0,0 +1,28 @@ + + QEMUGuest1 + c7a5fdbd-edaf-9455-926a-d65c16db1809 + 219200 + 219200 + 1 + + hvm + + + + + + + destroy + restart + destroy + + /usr/bin/qemu + + + +
+ + + + + -- GitLab