From f284428afde2f7cf88586b766d139ea73275f794c44e070cd7e3560b0503c147 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 1 Dec 2015 22:04:40 +0000 Subject: [PATCH] - Fix testsuite on 32bit systems (bsc#957379) OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=280 --- qemu-testsuite.changes | 5 +++++ qemu-testsuite.spec | 3 +++ qemu.changes | 5 +++++ qemu.spec | 3 +++ qemu.spec.in | 3 +++ 5 files changed, 19 insertions(+) diff --git a/qemu-testsuite.changes b/qemu-testsuite.changes index 95d59be0..c376c920 100644 --- a/qemu-testsuite.changes +++ b/qemu-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com + +- Fix testsuite on 32bit systems (bsc#957379) + ------------------------------------------------------------------- Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de diff --git a/qemu-testsuite.spec b/qemu-testsuite.spec index 458cb48a..4bde5498 100644 --- a/qemu-testsuite.spec +++ b/qemu-testsuite.spec @@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch done +# Compile the QOM test binary first, so that ... +make tests/qom-test %{?_smp_mflags} V=1 +# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379) %if 0%{?suse_version} >= 1310 make check-report.html V=1 install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html diff --git a/qemu.changes b/qemu.changes index 95d59be0..c376c920 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 1 17:17:23 UTC 2015 - agraf@suse.com + +- Fix testsuite on 32bit systems (bsc#957379) + ------------------------------------------------------------------- Sun Nov 22 20:36:53 UTC 2015 - afaerber@suse.de diff --git a/qemu.spec b/qemu.spec index 4ac64fd3..ed476739 100644 --- a/qemu.spec +++ b/qemu.spec @@ -808,6 +808,9 @@ for conf in default-configs/*-softmmu.mak; do ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch done +# Compile the QOM test binary first, so that ... +make tests/qom-test %{?_smp_mflags} V=1 +# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379) %if 0%{?suse_version} >= 1310 make check-report.html V=1 install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html diff --git a/qemu.spec.in b/qemu.spec.in index e9323e28..2dbadb5a 100644 --- a/qemu.spec.in +++ b/qemu.spec.in @@ -730,6 +730,9 @@ for conf in default-configs/*-softmmu.mak; do ln -s %{_bindir}/qemu-system-$arch $arch-softmmu/qemu-system-$arch done +# Compile the QOM test binary first, so that ... +make tests/qom-test %{?_smp_mflags} V=1 +# ... make comes in fresh and has lots of address space (needed for 32bit, bsc#957379) %if 0%{?suse_version} >= 1310 make check-report.html V=1 install -D -m 644 check-report.html %{buildroot}%{_datadir}/qemu/check-report.html