From a9e4ea94f11685271915e8b1e358a9e1118e3788 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 10 Dec 2009 19:19:08 +0000 Subject: [PATCH] Add address info to sound, video and watchdog devices Add the virDomainDeviceAddress information to the sound, video and watchdog devices. This means all of them gain the new XML element
This brings them upto par with disk/net/hostdev devices which already have address info * src/conf/domain_conf.h: Add virDomainDeviceAddress to sound, video & watchdog device struts. * src/conf/domain_conf.c: Hook up parsing/formatting for virDomainDeviceAddress in sound, video & watchdog devices * docs/schemas/domain.rng: Associate device address info with sound, video & watchdog --- docs/schemas/domain.rng | 9 +++++++ src/conf/domain_conf.c | 54 ++++++++++++++++++++++++++++++++++------- src/conf/domain_conf.h | 3 +++ 3 files changed, 57 insertions(+), 9 deletions(-) diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng index f42658751f..dd729c0dff 100644 --- a/docs/schemas/domain.rng +++ b/docs/schemas/domain.rng @@ -907,6 +907,9 @@ + + +