- Update to Xen 4.7 RC1
xen-4.7.0-testing-src.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=426
This commit is contained in:
parent
ad4da5f656
commit
eb83ba8f31
@ -22,7 +22,7 @@ Index: xen-4.7.0-testing/docs/man/xl.cfg.pod.5
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/docs/man/xl.cfg.pod.5
|
||||
+++ xen-4.7.0-testing/docs/man/xl.cfg.pod.5
|
||||
@@ -1242,6 +1242,15 @@ Requires device_model_version=qemu-xen.
|
||||
@@ -1268,6 +1268,15 @@ Requires device_model_version=qemu-xen.
|
||||
|
||||
=back
|
||||
|
||||
@ -42,7 +42,7 @@ Index: xen-4.7.0-testing/tools/libxl/libxl.h
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/libxl.h
|
||||
+++ xen-4.7.0-testing/tools/libxl/libxl.h
|
||||
@@ -940,6 +940,14 @@ void libxl_mac_copy(libxl_ctx *ctx, libx
|
||||
@@ -947,6 +947,14 @@ void libxl_mac_copy(libxl_ctx *ctx, libx
|
||||
#define LIBXL_HAVE_CHECKPOINTED_STREAM 1
|
||||
|
||||
/*
|
||||
@ -143,7 +143,7 @@ Index: xen-4.7.0-testing/tools/libxl/libxl_internal.h
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/libxl_internal.h
|
||||
+++ xen-4.7.0-testing/tools/libxl/libxl_internal.h
|
||||
@@ -2315,6 +2315,8 @@ _hidden const char *libxl__xen_config_di
|
||||
@@ -2314,6 +2314,8 @@ _hidden const char *libxl__xen_config_di
|
||||
_hidden const char *libxl__xen_script_dir_path(void);
|
||||
_hidden const char *libxl__lock_dir_path(void);
|
||||
_hidden const char *libxl__run_dir_path(void);
|
||||
@ -189,7 +189,7 @@ Index: xen-4.7.0-testing/tools/libxl/xl_cmdimpl.c
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/xl_cmdimpl.c
|
||||
+++ xen-4.7.0-testing/tools/libxl/xl_cmdimpl.c
|
||||
@@ -1680,12 +1680,17 @@ static void parse_config_data(const char
|
||||
@@ -1562,12 +1562,17 @@ static void parse_config_data(const char
|
||||
|
||||
xlu_cfg_replace_string (config, "firmware_override",
|
||||
&b_info->u.hvm.firmware, 0);
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d07d42c2aa44e6e424a9b01d8778b908e2994860e2a24bf3f3ec15adc85a3315
|
||||
size 2877767
|
||||
oid sha256:83c7a64afdf707e68377bd9bc75be1c18bce37d78ea2440cabd143e40b0a5bea
|
||||
size 2877717
|
||||
|
@ -11,7 +11,7 @@ Index: xen-4.7.0-testing/tools/libxl/libxl.c
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/libxl.c
|
||||
+++ xen-4.7.0-testing/tools/libxl/libxl.c
|
||||
@@ -2826,6 +2826,8 @@ static void device_disk_add(libxl__egc *
|
||||
@@ -2559,6 +2559,8 @@ static void device_disk_add(libxl__egc *
|
||||
flexarray_append_pair(back, "discard-enable",
|
||||
libxl_defbool_val(disk->discard_enable) ?
|
||||
"1" : "0");
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:879d9d369e718cdb7b1dcda2b051609ca59f9c89e1ae1160bdedf19bf2914f72
|
||||
size 256337
|
||||
oid sha256:5420c134f5eac4587563b013e875ff8e1acd4572d479fb4e9531d14dd795bddb
|
||||
size 256325
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc6bd72f1447c6e9f3b864c12032b0b7a2462a7681c60501a8c0b77d03027467
|
||||
size 3237713
|
||||
oid sha256:cb1c19151f40a9b6a1a04d64220fd192d3ea6df116932b912527d6795101a0ef
|
||||
size 3236878
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6caced4968291b7097ad760f463d5631d03d3633c63a4b0d80e0f7a480c16d
|
||||
size 17477537
|
||||
oid sha256:0cf5a10c50f3feea1ecffbc342420920d0692b73adf316b0d143f9a54d3d9c15
|
||||
size 17477254
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9f6ecde51ca3086fbad54d5e77076b917f0febb1120933c6337ad29a3b2e3ef
|
||||
size 4462017
|
||||
oid sha256:524bc5df998a153fe4fc84a878057cf14e93c97ca0f45a38f0c30647a359f4da
|
||||
size 4457990
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 08:25:27 MDT 2016 - carnold@suse.com
|
||||
|
||||
- Update to Xen 4.7 RC1
|
||||
xen-4.7.0-testing-src.tar.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 13:48:59 UTC 2016 - ohering@suse.de
|
||||
|
||||
|
@ -11,7 +11,7 @@ Index: xen-4.7.0-testing/tools/libxl/libxl.c
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/libxl.c
|
||||
+++ xen-4.7.0-testing/tools/libxl/libxl.c
|
||||
@@ -2773,6 +2773,10 @@ static void device_disk_add(libxl__egc *
|
||||
@@ -2506,6 +2506,10 @@ static void device_disk_add(libxl__egc *
|
||||
/* now create a phy device to export the device to the guest */
|
||||
goto do_backend_phy;
|
||||
case LIBXL_DISK_BACKEND_QDISK:
|
||||
|
Loading…
Reference in New Issue
Block a user