- 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/python/xen/xm/create.py
|
||||
Index: xen-4.1.2-testing/tools/python/xen/xm/create.py
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/python/xen/xm/create.py
|
||||
+++ xen-4.1.1-testing/tools/python/xen/xm/create.py
|
||||
--- xen-4.1.2-testing.orig/tools/python/xen/xm/create.py
|
||||
+++ xen-4.1.2-testing/tools/python/xen/xm/create.py
|
||||
@@ -535,6 +535,21 @@ gopts.var('usbdevice', val='NAME',
|
||||
fn=set_value, default='',
|
||||
use="Name of USB device to add?")
|
||||
@@ -32,10 +32,10 @@ Index: xen-4.1.1-testing/tools/python/xen/xm/create.py
|
||||
'xauthority', 'xen_extended_power_mgmt', 'xen_platform_pci',
|
||||
'memory_sharing' ]
|
||||
|
||||
Index: xen-4.1.1-testing/tools/python/xen/xm/xenapi_create.py
|
||||
Index: xen-4.1.2-testing/tools/python/xen/xm/xenapi_create.py
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/python/xen/xm/xenapi_create.py
|
||||
+++ xen-4.1.1-testing/tools/python/xen/xm/xenapi_create.py
|
||||
--- xen-4.1.2-testing.orig/tools/python/xen/xm/xenapi_create.py
|
||||
+++ xen-4.1.2-testing/tools/python/xen/xm/xenapi_create.py
|
||||
@@ -1113,7 +1113,9 @@ class sxp2xml:
|
||||
'xen_platform_pci',
|
||||
'tsc_mode'
|
||||
@@ -47,10 +47,10 @@ Index: xen-4.1.1-testing/tools/python/xen/xm/xenapi_create.py
|
||||
]
|
||||
|
||||
platform_configs = []
|
||||
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
|
||||
@@ -866,7 +866,8 @@ class HVMImageHandler(ImageHandler):
|
||||
|
||||
dmargs = [ 'boot', 'fda', 'fdb', 'soundhw',
|
||||
@@ -69,10 +69,10 @@ Index: xen-4.1.1-testing/tools/python/xen/xend/image.py
|
||||
|
||||
# Handle booleans gracefully
|
||||
if a in ['localtime', 'std-vga', 'isa', 'usb', 'acpi']:
|
||||
Index: xen-4.1.1-testing/tools/python/xen/xend/XendConfig.py
|
||||
Index: xen-4.1.2-testing/tools/python/xen/xend/XendConfig.py
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/python/xen/xend/XendConfig.py
|
||||
+++ xen-4.1.1-testing/tools/python/xen/xend/XendConfig.py
|
||||
--- xen-4.1.2-testing.orig/tools/python/xen/xend/XendConfig.py
|
||||
+++ xen-4.1.2-testing/tools/python/xen/xend/XendConfig.py
|
||||
@@ -191,6 +191,8 @@ XENAPI_PLATFORM_CFG_TYPES = {
|
||||
'xen_platform_pci': int,
|
||||
"gfx_passthru": int,
|
||||
@@ -82,10 +82,10 @@ Index: xen-4.1.1-testing/tools/python/xen/xend/XendConfig.py
|
||||
}
|
||||
|
||||
# Xen API console 'other_config' keys.
|
||||
Index: xen-4.1.1-testing/tools/libxl/libxl_dm.c
|
||||
Index: xen-4.1.2-testing/tools/libxl/libxl_dm.c
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/libxl/libxl_dm.c
|
||||
+++ xen-4.1.1-testing/tools/libxl/libxl_dm.c
|
||||
--- xen-4.1.2-testing.orig/tools/libxl/libxl_dm.c
|
||||
+++ xen-4.1.2-testing/tools/libxl/libxl_dm.c
|
||||
@@ -117,6 +117,12 @@ static char ** libxl_build_device_model_
|
||||
flexarray_vappend(dm_args, "-usbdevice", info->usbdevice, NULL);
|
||||
}
|
||||
@@ -112,10 +112,10 @@ Index: xen-4.1.1-testing/tools/libxl/libxl_dm.c
|
||||
if (info->soundhw) {
|
||||
flexarray_vappend(dm_args, "-soundhw", info->soundhw, NULL);
|
||||
}
|
||||
Index: xen-4.1.1-testing/tools/libxl/libxl.idl
|
||||
Index: xen-4.1.2-testing/tools/libxl/libxl.idl
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/libxl/libxl.idl
|
||||
+++ xen-4.1.1-testing/tools/libxl/libxl.idl
|
||||
--- xen-4.1.2-testing.orig/tools/libxl/libxl.idl
|
||||
+++ xen-4.1.2-testing/tools/libxl/libxl.idl
|
||||
@@ -164,6 +164,8 @@ libxl_device_model_info = Struct("device
|
||||
("vcpu_avail", integer, False, "vcpus actually available"),
|
||||
("xen_platform_pci", integer, False, "enable/disable the xen platform pci device"),
|
||||
@@ -125,10 +125,10 @@ Index: xen-4.1.1-testing/tools/libxl/libxl.idl
|
||||
],
|
||||
comment=
|
||||
"""Device Model information.
|
||||
Index: xen-4.1.1-testing/tools/libxl/xl_cmdimpl.c
|
||||
Index: xen-4.1.2-testing/tools/libxl/xl_cmdimpl.c
|
||||
===================================================================
|
||||
--- xen-4.1.1-testing.orig/tools/libxl/xl_cmdimpl.c
|
||||
+++ xen-4.1.1-testing/tools/libxl/xl_cmdimpl.c
|
||||
--- xen-4.1.2-testing.orig/tools/libxl/xl_cmdimpl.c
|
||||
+++ xen-4.1.2-testing/tools/libxl/xl_cmdimpl.c
|
||||
@@ -365,6 +365,8 @@ static void printf_info(int domid,
|
||||
printf("\t\t\t(usb %d)\n", dm_info->usb);
|
||||
printf("\t\t\t(usbdevice %s)\n", dm_info->usbdevice);
|
||||
|
Reference in New Issue
Block a user