[libvirt] [PATCH v5 1/2] conf: add startupPolicy attribute for harddisk

2013-07-31 Thread Guannan Ren
Add startupPolicy attribute policy for harddisk with type file, block and dir. 'requisite' is not supported currently for hardisk. --- docs/formatdomain.html.in | 8 ++-- docs/schemas/domaincommon.rng | 6 ++ src/conf/domain_conf.c| 31 +++ 3

Re: [libvirt] [PATCH v5 1/2] conf: add startupPolicy attribute for harddisk

2013-07-31 Thread Martin Kletzander
On 07/31/2013 09:51 AM, Guannan Ren wrote: Add startupPolicy attribute policy for harddisk with type file, s/policy// block and dir. 'requisite' is not supported currently for hardisk. s/hardisk/harddisk/ --- docs/formatdomain.html.in | 8 ++-- docs/schemas/domaincommon.rng |