- bnc#782835 - Xen HVM Guest fails (errors) to launch on Opensuse
12.2 + Xen 4.2 + 'xl' toolstack xen-pygrub-grub-args.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=208
This commit is contained in:
parent
61653f6441
commit
e28f3504fe
@ -2,7 +2,7 @@ Index: xen-4.2.0-testing/tools/hotplug/Linux/init.d/xencommons
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- xen-4.2.0-testing.orig/tools/hotplug/Linux/init.d/xencommons
|
--- xen-4.2.0-testing.orig/tools/hotplug/Linux/init.d/xencommons
|
||||||
+++ xen-4.2.0-testing/tools/hotplug/Linux/init.d/xencommons
|
+++ xen-4.2.0-testing/tools/hotplug/Linux/init.d/xencommons
|
||||||
@@ -60,21 +60,26 @@ do_start () {
|
@@ -54,21 +54,26 @@ do_start () {
|
||||||
local time=0
|
local time=0
|
||||||
local timeout=30
|
local timeout=30
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ Index: xen-4.2.0-testing/stubdom/Makefile
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- xen-4.2.0-testing.orig/stubdom/Makefile
|
--- xen-4.2.0-testing.orig/stubdom/Makefile
|
||||||
+++ xen-4.2.0-testing/stubdom/Makefile
|
+++ xen-4.2.0-testing/stubdom/Makefile
|
||||||
@@ -398,7 +398,7 @@ install-grub: pv-grub
|
@@ -396,7 +396,7 @@ install-grub: pv-grub
|
||||||
|
|
||||||
install-xenstore: xenstore-stubdom
|
install-xenstore: xenstore-stubdom
|
||||||
$(INSTALL_DIR) "$(DESTDIR)/usr/lib/xen/boot"
|
$(INSTALL_DIR) "$(DESTDIR)/usr/lib/xen/boot"
|
||||||
|
13
xen-pygrub-grub-args.patch
Normal file
13
xen-pygrub-grub-args.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: xen-4.2.0-testing/tools/pygrub/src/pygrub
|
||||||
|
===================================================================
|
||||||
|
--- xen-4.2.0-testing.orig/tools/pygrub/src/pygrub
|
||||||
|
+++ xen-4.2.0-testing/tools/pygrub/src/pygrub
|
||||||
|
@@ -623,7 +623,7 @@ def run_grub(file, entry, fs, arg):
|
||||||
|
if img.args:
|
||||||
|
grubcfg["args"] += img.args
|
||||||
|
if arg:
|
||||||
|
- grubcfg["args"] += " " + args
|
||||||
|
+ grubcfg["args"] += " " + arg
|
||||||
|
|
||||||
|
return grubcfg
|
||||||
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 8 07:53:24 MDT 2012 - carnold@novell.com
|
||||||
|
|
||||||
|
- bnc#782835 - Xen HVM Guest fails (errors) to launch on Opensuse
|
||||||
|
12.2 + Xen 4.2 + 'xl' toolstack
|
||||||
|
xen-pygrub-grub-args.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 8 14:21:59 CEST 2012 - ohering@suse.de
|
Mon Oct 8 14:21:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
3
xen.spec
3
xen.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xen
|
Name: xen
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%define xvers 4.2
|
%define xvers 4.2
|
||||||
@ -251,6 +250,7 @@ Patch379: xend-migration-domname-fix.patch
|
|||||||
Patch380: xm-create-maxmem.patch
|
Patch380: xm-create-maxmem.patch
|
||||||
Patch381: vif-bridge-tap-fix.patch
|
Patch381: vif-bridge-tap-fix.patch
|
||||||
Patch382: xend-cpuid.patch
|
Patch382: xend-cpuid.patch
|
||||||
|
Patch383: xen-pygrub-grub-args.patch
|
||||||
# ioemu part of blktap patch series
|
# ioemu part of blktap patch series
|
||||||
Patch410: ioemu-blktap-fv-init.patch
|
Patch410: ioemu-blktap-fv-init.patch
|
||||||
Patch411: ioemu-blktap-image-format.patch
|
Patch411: ioemu-blktap-image-format.patch
|
||||||
@ -736,6 +736,7 @@ tar xfj %{SOURCE6} -C $RPM_BUILD_DIR/%{xen_build_dir}/tools
|
|||||||
%patch380 -p1
|
%patch380 -p1
|
||||||
%patch381 -p1
|
%patch381 -p1
|
||||||
%patch382 -p1
|
%patch382 -p1
|
||||||
|
%patch383 -p1
|
||||||
%patch410 -p1
|
%patch410 -p1
|
||||||
%patch411 -p1
|
%patch411 -p1
|
||||||
%patch412 -p1
|
%patch412 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user