[libvirt] [PATCH 0/1] Disk error policy

2010-03-26 Thread David Allan
Here's a revised patch for disk error policy XML incorporating the feedback from Dan and Daniel. Dave David Allan (1): Add disk error policy to domain XML docs/schemas/domain.rng| 12 +++- src/conf/domain_conf.c | 18

[libvirt] [PATCH 0/1] Disk error policy

2010-03-24 Thread David Allan
The following patch adds support for setting the disk error policy to the domain XML and using it when setting up the qemu command line. It specifies the werror=somepolicy,rerror=somepolicy flags to tell qemu what to do in the case of an io error. This patch is my first foray into the setup