From c68349a3334542e51f6c1c23f4f4342e4fce2b81 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Feb 2021 19:04:42 +0000 Subject: qemu: Refresh mmap fixes patch status/content One mmap patch was merged upstream, the other is in progress but after discussion has been amended and resent. Update the patches as such. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu/mmap.patch | 2 +- meta/recipes-devtools/qemu/qemu/mmap2.patch | 26 ++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) (limited to 'meta/recipes-devtools/qemu') diff --git a/meta/recipes-devtools/qemu/qemu/mmap.patch b/meta/recipes-devtools/qemu/qemu/mmap.patch index 0f7d2ce04c..edd9734f30 100644 --- a/meta/recipes-devtools/qemu/qemu/mmap.patch +++ b/meta/recipes-devtools/qemu/qemu/mmap.patch @@ -9,7 +9,7 @@ avoid asserting binaries when reserved_va is set. This meant a test case now gives the same behaviour regardless of whether reserved_va is set or not. -Upstream-Status: Pending +Upstream-Status: Backport [https://github.com/qemu/qemu/commit/ccc5ccc17f8cfbfd87d9aede5d12a2d47c56e712] Signed-off-by: Richard Purdie