2
1
Эх сурвалжийг харах

package/qemu: update the patches to be applied with fuzz 0

This commit allows the package patches to be applied with fuzz factor 0.
The fuzz factor specifies how many lines of the patch can be inexactly
matched, so the value 0 requires all lines to be exactly matched.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Dario Binacchi 1 жил өмнө
parent
commit
db589f9df5

+ 5 - 4
package/qemu/0001-tests-fp-meson-don-t-build-fp-bench-test-if-fenv.h-i.patch

@@ -1,4 +1,4 @@
-From b4a692f46135af1011bf0adbfeb19abf354ca191 Mon Sep 17 00:00:00 2001
+From d6fea3c321c7eb18e6dd151f5d4b0cc46b77bcc0 Mon Sep 17 00:00:00 2001
 From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
 Date: Tue, 30 Apr 2024 09:40:55 +0200
 Subject: [PATCH] tests/fp/meson: don't build fp-bench test if fenv.h is
@@ -14,18 +14,19 @@ find at the following link.
 Link: https://lists.nongnu.org/archive/html/qemu-devel/2021-03/msg00492.html
 Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
+[Dario: make the patch to be applied with fuzz factor 0]
 Upstream: https://patchwork.ozlabs.org/project/qemu-devel/patch/20240430164752.645521-1-dario.binacchi@amarulasolutions.com/
 ---
  tests/fp/meson.build | 14 ++++++++------
  1 file changed, 8 insertions(+), 6 deletions(-)
 
 diff --git a/tests/fp/meson.build b/tests/fp/meson.build
-index cbc17392d678..cd052667e940 100644
+index 114b4b483ea7..0e1237be54ed 100644
 --- a/tests/fp/meson.build
 +++ b/tests/fp/meson.build
 @@ -126,12 +126,14 @@ test('fp-test-mulAdd', fptest,
             ['f16_mulAdd', 'f32_mulAdd', 'f64_mulAdd', 'f128_mulAdd'],
-      suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 90)
+      suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 180)
  
 -executable(
 -  'fp-bench',
@@ -45,5 +46,5 @@ index cbc17392d678..cd052667e940 100644
  fptestlog2 = executable(
    'fp-test-log2',
 -- 
-2.43.0
+2.34.1