Re: [libvirt] [PATCH] qemu: Prohibit migration of guests with host devices

2010-10-14 Thread Daniel P. Berrange
On Thu, Oct 14, 2010 at 11:45:37AM +0200, Daniel Veillard wrote: > On Thu, Oct 14, 2010 at 09:59:18AM +0100, Daniel P. Berrange wrote: > > On Thu, Oct 14, 2010 at 09:38:27AM +0200, Jiri Denemark wrote: > > > Explicitly raising a nice error in the case user tries to migrate a > > > guest with assign

Re: [libvirt] [PATCH] qemu: Prohibit migration of guests with host devices

2010-10-14 Thread Jiri Denemark
> > Explicitly raising a nice error in the case user tries to migrate a > > guest with assigned host devices is much better than waiting for a > > mysterious error with no clue for the reason. > > ACK, good idea. Thanks, pushed. Jirka -- libvir-list mailing list libvir-list@redhat.com https://w

Re: [libvirt] [PATCH] qemu: Prohibit migration of guests with host devices

2010-10-14 Thread Daniel Veillard
On Thu, Oct 14, 2010 at 09:59:18AM +0100, Daniel P. Berrange wrote: > On Thu, Oct 14, 2010 at 09:38:27AM +0200, Jiri Denemark wrote: > > Explicitly raising a nice error in the case user tries to migrate a > > guest with assigned host devices is much better than waiting for a > > mysterious error wi

Re: [libvirt] [PATCH] qemu: Prohibit migration of guests with host devices

2010-10-14 Thread Daniel P. Berrange
On Thu, Oct 14, 2010 at 09:38:27AM +0200, Jiri Denemark wrote: > Explicitly raising a nice error in the case user tries to migrate a > guest with assigned host devices is much better than waiting for a > mysterious error with no clue for the reason. > --- > src/qemu/qemu_driver.c | 19 ++

[libvirt] [PATCH] qemu: Prohibit migration of guests with host devices

2010-10-14 Thread Jiri Denemark
Explicitly raising a nice error in the case user tries to migrate a guest with assigned host devices is much better than waiting for a mysterious error with no clue for the reason. --- src/qemu/qemu_driver.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git