summaryrefslogtreecommitdiffstats
path: root/system/xen/patches
diff options
context:
space:
mode:
author Mario Preksavec2016-11-09 20:48:25 +0100
committer David Spencer2016-11-11 21:36:35 +0100
commit78e62f339c41e0a38cf0dd3acc5bde006cdb814f (patch)
treec54a9fea83ebb8a55e06d600b2c862da4d40b016 /system/xen/patches
parent4d4008a1a107e392643afec56448fea1dd6bcc9a (diff)
downloadslackbuilds-78e62f339c41e0a38cf0dd3acc5bde006cdb814f.tar.gz
system/xen: Updated for version 4.7.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/patches')
-rw-r--r--system/xen/patches/xen-4.7-regression-when-saving-a-pv-guest.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/xen/patches/xen-4.7-regression-when-saving-a-pv-guest.patch b/system/xen/patches/xen-4.7-regression-when-saving-a-pv-guest.patch
deleted file mode 100644
index 457fa51f23..0000000000
--- a/system/xen/patches/xen-4.7-regression-when-saving-a-pv-guest.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tools/libxc/xc_sr_save_x86_pv.c b/tools/libxc/xc_sr_save_x86_pv.c
-index 4a29460..7043409 100644
---- a/tools/libxc/xc_sr_save_x86_pv.c
-+++ b/tools/libxc/xc_sr_save_x86_pv.c
-@@ -430,6 +430,8 @@ static int map_p2m_list(struct xc_sr_context *ctx, uint64_t p2m_cr3)
-
- if ( level == 2 )
- {
-+ if ( saved_idx == idx_end )
-+ saved_idx++;
- max_pfn = ((xen_pfn_t)saved_idx << 9) * fpp - 1;
- if ( max_pfn < ctx->x86_pv.max_pfn )