Re: [libvirt] [PATCH] qemu: Fail if per-device boot is used but deviceboot is not supported

2011-01-19 Thread Jiri Denemark
On Wed, Jan 19, 2011 at 07:48:13 -0700, Eric Blake wrote: > On 01/19/2011 07:07 AM, Jiri Denemark wrote: > > --- > > src/qemu/qemu_command.c |7 +++ > > 1 files changed, 7 insertions(+), 0 deletions(-) > > > > diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c > > index 24acc1

Re: [libvirt] [PATCH] qemu: Fail if per-device boot is used but deviceboot is not supported

2011-01-19 Thread Eric Blake
On 01/19/2011 07:07 AM, Jiri Denemark wrote: > --- > src/qemu/qemu_command.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c > index 24acc10..537e537 100644 > --- a/src/qemu/qemu_command.c > +++ b/src/qemu/qemu_

[libvirt] [PATCH] qemu: Fail if per-device boot is used but deviceboot is not supported

2011-01-19 Thread Jiri Denemark
--- src/qemu/qemu_command.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 24acc10..537e537 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -2949,6 +2949,13 @@ qemuBuildCommandLine(virConn