Daniel P. Berrange
2006-Dec-07 01:20 UTC
[Xen-devel] [PATCH] Fix domain creation with bootloaders
Some of the re-factoring work for XenAPI support in current xen-devel has broken the creation of guests using a bootloader if done via the SEXPR API. The first issue is that ''bootloader'' is classed as legacy unsupported in the XenConfig.py class, and the special fallback processing for it is missing. The second issue apears to be that one of the methods called from _configureBootloader() has changed the format of the data it returns. The reason this was not caught earlier is that ''xm'' typically runs the bootloader client side, but libvirt lets the bootloader run server side and thus hits this bug. I''m attaching a patch which fixes the use of bootloaders for when creating a domain via SEXPR protocol Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Alastair Tse
2006-Dec-07 11:54 UTC
Re: [Xen-devel] [PATCH] Fix domain creation with bootloaders
On Thu, 2006-12-07 at 01:20 +0000, Daniel P. Berrange wrote:> I''m attaching a patch which fixes the use of bootloaders for when creating > a domain via SEXPR protocol > > Signed-off-by: Daniel P. Berrange <berrange@redhat.com>Thanks Dan, I''ve applied these patches to xen-unstable. Cheers, Alastair _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel