- bnc#717650 - Unable to start VM
- Update to Xen 4.1.2_rc2 c/s 23152 - bnc#716695 - domUs using tap devices will not start updated multi-xvdp.patch - Upstream patches from Jan 23803-intel-pmu-models.patch 23800-x86_64-guest-addr-range.patch 23795-intel-ich10-quirk.patch 23804-x86-IPI-counts.patch - bnc#706106 - Inconsistent reporting of VM names during migration xend-migration-domname-fix.patch - bnc#712823 - L3:Xen guest does not start reliable when rebooted xend-vcpu-affinity-fix.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=143
This commit is contained in:
committed by
Git OBS Bridge
parent
679b440be4
commit
800917b5a2
@@ -1,7 +1,7 @@
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/net.h
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/net.h
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/net.h
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/net.h
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/net.h
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/net.h
|
||||
@@ -107,8 +107,8 @@ void net_host_device_add(const char *dev
|
||||
void net_host_device_remove(int vlan_id, const char *device);
|
||||
|
||||
@@ -13,10 +13,10 @@ Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/net.h
|
||||
#endif
|
||||
#ifdef __sun__
|
||||
#define SMBD_COMMAND "/usr/sfw/sbin/smbd"
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/net.c
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/net.c
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/net.c
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/net.c
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/net.c
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/net.c
|
||||
@@ -1759,9 +1759,10 @@ int net_client_init(const char *device,
|
||||
}
|
||||
if (get_param_value(script_arg, sizeof(script_arg), "scriptarg", p) == 0 &&
|
||||
@@ -30,10 +30,10 @@ Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/net.c
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
Index: xen-4.1.1-testing/tools/python/xen/xend/image.py
|
||||
Index: xen-4.1.2-testing/tools/python/xen/xend/image.py
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/python/xen/xend/image.py
|
||||
+++ xen-4.1.1-testing/tools/python/xen/xend/image.py
|
||||
--- xen-4.1.2-testing.orig/tools/python/xen/xend/image.py
|
||||
+++ xen-4.1.2-testing/tools/python/xen/xend/image.py
|
||||
@@ -912,11 +912,13 @@ class HVMImageHandler(ImageHandler):
|
||||
mac = devinfo.get('mac')
|
||||
if mac is None:
|
||||
@@ -51,10 +51,10 @@ Index: xen-4.1.1-testing/tools/python/xen/xend/image.py
|
||||
vifname = devinfo.get('vifname')
|
||||
if vifname:
|
||||
vifname = "tap-" + vifname
|
||||
Index: xen-4.1.1-testing/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
Index: xen-4.1.2-testing/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
+++ xen-4.1.1-testing/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
--- xen-4.1.2-testing.orig/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
+++ xen-4.1.2-testing/tools/ioemu-qemu-xen/i386-dm/qemu-ifup-Linux
|
||||
@@ -1,36 +1,22 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
Reference in New Issue
Block a user