[libvirt-users] ANNOUNCE: oz 0.7.0 release

2011-09-15 Thread Chris Lalancette
All, I'm pleased to announce release 0.7.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.7.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.6.0 and 0.7.0 are: - Ability to use

Re: [libvirt-users] virDomainDefineXml Issue

2011-09-15 Thread Kiran Javaid
The contents of my xml: for_kiran d636ccee-ca30-11e0-9624-001f160cb28chvm /usr/lib/xen/boot/hvmloader512000 1 > Date: Mon, 12 Sep 2011 12:26:41 +0200 > From: jdene...@redhat.com > To: kiran.jav...@live.c

Re: [libvirt-users] Config Errro when Creating a virtual device attachment to backend

2011-09-15 Thread Osier Yang
? 2011?09?15? 15:30, huachao yao ??: Hi, buddy, I want to create a virtual device attachment to backend. The domain is running, and my code phase is as below: xmlConfiguration= ""; virDomainAttachDevice(dom,xmlConfiguration); Try with tag removed. But the exception "libvir: Domain Con

[libvirt-users] Config Errro when Creating a virtual device attachment to backend

2011-09-15 Thread huachao yao
Hi, buddy, I want to create a virtual device attachment to backend. The domain is running, and my code phase is as below: xmlConfiguration= ""; virDomainAttachDevice(dom,xmlConfiguration); But the exception "libvir: Domain Config error : XML error: unknown device type " happen when running.