Re: [libvirt] [PATCH] phyp: Verify that domain XML contains at least one disk element

2010-10-01 Thread Matthias Bolte
2010/9/30 Eric Blake ebl...@redhat.com: On 09/30/2010 01:18 PM, Matthias Bolte wrote: phypBuildLpar expects that at least one disk element is provided. ---  src/phyp/phyp_driver.c |   18 +++---  1 files changed, 11 insertions(+), 7 deletions(-) diff --git

[libvirt] [PATCH] phyp: Verify that domain XML contains at least one disk element

2010-09-30 Thread Matthias Bolte
phypBuildLpar expects that at least one disk element is provided. --- src/phyp/phyp_driver.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index ab12392..0a7d6f9 100644 --- a/src/phyp/phyp_driver.c +++

Re: [libvirt] [PATCH] phyp: Verify that domain XML contains at least one disk element

2010-09-30 Thread Eric Blake
On 09/30/2010 01:18 PM, Matthias Bolte wrote: phypBuildLpar expects that at least one disk element is provided. --- src/phyp/phyp_driver.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index