loose the boot tag when defining a fully virtualized xen domain
Daniel
+Fri Mar 7 10:22:00 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+ * src/xend_internal.c: applied patch from Cole Robinson to not
+ loose the boot tag when defining a fully virtualized xen domain
+
Tue Mar 4 20:01:00 UTC 2008 Richard W.M. Jones <rjones@redhat.com>
Make iSCSI login actually work
if (hvm)
virBufferVSprintf(buf, " <loader>%s</loader>\n", loader);
- if (kernel) {
+ if ((kernel) && ((!loader) || (STRNEQ(kernel, loader)))) {
virBufferVSprintf(buf, " <kernel>%s</kernel>\n", kernel);
if (initrd && initrd[0])
virBufferVSprintf(buf, " <initrd>%s</initrd>\n", initrd);